分包合同竣工结算添加合同文本字段

This commit is contained in:
lg
2025-10-28 19:05:36 +08:00
parent de492728bc
commit abb6b8c13a
4 changed files with 16 additions and 0 deletions

View File

@ -311,6 +311,7 @@ xss:
- /xzd/comprehensive/csContractChange/** - /xzd/comprehensive/csContractChange/**
- /xzd/comprehensive/csContractInformation/** - /xzd/comprehensive/csContractInformation/**
- /xzd/hetongbiangeng/** - /xzd/hetongbiangeng/**
- /xzd/fenbaohetongjungong/**
- /xzd/fenbaohetongbiangg/** - /xzd/fenbaohetongbiangg/**
- /xzd/fenbaohetongxinxi/** - /xzd/fenbaohetongxinxi/**
- /xzd/contractManagement/** - /xzd/contractManagement/**

View File

@ -146,6 +146,11 @@ public class SettlementOfSubcontractingCompletion extends BaseEntity {
*/ */
private Long supervisionUnit; private Long supervisionUnit;
/**
* 合同文本
*/
private String contractText;
/** /**
* 施工单位 客户 * 施工单位 客户
*/ */

View File

@ -81,6 +81,11 @@ public class SettlementOfSubcontractingCompletionBo extends BaseEntity {
*/ */
private String businessModel; private String businessModel;
/**
* 合同文本
*/
private String contractText;
/** /**
* 甲方单位 * 甲方单位
*/ */

View File

@ -97,6 +97,11 @@ public class SettlementOfSubcontractingCompletionVo implements Serializable {
@ExcelProperty(value = "工程项目") @ExcelProperty(value = "工程项目")
private Long engineeringProject; private Long engineeringProject;
/**
* 合同文本
*/
private String contractText;
/** /**
* 工程项目名称 * 工程项目名称
*/ */