puzhibing
2023-07-19 b15eab0860ab180108eb9a954e862fee6b0d8bab
1
2
3
4
5
6
7
package com.dsh.course.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.dsh.course.entity.City;
 
public interface ICityService extends IService<City> {
}