余额统一在科目余额表

This commit is contained in:
jinbooks_dev
2025-06-10 15:37:27 +08:00
parent baef7b8625
commit ad249a0c84
7 changed files with 60 additions and 89 deletions

View File

@ -85,8 +85,6 @@ public class BaseSubject implements Serializable {
Integer systemDefault;
BigDecimal balance;
String unit;
/**
* 辅助核算
@ -119,6 +117,9 @@ public class BaseSubject implements Serializable {
@TableField(exist = false)
String parentName;
@TableField(exist = false)
BigDecimal balance;
/**
* 创建者