合同主信息添加ERP甲方公司编号、ERP甲方公司名称、ERP乙方公司编码、ERP乙方公司名称

This commit is contained in:
guojunyun
2025-10-20 14:34:53 +08:00
parent 627e9871bc
commit 6bed3e7102
2 changed files with 24 additions and 0 deletions

View File

@@ -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;