|
|
|
@ -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;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|