Administrator
2025-04-30 fc0e86f9bf1155394d98c5b62cef40e5f8162214
src/main/java/cc/mrbird/febs/mall/service/IAdminMallGoodsService.java
@@ -56,4 +56,22 @@
    List<MallCarriageRule> findAllCarriageRuleTree();
    IPage<MallGoodsCoupon> getMallGoodsCouponListInPage(MallGoodsCoupon mallGoodsCoupon, QueryRequest request);
    FebsResponse couponRuleAdd(CouponRuleAddDto couponRuleAddDto);
    FebsResponse couponRuleDel(Long id);
    FebsResponse upCoupon(Long id);
    FebsResponse downCoupon(Long id);
    AdminMallGoodsCouponVo selectGoodsCouponById(long id);
    FebsResponse couponUpdate(AdminMallGoodsCouponVo adminMallGoodsCouponVo);
    List<AdminMallGoodsCouponTreeVo> findAdminMallGoodsCouponVoTree();
    List<AdminMallGoodsCouponTreeListVo> findAdminMallGoodsCouponVoTreeList();
    List<AdminMallGoodsCouponTreeListVo> findAdminMallGoodsVoTreeList();
}