增加-预付款充值和消费的功能

This commit is contained in:
季圣华
2017-06-27 23:43:38 +08:00
parent 882f32ceac
commit a571968393
16 changed files with 262 additions and 23 deletions

View File

@@ -72,6 +72,11 @@
<comment>合计金额</comment>
</column>
</property>
<property generated="never" lazy="false" name="PayType" type="java.lang.String">
<column length="50" name="PayType">
<comment>付款类型</comment>
</column>
</property>
<property generated="never" lazy="false" name="Remark" type="java.lang.String">
<column length="1000" name="Remark">
<comment>备注</comment>

View File

@@ -32,6 +32,11 @@
<comment>电子邮箱</comment>
</column>
</property>
<property generated="never" lazy="false" name="AdvanceIn" type="java.lang.Double">
<column name="AdvanceIn" precision="22" scale="3">
<comment>预收款</comment>
</column>
</property>
<property generated="never" lazy="false" name="BeginNeedGet" type="java.lang.Double">
<column name="BeginNeedGet" precision="22" scale="3">
<comment>期初应收</comment>