| | |
| | | package com.yeshi.fanli.service.inter.goods;
|
| | |
|
| | | import java.util.List;
|
| | | import java.util.Map;
|
| | |
|
| | | import org.springframework.cache.annotation.Cacheable;
|
| | | import org.springframework.web.multipart.MultipartFile;
|
| | |
|
| | | import com.yeshi.fanli.entity.admin.GoodsClassAdmin;
|
| | |
| | | public GoodsClass selectByPrimaryKey(Long gcid);
|
| | |
|
| | |
|
| | | /**
|
| | | * 根据系统ID查询所有分类-加入缓存
|
| | | * @param systemId 系统ID
|
| | | * @return
|
| | | * @throws Exception
|
| | | */
|
| | | public List<GoodsClass> getListClassCache(Long systemId) throws Exception;
|
| | |
|
| | | /**
|
| | | * 查询所有分类、主子类目
|
| | | * @param systemId
|
| | | * @return
|
| | | * @throws Exception
|
| | | */
|
| | | public List<Map<String, Object>> getClassListAllCache(Long systemId) throws Exception;
|
| | |
|
| | |
|
| | | }
|