新增:优惠券、积分明细

This commit is contained in:
2025-08-09 19:59:48 +08:00
parent c82a56eef7
commit 815f020c50
9 changed files with 428 additions and 322 deletions

View File

@@ -8,6 +8,7 @@ export interface UserBalanceLog {
userId?: number;
scene?: number;
money?: string;
balance?: number;
describe?: string;
remark?: string;
sortNumber?: number;