培训登记

This commit is contained in:
bianyadong
2024-04-29 19:53:05 +08:00
parent 1907597828
commit 6b67103f9b
11 changed files with 536 additions and 751 deletions

View File

@@ -14,6 +14,7 @@
<result column="sex" jdbcType="VARCHAR" property="sex" />
<result column="age" jdbcType="INTEGER" property="age" />
<result column="id_card" jdbcType="VARCHAR" property="idCard" />
<result column="status" jdbcType="VARCHAR" property="status" />
<result column="educational" jdbcType="TINYINT" property="educational" />
<result column="role_id" jdbcType="BIGINT" property="roleId" />
<result column="id_card_positive_url" jdbcType="VARCHAR" property="idCardPositiveUrl" />