支付回调不加书bug
This commit is contained in:
@@ -11,4 +11,8 @@ public interface PointService extends IService<PointEntity> {
|
||||
|
||||
|
||||
Page<PointEntity> getPointList(Map<String,Object> map);
|
||||
|
||||
List<PointEntity> getPoints(Integer pointCategoryId);
|
||||
|
||||
List<PointEntity> searchPoint(String keywords);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user