完成换场地功能

This commit is contained in:
gxwebsoft
2024-05-23 15:42:41 +08:00
parent fc7752cb18
commit 757822f3ba
24 changed files with 2444 additions and 86 deletions

View File

@@ -44,4 +44,7 @@ export interface PageParam {
createTimeStart?: string;
// 结束时间
createTimeEnd?: string;
showSoldStatus?: boolean;
dateTime?: string;
}