yujian
2019-04-22 b6c37e4bc38db88a360d0f2c6099183f9bb75bdc
fanli/src/main/java/com/yeshi/fanli/service/inter/goods/GoodsSubClassService.java
@@ -123,7 +123,7 @@
    * @throws GoodsSubClassException
    * @throws Exception
    */
   public void saveObject(MultipartFile file, GoodsSubClass record, Integer type, Long pid)
   public void saveObject(MultipartFile file,MultipartFile file2,  GoodsSubClass record, Integer type, Long pid)
         throws GoodsSubClassException, Exception;
}