This commit is contained in:
2025-12-25 17:55:33 +08:00
parent e02160afbd
commit 74c074ed8c
2 changed files with 19 additions and 4 deletions

View File

@ -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;
/** /**
* 显示顺序 * 显示顺序

View File

@ -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;
/** /**
* 显示顺序 * 显示顺序