feat: 添加租户剩余金额字段及自增更新逻辑

This commit is contained in:
2026-07-01 19:35:39 +08:00
parent f21c0b7be1
commit d512ec4435
5 changed files with 17 additions and 1 deletions
@@ -22,4 +22,5 @@ type Tenant struct {
BusinessLicense string `json:"businessLicense" description:"营业执照"`
TenantSource uint64 `json:"tenantSource" description:"租户来源"`
AdminBy uint64 `json:"adminBy" description:"管理者"`
Surplus float64 `json:"surplus" description:"剩余金额"`
}