admin
2019-07-11 3824cbcaec6e6c67418d5280a53e9c2fedeef6f9
fanli/src/main/java/com/yeshi/fanli/service/inter/goods/GoodsClassService.java
@@ -47,7 +47,7 @@
   public void removePicture(GoodsClass record) throws Exception;
   
   
   public List<GoodsClass> listquery() throws Exception;
   public List<GoodsClass> listquery(Integer sex) throws Exception;
   
@@ -71,7 +71,7 @@
    * @return
    * @throws Exception
    */
   public List<GoodsClass> getEffectiveClassCache() throws Exception;
   public List<GoodsClass> getEffectiveClassCache();
   /**
    * 查询所有分类、主子类目
@@ -79,7 +79,7 @@
    * @return
    * @throws Exception
    */
   public List<Map<String, Object>> getClassListAllCache() throws Exception;
   public List<Map<String, Object>> getClassListAllCache(boolean changePicture) throws Exception;
   /**