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