转换
This commit is contained in:
@ -63,10 +63,18 @@ public class LngScoreDtlVo {
|
||||
|
||||
|
||||
/**
|
||||
* 评分部门(只读)
|
||||
*/
|
||||
@ApiModelProperty("评分部门(只读)")
|
||||
private String eDeptCode;
|
||||
* 评分部门(只读)
|
||||
*/
|
||||
@ApiModelProperty("评分部门(只读)")
|
||||
@Trans(type = TransType.DEPT_BY_CODE, transToFieldName = "eDeptName")
|
||||
private String eDeptCode;
|
||||
|
||||
/**
|
||||
* 评分部门(只读)
|
||||
*/
|
||||
@ApiModelProperty("评分部门(只读)")
|
||||
private String eDeptName;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@ -64,8 +64,15 @@ public class LngScoreDtlVo {
|
||||
* 评分部门(只读)
|
||||
*/
|
||||
@ApiModelProperty("评分部门(只读)")
|
||||
@Trans(type = TransType.DEPT_BY_CODE, transToFieldName = "eDeptName")
|
||||
private String eDeptCode;
|
||||
|
||||
/**
|
||||
* 评分部门(只读)
|
||||
*/
|
||||
@ApiModelProperty("评分部门(只读)")
|
||||
private String eDeptName;
|
||||
|
||||
|
||||
/**
|
||||
* 显示顺序
|
||||
|
||||
Reference in New Issue
Block a user