feat: 模卡更新

This commit is contained in:
chashaobao
2025-11-03 22:18:39 +08:00
parent fde2027588
commit 5e3e6903cb
31 changed files with 479 additions and 193 deletions

View File

@ -21,7 +21,7 @@ export interface GetCityCodeRequest {
longitude: number; // 经度,范围为-180~180负数表示西经
}
export interface CityOperatorListItem {
export interface CityConfigListItem {
id: number;
staffId: number;
staffName: string;
@ -30,4 +30,6 @@ export interface CityOperatorListItem {
groupLink: string;
created: string;
updated: string;
price: number | null;
sendCount: number | null;
}