lisy
2023-08-04 339cd0750c25c02cf6d78937f0f51e4c31e83856
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> {
}