采购合同变更数据

This commit is contained in:
lg
2025-11-05 17:12:03 +08:00
parent 0408afb67e
commit 90dbc34a93

View File

@ -90,6 +90,13 @@ public class XzdPurchaseContractSuspendVo implements Serializable {
@ExcelProperty(value = "项目名称")
private String project;
/**
* 项目名称
*/
@ExcelProperty(value = "项目名称")
@Translation(type = TransConstant.XZD_PROJECT_ID_TO_NAME, mapper = "project")
private String projectName;
/**
* 乙方单位
*/