framework/src/main/java/cn/lili/modules/lmk/service/StoreCouponService.java
@@ -21,6 +21,7 @@ /** * 添加 * * @param form * @return */ @@ -28,6 +29,7 @@ /** * 修改 * * @param form * @return */ @@ -35,6 +37,7 @@ /** * 批量删除 * * @param ids * @return */ @@ -42,6 +45,7 @@ /** * id删除 * * @param id * @return */ @@ -49,6 +53,7 @@ /** * 分页查询 * * @param query * @return */ @@ -56,6 +61,7 @@ /** * 根据id查找 * * @param id * @return */ @@ -63,6 +69,7 @@ /** * 列表 * * @return */ Result all(); @@ -71,7 +78,9 @@ Result addStoreCoupon(StoreCouponForm storeCoupon); Result generateStoreCoupon( String id); Result changeStatus(String id); Result generateStoreCoupon(String id); Result getPageByStoreCoupon(StoreCouponSingleQuery query); }