| | |
| | | import cc.mrbird.febs.mall.dto.UpMallGoodsDto; |
| | | import cc.mrbird.febs.mall.entity.MallGoods; |
| | | import cc.mrbird.febs.mall.entity.MallGoodsCategory; |
| | | import cc.mrbird.febs.mall.entity.TzInfo; |
| | | import cc.mrbird.febs.mall.vo.AdminMailGoodsDetailVo; |
| | | import cc.mrbird.febs.mall.vo.AdminMailGoodsUpdateVo; |
| | | import cc.mrbird.febs.mall.vo.AdminMallGoodsTreeVo; |
| | |
| | | FebsResponse updateMallGoods(MallGoodsUpdateDto mallGoodsUpdateDto); |
| | | |
| | | List<AdminMallGoodsTreeVo> getAllGoodsTree(); |
| | | |
| | | FebsResponse goodsHot(Long id); |
| | | |
| | | FebsResponse goodsNotHot(Long id); |
| | | |
| | | IPage<TzInfo> getTzListInPage(TzInfo tzInfo, QueryRequest request); |
| | | |
| | | FebsResponse tzUpdate(TzInfo tzInfo); |
| | | } |