新增国贸2.0系统合同分页查询接口
修改国贸2.0系统合同创建接口:合同类型修改 合同主信息添加代理方名称字段
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -394,4 +394,9 @@ public class ContractMainDO extends BusinessBaseDO {
|
||||
*/
|
||||
@TableField("BSN_TP")
|
||||
private String businessType;
|
||||
/**
|
||||
* 代理方名称
|
||||
*/
|
||||
@TableField("AGT_NAME")
|
||||
private String agentName;
|
||||
}
|
||||
Reference in New Issue
Block a user