fix: 杂项修改

This commit is contained in:
ZhuRui
2026-08-07 14:30:54 +08:00
parent 117a7f408f
commit ba71b504e7
10 changed files with 74 additions and 36 deletions
+2
View File
@@ -84,6 +84,8 @@ export interface WalletTransactionVO {
orderNo: string;
/** 时间 */
createDate: string;
/** 状态;1=已解冻,2=冻结中,3=正常 */
status: number;
}
/** 交易明细查询参数 */