项目明细调整
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
<id property="id" column="id" jdbcType="BIGINT"/>
|
||||
<result property="projectDetailName" column="projectDetailName" jdbcType="VARCHAR"/>
|
||||
<result property="projectSettlementPrice" column="projectSettlementPrice" jdbcType="DECIMAL"/>
|
||||
<result property="projectMinSettlementPrice" column="projectSettlementPrice" jdbcType="DECIMAL"/>
|
||||
<result property="maxCommissionRate" column="maxCommissionRate" jdbcType="INTEGER"/>
|
||||
<result property="projectId" column="projectId" jdbcType="BIGINT"/>
|
||||
<result property="isDelete" column="isDelete" jdbcType="TINYINT"/>
|
||||
|
@ -8,8 +8,6 @@
|
||||
<id property="id" column="id" jdbcType="BIGINT"/>
|
||||
<result property="projectName" column="projectName" jdbcType="VARCHAR"/>
|
||||
<result property="projectImage" column="projectImage" jdbcType="VARCHAR"/>
|
||||
<result property="maxProjectPrice" column="maxProjectPrice" jdbcType="DECIMAL"/>
|
||||
<result property="minProjectPrice" column="minProjectPrice" jdbcType="DECIMAL"/>
|
||||
<result property="projectDescription" column="projectDescription" jdbcType="VARCHAR"/>
|
||||
<result property="settlementDesc" column="settlementDesc" jdbcType="VARCHAR"/>
|
||||
<result property="projectDesc" column="projectDesc" jdbcType="VARCHAR"/>
|
||||
|
Reference in New Issue
Block a user