修复BUG

This commit is contained in:
liu
2026-08-27 14:20:09 +08:00
parent 513cc568a9
commit 52dc6efadf
203 changed files with 576 additions and 1130 deletions
+2
View File
@@ -29,6 +29,8 @@ export default interface IProduct {
spec?: string;
/** 计价单位 */
unit?: string;
/** 单价单位(如:元/斤、元/箱) */
price_unit?: string;
/** 封面 */
image_ids?: string;
images_arr?: ISysFileInfo[];