diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/apply/TdApplyInfoList.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/apply/TdApplyInfoList.java index 18592e47..7ae3b371 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/apply/TdApplyInfoList.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/apply/TdApplyInfoList.java @@ -134,4 +134,15 @@ public class TdApplyInfoList extends BaseEntity { * 照片链接 */ private String photoUrl; + + /** + * 离职离岗退回意见 + */ + private String leaveMsg; + + + /** + * 离职离岗审核时间 + */ + private Date leaveTime; } \ No newline at end of file diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/apply/dto/TdApplyInfoListDTO.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/apply/dto/TdApplyInfoListDTO.java index 51f6daf2..28f1b83b 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/apply/dto/TdApplyInfoListDTO.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/apply/dto/TdApplyInfoListDTO.java @@ -138,4 +138,16 @@ public class TdApplyInfoListDTO extends BaseEntity { * 照片链接 */ private String photoUrl; + + + /** + * 离职离岗退回意见 + */ + private String leaveMsg; + + + /** + * 离职离岗审核时间 + */ + private Date leaveTime; } \ No newline at end of file diff --git a/ruoyi-system/src/main/resources/mapper/system/apply/TdApplyInfoListMapper.xml b/ruoyi-system/src/main/resources/mapper/system/apply/TdApplyInfoListMapper.xml index bd0796c4..2cbb864e 100644 --- a/ruoyi-system/src/main/resources/mapper/system/apply/TdApplyInfoListMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/apply/TdApplyInfoListMapper.xml @@ -34,6 +34,8 @@ + + @@ -46,7 +48,7 @@ political,phone,cerno, address,registered_authority,permanent_address, resident_bureau,position_capacity,sm_post, - sm_grade,photo_url + sm_grade,photo_url,leave_msg,leave_time