forked from angelo/java-retail-app
## Opt - 删除isMakerSpace属性映射
This commit is contained in:
parent
7879490f8a
commit
1d884bf9bc
|
@ -71,7 +71,6 @@
|
||||||
<result column="PURCHASE_STATUS" property="purchaseStatus"/>
|
<result column="PURCHASE_STATUS" property="purchaseStatus"/>
|
||||||
<result column="SHARE_STATUS" property="shareStatus"/>
|
<result column="SHARE_STATUS" property="shareStatus"/>
|
||||||
<result column="REGISTER_AUTHORITY" property="registerAuthority"/>
|
<result column="REGISTER_AUTHORITY" property="registerAuthority"/>
|
||||||
<result column="IS_MAKER_SPACE" property="isMakerSpace"/>
|
|
||||||
<result column="IS_TRANSFER" property="isTransfer"/>
|
<result column="IS_TRANSFER" property="isTransfer"/>
|
||||||
<result column="IS_WITHDRAW" property="isWithdraw"/>
|
<result column="IS_WITHDRAW" property="isWithdraw"/>
|
||||||
<result column="IS_CONSUME" property="isConsume"/>
|
<result column="IS_CONSUME" property="isConsume"/>
|
||||||
|
|
Loading…
Reference in New Issue