部门管理页面台账 名称与简称不符
This commit is contained in:
parent
3a8fa123ee
commit
106cc111f3
|
|
@ -34,9 +34,9 @@ public class DepartmentListDTO {
|
|||
private Integer isUsed;
|
||||
|
||||
/**
|
||||
* 名称
|
||||
* 简称
|
||||
*/
|
||||
@TableTitle(labelId = 547141, title = "名称", dataIndex = "departmentMark", key = "departmentMark", width = "200")
|
||||
@TableTitle(labelId = 547181, title = "简称", dataIndex = "departmentMark", key = "departmentMark", width = "200")
|
||||
private String departmentMark;
|
||||
|
||||
/**
|
||||
|
|
@ -46,9 +46,9 @@ public class DepartmentListDTO {
|
|||
private String departmentCode;
|
||||
|
||||
/**
|
||||
* 简称
|
||||
* 名称
|
||||
*/
|
||||
@TableTitle(labelId = 547181, title = "简称", dataIndex = "departmentName", key = "departmentName")
|
||||
@TableTitle(labelId = 547141, title = "名称", dataIndex = "departmentName", key = "departmentName")
|
||||
private String departmentName;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue