init
This commit is contained in:
@@ -13,6 +13,8 @@ import java.util.Map;
|
||||
*/
|
||||
public interface CitysService extends IService<Citys> {
|
||||
|
||||
void resetRedis();
|
||||
|
||||
Map<Long,String> all();
|
||||
|
||||
String getByCityId(Integer cityId);
|
||||
|
||||
Reference in New Issue
Block a user