This commit is contained in:
focp212@naver.com
2025-11-11 17:05:03 +09:00
5 changed files with 18 additions and 9 deletions

View File

@@ -604,7 +604,7 @@ export interface DepositInfo {
depositDate?: string;
depositBank?: string;
depositAccount?: string;
amount?: number;
amount?: number | string;
depositReason?: string;
depositId?: string;
}