fix
Helius
2023-11-28 d17c81c97145eeae7e599f4e7e4de01955c4fad9
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();
}