From abef886edf3f41bf7673deda9f6167d936591100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Tue, 10 Feb 2026 10:38:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=91=98=E5=B7=A5?= =?UTF-8?q?=E9=A9=B3=E5=9B=9E=E5=8E=9F=E5=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/nu/entity/EmployeesAdvisoryInfoEntity.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nursing-unit-common/src/main/java/com/nu/entity/EmployeesAdvisoryInfoEntity.java b/nursing-unit-common/src/main/java/com/nu/entity/EmployeesAdvisoryInfoEntity.java index 0faa159..c3dfcef 100644 --- a/nursing-unit-common/src/main/java/com/nu/entity/EmployeesAdvisoryInfoEntity.java +++ b/nursing-unit-common/src/main/java/com/nu/entity/EmployeesAdvisoryInfoEntity.java @@ -126,6 +126,8 @@ public class EmployeesAdvisoryInfoEntity implements Serializable { //信息修改状态 空:没提交过修改 1修改申请中 2通过 3驳回*/ private String modifyState; + + private String auditContent; /** * 现住址 */