소스 검색

批号提交

yjwang 3 주 전
부모
커밋
7c43f2b13d
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      fs-service/src/main/java/com/fs/hisStore/vo/FsStoreProductListQueryVO.java

+ 4 - 0
fs-service/src/main/java/com/fs/hisStore/vo/FsStoreProductListQueryVO.java

@@ -66,4 +66,8 @@ public class FsStoreProductListQueryVO implements Serializable
 
     /**包装规格**/
     private String prescribeSpec;
+    /**
+     * 批号
+     * **/
+    private String prescribeCode;
 }