| | |
| | |
|
| | | import org.springframework.web.multipart.MultipartFile;
|
| | |
|
| | | import com.yeshi.fanli.entity.admin.GoodsClassAdmin;
|
| | | import com.yeshi.fanli.entity.bus.clazz.GoodsClass;
|
| | | import com.yeshi.fanli.exception.GoodsClassException;
|
| | |
|
| | |
| | |
|
| | |
|
| | | public GoodsClass getGoodsClassCache(long gcid);
|
| | |
|
| | |
|
| | | public int getCount(String platform, String packages, String key);
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | public void removePicture(GoodsClass record) throws Exception;
|
| | |
|
| | |
|
| | | public List<GoodsClass> queryAll(String platform, String packages) throws Exception;
|
| | | public List<GoodsClass> listquery(Integer sex) throws Exception;
|
| | |
|
| | |
|
| | |
|
| | |
| | |
|
| | |
|
| | | /**
|
| | | * 根据系统ID查询所有分类-加入缓存
|
| | | * 查询所有有效分类-加入缓存
|
| | | * @param systemId 系统ID
|
| | | * @return
|
| | | * @throws Exception
|
| | | */
|
| | | public List<GoodsClass> getListClassCache(Long systemId) throws Exception;
|
| | | public List<GoodsClass> getEffectiveClassCache();
|
| | |
|
| | | /**
|
| | | * 查询所有分类、主子类目
|
| | |
| | | * @return
|
| | | * @throws Exception
|
| | | */
|
| | | public List<Map<String, Object>> getClassListAllCache(Long systemId) throws Exception;
|
| | | public List<Map<String, Object>> getClassListAllCache(boolean changePicture) throws Exception;
|
| | |
|
| | |
|
| | | /**
|