| | |
| | | * @return
|
| | | * @throws Exception
|
| | | */
|
| | | public List<GoodsSubClass> getGoodsSecondClass(Long rootId, Integer state) throws Exception;
|
| | | public List<GoodsSubClass> getGoodsSecondClass(Long rootId, Integer state,Integer month) throws Exception;
|
| | |
|
| | | public List<GoodsSubClass> queryByRootIdAndWeight(Long rootId, int type, int weight) throws Exception;
|
| | |
|
| | |
| | | * @return
|
| | | * @throws Exception
|
| | | */
|
| | | public List<GoodsSubClass> getSubClassCache(Long rootId, Integer state) throws Exception;
|
| | | public List<GoodsSubClass> getSubClassCache(Long rootId, Integer state,Integer month) throws Exception;
|
| | |
|
| | | /**
|
| | | * 统计前端 点击次数
|
| | |
| | | * @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;
|
| | |
|
| | | }
|