refactor(@vben/web-antd): remove store code field from store drawer

This commit is contained in:
2026-02-18 08:26:43 +08:00
parent e868cdbefc
commit 48c1a46e92
7 changed files with 102 additions and 44 deletions

View File

@@ -68,7 +68,6 @@ export interface PaginatedResult<T> {
export interface SaveStoreDto {
id?: string;
name: string;
code: string;
contactPhone: string;
managerName: string;
address: string;