Browse Source

更新productNutrition类型定义

HuRongxin 1 month ago
parent
commit
2f4be571d0
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/api/warehouse/productNutrition/types.ts

+ 10 - 0
src/api/warehouse/productNutrition/types.ts

@@ -129,6 +129,11 @@ export interface NutritionVO {
      */
     productSpec: string;
 
+        /**
+     * 商品规格-单位
+     */
+    productSpecUnit: string;
+
     /**
      * 预包装销售价
      */
@@ -1271,6 +1276,11 @@ export interface NutritionQuery extends PageQuery {
      */
     productSpec?: string;
 
+        /**
+     * 商品规格-单位
+     */
+    productSpecUnit?: string;
+
     /**
      * 预包装销售价
      */