评分体系修改
This commit is contained in:
@ -48,15 +48,9 @@ public class LngGradeSystemItemVo {
|
|||||||
* 评价部门编码
|
* 评价部门编码
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty("评价部门编码")
|
@ApiModelProperty("评价部门编码")
|
||||||
@Trans(type = TransType.DEPT, labelField = "eDeptName")
|
@Trans(type = TransType.DEPT, transToFieldName = "eDeptName")
|
||||||
private String eDeptCode;
|
private String eDeptCode;
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 评价部门编码
|
|
||||||
*/
|
|
||||||
@ApiModelProperty("评价部门名称")
|
|
||||||
private String eDeptName;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 显示顺序
|
* 显示顺序
|
||||||
|
|||||||
Reference in New Issue
Block a user