采购合同变更数据
This commit is contained in:
@ -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;
|
||||
|
||||
/**
|
||||
* 乙方单位
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user