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
+1
View File
@@ -51,6 +51,7 @@ type TenantEditReq struct {
TenantType consts.TenantType `p:"tenantType"`
CityCode string `p:"cityCode"`
BusinessLicense string `p:"businessLicense"`
Surplus float64 `p:"surplus"`
commonApi.Author
}