This commit is contained in:
wangjinlei
2023-12-05 11:27:19 +08:00
parent 6b59e8539f
commit 22fc01a40f
4 changed files with 55 additions and 2 deletions

View File

@@ -19,5 +19,7 @@ public interface PointService extends IService<PointEntity> {
Map<String,Object> TGDZForDate(Date date);
List<String> ZWLZ(Date parse);
Map<String,Object> WYLQForDate(Date date);
}