分包合同竣工结算添加合同文本字段
This commit is contained in:
@ -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/**
|
||||||
|
|||||||
@ -146,6 +146,11 @@ public class SettlementOfSubcontractingCompletion extends BaseEntity {
|
|||||||
*/
|
*/
|
||||||
private Long supervisionUnit;
|
private Long supervisionUnit;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 合同文本
|
||||||
|
*/
|
||||||
|
private String contractText;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 施工单位 客户
|
* 施工单位 客户
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -81,6 +81,11 @@ public class SettlementOfSubcontractingCompletionBo extends BaseEntity {
|
|||||||
*/
|
*/
|
||||||
private String businessModel;
|
private String businessModel;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 合同文本
|
||||||
|
*/
|
||||||
|
private String contractText;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 甲方单位
|
* 甲方单位
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -97,6 +97,11 @@ public class SettlementOfSubcontractingCompletionVo implements Serializable {
|
|||||||
@ExcelProperty(value = "工程项目")
|
@ExcelProperty(value = "工程项目")
|
||||||
private Long engineeringProject;
|
private Long engineeringProject;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 合同文本
|
||||||
|
*/
|
||||||
|
private String contractText;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 工程项目名称
|
* 工程项目名称
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user