This commit is contained in:
张秉卓
2025-12-25 16:48:25 +08:00
parent e02160afbd
commit 175cac2340
2 changed files with 25 additions and 4 deletions

View File

@ -81,14 +81,25 @@ public class LngApproVo {
@Trans(type = TransType.USER, transToFieldName = "empName")
private Long empId;
/**
* 拟稿人名称
*/
@ApiModelProperty("拟稿人名称")
private String empName;
/**
* 业务部门(xjr_department.id)
*/
@ApiModelProperty("业务部门(xjr_department.id)")
@Trans(type = TransType.DEPT, transToFieldName = "eDeptName")
@Trans(type = TransType.DEPT, transToFieldName = "bDeptName")
private Long bDeptId;
/**
* 业务部门名称
*/
@ApiModelProperty("业务部门名称")
private String bDeptName;
/**
* 公司(xjr_department.id)
@ -97,6 +108,11 @@ public class LngApproVo {
@Trans(type = TransType.DEPT, transToFieldName = "comName")
private Long comId;
/**
* 公司名称
*/
@ApiModelProperty("公司名称")
private String comName;
/**
* 审批状态(未提交/审批中/已审批/已驳回)

View File

@ -51,6 +51,11 @@ public class LngGradeSystemItemVo {
@Trans(type = TransType.DEPT_BY_CODE, transToFieldName = "eDeptName")
private String eDeptCode;
/**
* 评价部门编码
*/
@ApiModelProperty("评价部门编码")
private String eDeptName;
/**
* 显示顺序