src/main/java/com/mindskip/xzs/domain/DepartmentExamine.java
@@ -46,9 +46,15 @@ */ private String nowDepartmentIds; private Integer createUser; /** * 附件 */ private String attachment; private LocalDateTime createTime; /** * 调动原因 */ private String reason; /** * 审核结果 @@ -60,6 +66,10 @@ */ private String remark; private Integer createUser; private LocalDateTime createTime; @TableLogic private Boolean deleted;