供应商联系人

This commit is contained in:
孙景学
2025-07-17 15:17:49 +08:00
parent 8e921b73d4
commit 5c505150e5
7 changed files with 577 additions and 112 deletions

View File

@ -17,7 +17,8 @@ declare namespace API {
label: string;
value: string;
id: string;
name: string;
name?: string;
dicName?: string;
children?: RegionOption[];
}