增加默认账户的功能

This commit is contained in:
季圣华
2017-12-10 23:13:37 +08:00
parent ad74d8057b
commit 9f18f0bc75
8 changed files with 152 additions and 28 deletions

View File

@@ -27,6 +27,11 @@
<comment>当前余额</comment>
</column>
</property>
<property generated="never" lazy="false" name="IsDefault" type="boolean">
<column length="1" name="IsDefault">
<comment>是否设为默认</comment>
</column>
</property>
<property generated="never" lazy="false" name="Remark" type="java.lang.String">
<column length="100" name="Remark">
<comment>备注</comment>