天干地支

This commit is contained in:
wangjinlei
2023-11-16 14:30:27 +08:00
parent 08654ffb7e
commit ac3e7f30cb
6 changed files with 150 additions and 43 deletions

View File

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