From 175cac23403c5de12b4aac80db5ea6a902025a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A7=89=E5=8D=93?= Date: Thu, 25 Dec 2025 16:48:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xjrsoft/module/sales/vo/LngApproVo.java | 24 +++++++++++++++---- .../module/sales/vo/LngGradeSystemItemVo.java | 5 ++++ 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/itc-pcitc-mdm/itc-pcitc-mdm-api/src/main/java/com/xjrsoft/module/sales/vo/LngApproVo.java b/itc-pcitc-mdm/itc-pcitc-mdm-api/src/main/java/com/xjrsoft/module/sales/vo/LngApproVo.java index 4b527d7..01efa7e 100644 --- a/itc-pcitc-mdm/itc-pcitc-mdm-api/src/main/java/com/xjrsoft/module/sales/vo/LngApproVo.java +++ b/itc-pcitc-mdm/itc-pcitc-mdm-api/src/main/java/com/xjrsoft/module/sales/vo/LngApproVo.java @@ -80,14 +80,25 @@ public class LngApproVo { @ApiModelProperty("拟稿人(xjr_user.id)") @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; /** @@ -96,8 +107,13 @@ public class LngApproVo { @ApiModelProperty("公司(xjr_department.id)") @Trans(type = TransType.DEPT, transToFieldName = "comName") private Long comId; - - + + /** + * 公司名称 + */ + @ApiModelProperty("公司名称") + private String comName; + /** * 审批状态(未提交/审批中/已审批/已驳回) */ diff --git a/itc-pcitc-mdm/itc-pcitc-mdm-api/src/main/java/com/xjrsoft/module/sales/vo/LngGradeSystemItemVo.java b/itc-pcitc-mdm/itc-pcitc-mdm-api/src/main/java/com/xjrsoft/module/sales/vo/LngGradeSystemItemVo.java index f4d9bfa..bf2b42a 100644 --- a/itc-pcitc-mdm/itc-pcitc-mdm-api/src/main/java/com/xjrsoft/module/sales/vo/LngGradeSystemItemVo.java +++ b/itc-pcitc-mdm/itc-pcitc-mdm-api/src/main/java/com/xjrsoft/module/sales/vo/LngGradeSystemItemVo.java @@ -51,6 +51,11 @@ public class LngGradeSystemItemVo { @Trans(type = TransType.DEPT_BY_CODE, transToFieldName = "eDeptName") private String eDeptCode; + /** + * 评价部门编码 + */ + @ApiModelProperty("评价部门编码") + private String eDeptName; /** * 显示顺序