| | |
| | | public void removePicture(GoodsClass record) throws Exception;
|
| | |
|
| | |
|
| | | public List<GoodsClass> listquery() throws Exception;
|
| | | public List<GoodsClass> listquery(Integer sex) throws Exception;
|
| | |
|
| | |
|
| | |
|
| | |
| | | * @return
|
| | | * @throws Exception
|
| | | */
|
| | | public List<GoodsClass> getEffectiveClassCache() throws Exception;
|
| | | public List<GoodsClass> getEffectiveClassCache();
|
| | |
|
| | | /**
|
| | | * 查询所有分类、主子类目
|
| | |
| | | * @return
|
| | | * @throws Exception
|
| | | */
|
| | | public List<Map<String, Object>> getClassListAllCache() throws Exception;
|
| | | public List<Map<String, Object>> getClassListAllCache(boolean changePicture) throws Exception;
|
| | |
|
| | |
|
| | | /**
|