合同主信息添加ERP甲方公司编号、ERP甲方公司名称、ERP乙方公司编码、ERP乙方公司名称
This commit is contained in:
@@ -222,6 +222,18 @@ public class ContractRespVO {
|
||||
@Schema(description = "乙方联系地址")
|
||||
private String salesContactAddress;
|
||||
|
||||
@Schema(description = "ERP甲方公司编号")
|
||||
private String erpPurchaseCompanyNumber;
|
||||
|
||||
@Schema(description = "ERP甲方公司名称")
|
||||
private String erpPurchaseCompanyName;
|
||||
|
||||
@Schema(description = "ERP乙方公司编码")
|
||||
private String erpSalesCompanyNumber;
|
||||
|
||||
@Schema(description = "ERP乙方公司名称")
|
||||
private String erpSalesCompanyName;
|
||||
|
||||
@Schema(description = "合同分类(字典:SPLY_BSN_TP)")
|
||||
private String businessType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user