记账本

This commit is contained in:
shuo.wang
2025-03-31 10:14:10 +08:00
parent 4e919f0172
commit ae381ea81a
14 changed files with 512 additions and 3 deletions

View File

@@ -28,6 +28,8 @@
<result column="district" jdbcType="VARCHAR" property="district" />
<result column="township" jdbcType="VARCHAR" property="township" />
<result column="storage_status" jdbcType="TINYINT" property="storageStatus" />
<result column="opportunity_point_code" jdbcType="VARCHAR" property="opportunityPointCode" />
<result column="opportunity_point_name" jdbcType="VARCHAR" property="opportunityPointName" />
</resultMap>
<sql id="allColumn">