master
parent
b01ac1370a
commit
7c06ca1984
|
|
@ -42,7 +42,7 @@ public class MoneyFlowEntity extends BaseEntity {
|
||||||
/**
|
/**
|
||||||
* 变动前余额
|
* 变动前余额
|
||||||
*/
|
*/
|
||||||
private BigDecimal boforeBalance;
|
private BigDecimal beforeBalance;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 变动金额;有正负
|
* 变动金额;有正负
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
<result column="order_sn" property="orderSn"/>
|
<result column="order_sn" property="orderSn"/>
|
||||||
<result column="train_num" property="trainNum"/>
|
<result column="train_num" property="trainNum"/>
|
||||||
<result column="money_account_id" property="moneyAccountId"/>
|
<result column="money_account_id" property="moneyAccountId"/>
|
||||||
<result column="bofore_balance" property="boforeBalance"/>
|
<result column="before_balance" property="beforeBalance"/>
|
||||||
<result column="delta" property="delta"/>
|
<result column="delta" property="delta"/>
|
||||||
<result column="after_balance" property="afterBalance"/>
|
<result column="after_balance" property="afterBalance"/>
|
||||||
<result column="money_change_category" property="moneyChangeCategory"/>
|
<result column="money_change_category" property="moneyChangeCategory"/>
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
</resultMap>
|
</resultMap>
|
||||||
|
|
||||||
<sql id="Base_Column_List">
|
<sql id="Base_Column_List">
|
||||||
id, order_id, order_sn, train_num, money_account_id, bofore_balance, delta, after_balance,
|
id, order_id, order_sn, train_num, money_account_id, before_balance, delta, after_balance,
|
||||||
money_change_category, memo, creator_id, modifier_id, create_time, modify_time, deleted
|
money_change_category, memo, creator_id, modifier_id, create_time, modify_time, deleted
|
||||||
</sql>
|
</sql>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18494,7 +18494,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "E61D92DE-71AB-4AD8-8BAE-A4CD9EDCB917",
|
"id": "E61D92DE-71AB-4AD8-8BAE-A4CD9EDCB917",
|
||||||
"defKey": "bofore_balance",
|
"defKey": "beforeBalance",
|
||||||
"defName": "变动前余额",
|
"defName": "变动前余额",
|
||||||
"intro": null,
|
"intro": null,
|
||||||
"orderValue": null,
|
"orderValue": null,
|
||||||
|
|
@ -42422,4 +42422,4 @@
|
||||||
"updateTime": 1765330978291,
|
"updateTime": 1765330978291,
|
||||||
"signature": "c215676b06842c6791a3ca576a7c548a",
|
"signature": "c215676b06842c6791a3ca576a7c548a",
|
||||||
"branchId": "1111"
|
"branchId": "1111"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue