lisy
2023-08-04 c70c9ecf1bee12e85778dc268308c872b95e477f
1
2
3
4
5
6
7
8
9
10
11
package com.dsh.account.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.dsh.account.entity.CityManager;
 
/**
 * @author zhibing.pu
 * @Date 2023/8/1 17:03
 */
public interface ICityManagerService extends IService<CityManager> {
}