yjwang 1 неделя назад
Родитель
Сommit
2a84cc7fd7
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      fs-service/src/main/java/com/fs/hisStore/vo/FsStoreProductQueryVO.java

+ 5 - 0
fs-service/src/main/java/com/fs/hisStore/vo/FsStoreProductQueryVO.java

@@ -147,4 +147,9 @@ public class FsStoreProductQueryVO implements Serializable
      * 说明书
      * 说明书
      * **/
      * **/
     private String instructionManual;
     private String instructionManual;
+
+    /**
+     * 规格
+     * **/
+    private String specification;
 }
 }