综合服务合同vo修改

This commit is contained in:
2025-11-24 16:04:26 +08:00
parent 875b436eea
commit 04430d8853

View File

@ -215,7 +215,7 @@ public class XzdCsContractInformationVo implements Serializable {
*/ */
@ExcelProperty(value = "签约组织") @ExcelProperty(value = "签约组织")
private Long signOrganization; private Long signOrganization;
@Translation(type = TransConstant.XZD_KHXX_ID_TO_NAME, mapper = "signOrganization") @Translation(type = TransConstant.DEPT_ID_TO_NAME, mapper = "signOrganization")
private String signOrganizationName; private String signOrganizationName;
/** /**