KKSU
2024-04-10 4f0a17c41eaf8cf31d3d15d7977caa428dcf9e75
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();
}