This commit is contained in:
dute7liang
2024-01-04 00:07:34 +08:00
parent 4be439a6a1
commit 584f9dabe6
13 changed files with 54 additions and 20 deletions

View File

@@ -13,6 +13,8 @@ import java.util.Map;
*/
public interface CitysService extends IService<Citys> {
void resetRedis();
Map<Long,String> all();
String getByCityId(Integer cityId);