Commit Graph

9 Commits

Author SHA1 Message Date
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
674c562831 feat: follow llm.txt 2025-12-18 10:27:40 +08:00
9b7093da26 feat: add llm.txt 2025-12-17 17:50:14 +08:00
fe9601baf4 feat: add status filter 2025-12-17 16:11:30 +08:00
e4c8deaacf feat: 添加用户统计功能,包括统计接口和相关数据结构 2025-12-17 14:57:03 +08:00
d5de64d6cf feat: 添加用户和租户状态管理功能,包括状态列表和状态更新接口 2025-12-17 13:54:52 +08:00
14842d989c feat: add user_list 2025-12-17 13:24:32 +08:00
9bc2155008 fix: swagger 2025-12-16 17:11:49 +08:00
28ab17324d init 2025-12-15 17:55:32 +08:00