添加查询所有市的接口
This commit is contained in:
@@ -14,4 +14,6 @@ import java.util.List;
|
||||
public interface SysAreaMapper{
|
||||
|
||||
List<SysArea> getList(SysArea sysArea);
|
||||
|
||||
List<SysArea> getCityList(SysArea sysArea);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user