修改成本预算模块接口

This commit is contained in:
2025-11-11 17:12:00 +08:00
parent 9221cb50a3
commit 1bbc1e52ae

View File

@ -94,7 +94,7 @@ public class XzdCbysJdcbfjVo implements Serializable {
*/ */
@ExcelProperty(value = "项目责任人") @ExcelProperty(value = "项目责任人")
private Long projectLeader; private Long projectLeader;
@Translation(type = TransConstant.XZD_PROJECT_MANAGER_APPROVAL_ID_TO_NAME, mapper = "projectLeader") @Translation(type = TransConstant.USER_ID_TO_NICKNAME, mapper = "projectLeader")
private String projectLeaderName; private String projectLeaderName;
/** /**