Commit Graph

5 Commits

Author SHA1 Message Date
a80c9b759b feat: 移除“租户管理员为用户充值 / 每租户一套余额”能力:余额统一为全局用户余额 2025-12-23 10:59:59 +08:00
ec4506fd2d tenant: add invites and join requests 2025-12-18 18:27:23 +08:00
1da84f2af3 feat: add TenantLedger model and query generation
- Introduced TenantLedger model with fields for managing tenant transactions, including ID, TenantID, UserID, OrderID, transaction Type, Amount, and balance details.
- Implemented CRUD operations for TenantLedger with methods for Create, Update, Delete, and Reload.
- Generated query methods for TenantLedger to facilitate database interactions, including filtering, pagination, and aggregation functions.
- Established relationships with Order model for foreign key references.
2025-12-18 13:12:26 +08:00
4722eef72c feat: add user_tenant associations 2025-12-16 14:14:58 +08:00
28ab17324d init 2025-12-15 17:55:32 +08:00