添加查询所有市的接口

This commit is contained in:
sh
2026-01-21 17:43:35 +08:00
parent 5e3ec6ddae
commit e4bb4e55e3
5 changed files with 29 additions and 0 deletions

View File

@@ -14,4 +14,6 @@ import java.util.List;
public interface SysAreaMapper{
List<SysArea> getList(SysArea sysArea);
List<SysArea> getCityList(SysArea sysArea);
}