Bläddra i källkod

更新productNutrition类型定义

HuRongxin 2 månader sedan
förälder
incheckning
2f4be571d0
1 ändrade filer med 10 tillägg och 0 borttagningar
  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;
+
     /**
      * 预包装销售价
      */