This commit is contained in:
wangjinlei
2023-11-10 18:11:58 +08:00
parent ed9dc63245
commit e40264147a
4 changed files with 156 additions and 97 deletions

View File

@@ -17,5 +17,5 @@ public interface PointService extends IService<PointEntity> {
List<PointEntity> searchPoint(String keywords);
String[] TGDZForYear(Date year);
Map<String,String> TGDZForYear(Date year);
}