This commit is contained in:
张良(004796)
2024-01-02 17:01:28 +08:00
parent cf724410f3
commit 2c68510a02
17 changed files with 73 additions and 24 deletions

View File

@@ -15,4 +15,5 @@ public interface CitysService extends IService<Citys> {
Map<Long,String> all();
String getByCityId(Integer cityId);
}