Commit 0e559dcb by “Kongxiangkun”

增加积分商城相关代码

parent f159dc59
...@@ -20,6 +20,6 @@ import java.util.List; ...@@ -20,6 +20,6 @@ import java.util.List;
*/ */
public interface PointProductMapper extends BaseMapper<PointProduct> { public interface PointProductMapper extends BaseMapper<PointProduct> {
List<PointProductVo> productList(@Param("page") Page<PointProductVo> page, @Param("productName") String productName); List<PointProductVo> productList(@Param("page") Page<PointProductVo> page, @Param("name") String name);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment