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