feat:人员类型统计

ln_ry20250512
wangxy 2 days ago
parent dbd1b9c57a
commit 48de408462

@ -46,7 +46,7 @@ public class TdTrain extends BaseEntity {
/**
*
*/
private String trainPost;
private String smPost;
/**
*

@ -46,7 +46,7 @@ public class TdTrainDTO extends BaseEntity {
/**
*
*/
private String trainPost;
private String smPost;
/**
*

@ -15,7 +15,7 @@
<result property="remark" column="remark" jdbcType="VARCHAR"/>
<result property="deptId" column="dept_id" jdbcType="BIGINT"/>
<result property="deptName" column="dept_name" jdbcType="VARCHAR"/>
<result property="trainPost" column="train_post" jdbcType="VARCHAR"/>
<result property="smPost" column="sm_post" jdbcType="VARCHAR"/>
<result property="trainAddress" column="train_address" jdbcType="VARCHAR"/>
<result property="organizeDept" column="organize_dept" jdbcType="VARCHAR"/>
<result property="eductTime" column="educt_time" jdbcType="VARCHAR"/>
@ -29,7 +29,7 @@
train_id,train_name,create_id,
create_by,create_time,update_by,
update_time,remark,dept_id,
dept_name,train_post,train_address,
dept_name,sm_post,train_address,
organize_dept,educt_time,educt_content,
organize_msg,apply_id,train_time
</sql>

Loading…
Cancel
Save