工程管理字段名称统一

This commit is contained in:
jjLv 2024-08-26 17:41:31 +08:00
parent e9008724c4
commit 77197f6084
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ public class EngineeringExportVo {
@Excel(name = "施工项目经理", width = 20.0,height = 15.0,orderNum = "8")
private String sgManage;
@Excel(name = "总监理项目经理", width = 20.0,height = 15.0,orderNum = "9")
@Excel(name = "总监理工程师", width = 20.0,height = 15.0,orderNum = "9")
private String jlManage;
@Excel(name = "杆塔数量", width = 20.0,height = 15.0,orderNum = "10")

View File

@ -51,7 +51,7 @@ public class EngineeringVo
private String sgManage;
/** 总监理项目经理 */
@Excel(name = "总监理项目经理")
@Excel(name = "总监理工程师")
private String jlManage;
/** 杆塔数量 */