xiaoyong931011
2023-09-19 e2e8e9de828dc83db2fb254f29e544d6e7ff4d57
src/main/java/cc/mrbird/febs/mall/service/IAdminMallGoodsService.java
@@ -56,4 +56,20 @@
    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();
}