| | |
| | | <result property="expirationTime" column="expiration_time" jdbcType="TIMESTAMP"/> |
| | | <result property="dbname" column="dbname" jdbcType="VARCHAR"/> |
| | | <result property="beanName" column="bean_name" jdbcType="VARCHAR"/> |
| | | <result property="isAutoAsyncJg" column="is_auto_async_jg" jdbcType="TINYINT"/> |
| | | <result property="isTbHisProject" column="is_tb_his_project" jdbcType="TINYINT"/> |
| | | </resultMap> |
| | | |
| | | <sql id="Base_Column_List"> |
| | |
| | | effective,create_by_name,update_by_name, |
| | | deleted,create_id,update_id, |
| | | secret_key,expiration_time,dbname, |
| | | bean_name,imgBase64 |
| | | bean_name,imgBase64,is_auto_async_jg,is_tb_his_project |
| | | </sql> |
| | | </mapper> |