区域下拉选

This commit is contained in:
cwchen 2024-03-22 16:27:58 +08:00
parent f921144059
commit 347d637be3
2 changed files with 1 additions and 15 deletions

View File

@ -18,21 +18,6 @@ import java.util.Map;
@Repository(value = "HumanManageMapper")
public interface HumanManageMapper {
/**
* 新增
*
* @param vo
* @return
*/
int addHuman(HumanManageVo vo);
/**
* @param vo
* @return
*/
int updateHuman(HumanManageVo vo);
/**
* 获取人员列表
*

View File

@ -111,6 +111,7 @@ public interface ISelectMapper {
List<SelectVo> getProLists(SelectDto dto);
/**
* 区域下拉选
* @param dto
* @return List<SelectVo>
* @description