修复已知问题

This commit is contained in:
2024-09-27 14:17:12 +08:00
parent c0328fa23e
commit 5e56c31300
299 changed files with 17512 additions and 987 deletions

View File

@@ -13,6 +13,7 @@ export interface Ad {
path?: string;
images?: string;
userId?: number;
merchantId?: number;
sortNumber?: number;
comments?: string;
status?: number;
@@ -29,6 +30,7 @@ export interface AdParam extends PageParam {
adId?: string;
name?: number;
type?: number;
merchantId?: number;
adType?: string;
userId?: number;
}