This commit is contained in:
2024-01-31 14:56:48 +08:00
parent 14cbb87311
commit 494e3ee248
97 changed files with 11579 additions and 3858 deletions

View File

@@ -22,6 +22,12 @@ export interface SettleDetail {
userId?: any;
days?: any;
dailyAmount?: any;
month?: any;
day?: any;
payRate?: any;
inDate?: any;
outDate?: any;
realAmount?: any;
}
/**