分包合同修改

This commit is contained in:
lg
2025-11-03 20:04:56 +08:00
parent 22d9dfe138
commit c83af6df6d

View File

@ -122,9 +122,18 @@ public class XzdSubcontractChangeVo implements Serializable {
/**
* 组织
*/
@ExcelProperty(value = "组织")
@ExcelProperty(value = "签约组织")
private String organizationName;
/**
* 组织
*/
@ExcelProperty(value = "签约组织")
@Translation(type = TransConstant.DEPT_ID_TO_NAME, mapper = "organizationName")
private String organizationNames;
/**
* 甲方单位
*/