采购更新

This commit is contained in:
吴红兵
2026-02-28 16:47:22 +08:00
parent eafa255359
commit f5df8200aa
7 changed files with 406 additions and 287 deletions

View File

@@ -169,6 +169,7 @@ interface FileItem {
url?: string;
uid?: number;
id?: string; // 文件ID
fileTitle?: string; // 文件标题(用于显示)
}
interface UploadFileItem {