feat:签约合同优化

This commit is contained in:
shuo.wang
2025-05-08 13:32:20 +08:00
parent 59229ba10c
commit 77c41d0990
4 changed files with 12 additions and 15 deletions

View File

@@ -30,11 +30,11 @@
<result column="update_user_id" jdbcType="VARCHAR" property="updateUserId"/>
<result column="store_type" jdbcType="TINYINT" property="storeType"/>
<result column="province" jdbcType="VARCHAR" property="province"/>
<result column="province_code" jdbcType="VARCHAR" property="provinceCode"/>
<result column="province_code" jdbcType="INTEGER" property="provinceCode"/>
<result column="city" jdbcType="VARCHAR" property="city"/>
<result column="city_code" jdbcType="VARCHAR"/>
<result column="city_code" jdbcType="INTEGER" property="cityCode"/>
<result column="district" jdbcType="VARCHAR" property="district"/>
<result column="district_code" jdbcType="VARCHAR"/>
<result column="district_code" jdbcType="INTEGER" property="districtCode"/>
</resultMap>
<sql id="allColumn">