peng
2 天以前 ebc62375d25878033dcc109640cebc2f68e36cbe
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,6 +78,8 @@
    Result addStoreCoupon(StoreCouponForm storeCoupon);
    Result changeStatus(String id);
    Result generateStoreCoupon( String id);
    Result getPageByStoreCoupon(StoreCouponSingleQuery query);