摘要:
U9客开技术点总结文档 UBF 继承 组合 状态机 BE 重写单据类型属性 public override DocType DocType { get { return this.DocumentType; } } 设置默认值 /// <summary> /// 设置默认值 /// </summar 阅读全文
posted @ 2020-01-06 14:19
0539
阅读(1206)
评论(0)
推荐(0)
摘要:
UBF继承组合状态机 BE重写单据类型属性DocTypereturn this.DocumentType; 设置默认值OnSetDefaultValue()this.Org = UFIDA.U9.Base.Context.LoginOrg; BP查询代码包括在 using (var bpfe = n 阅读全文
posted @ 2020-01-06 10:25
0539
阅读(484)
评论(0)
推荐(0)