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