feat:添加新字段

ln_ry20250512
wangxy 2 weeks ago
parent a454f06336
commit 683527b674

@ -134,4 +134,15 @@ public class TdApplyInfoList extends BaseEntity {
*
*/
private String photoUrl;
/**
* 退
*/
private String leaveMsg;
/**
*
*/
private Date leaveTime;
}

@ -138,4 +138,16 @@ public class TdApplyInfoListDTO extends BaseEntity {
*
*/
private String photoUrl;
/**
* 退
*/
private String leaveMsg;
/**
*
*/
private Date leaveTime;
}

@ -34,6 +34,8 @@
<result property="smPost" column="sm_post" jdbcType="VARCHAR"/>
<result property="smGrade" column="sm_grade" jdbcType="VARCHAR"/>
<result property="photoUrl" column="photo_url" jdbcType="VARCHAR"/>
<result property="leaveMsg" column="leave_msg" jdbcType="VARCHAR"/>
<result property="leaveTime" column="leave_time" jdbcType="TIMESTAMP"/>
</resultMap>
<sql id="Base_Column_List">
@ -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
</sql>
<select id="selectTdApplyInfoListList" resultType="com.ruoyi.system.domain.apply.TdApplyInfoList">
select <include refid="Base_Column_List"/> from td_apply_info_list d

Loading…
Cancel
Save