yujian
2019-06-26 72a696a00cba0e1837664f5280b8a3919ed66630
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,MultipartFile file2,  GoodsSubClass record, Integer type, Long pid)
   public void saveObject(MultipartFile file,MultipartFile file2,  GoodsSubClass record, Integer type, Long pid,Long labelId)
         throws GoodsSubClassException, Exception;
}