Administrator
2025-05-27 c6ac1561db0b2f1c8e3a799d7f49808f4bae67c7
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();
}