支付回调不加书bug

This commit is contained in:
wangjinlei
2023-11-03 12:06:02 +08:00
parent 051373adf0
commit b89566bdf2
8 changed files with 98 additions and 9 deletions

View File

@@ -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);
}