public interface IConvertRuleSetPlugIn
限定符和类型 | 方法和说明 |
---|---|
default BillEntityType |
getSrcMainType()
上游单据主实体
|
default BillEntityType |
getTgtMainType()
下游单据主实体
|
default void |
loadFuncTypes(LoadFuncTypesEventArgs e)
读取自定义函数
|
default void |
setContext(BillEntityType srcMainType,
BillEntityType tgtMainType)
设置上下文
|
default void setContext(BillEntityType srcMainType, BillEntityType tgtMainType)
srcMainType
- 上游单据主实体tgtMainType
- 下游单据主实体default BillEntityType getSrcMainType()
default BillEntityType getTgtMainType()
default void loadFuncTypes(LoadFuncTypesEventArgs e)