工程管理字段名称统一
This commit is contained in:
parent
e9008724c4
commit
77197f6084
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ public class EngineeringVo
|
|||
private String sgManage;
|
||||
|
||||
/** 总监理项目经理 */
|
||||
@Excel(name = "总监理项目经理")
|
||||
@Excel(name = "总监理工程师")
|
||||
private String jlManage;
|
||||
|
||||
/** 杆塔数量 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue