区域下拉选
This commit is contained in:
parent
f921144059
commit
347d637be3
|
|
@ -18,21 +18,6 @@ import java.util.Map;
|
||||||
@Repository(value = "HumanManageMapper")
|
@Repository(value = "HumanManageMapper")
|
||||||
public interface HumanManageMapper {
|
public interface HumanManageMapper {
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 新增
|
|
||||||
*
|
|
||||||
* @param vo
|
|
||||||
* @return
|
|
||||||
*/
|
|
||||||
int addHuman(HumanManageVo vo);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param vo
|
|
||||||
* @return
|
|
||||||
*/
|
|
||||||
int updateHuman(HumanManageVo vo);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取人员列表
|
* 获取人员列表
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -111,6 +111,7 @@ public interface ISelectMapper {
|
||||||
List<SelectVo> getProLists(SelectDto dto);
|
List<SelectVo> getProLists(SelectDto dto);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* 区域下拉选
|
||||||
* @param dto
|
* @param dto
|
||||||
* @return List<SelectVo>
|
* @return List<SelectVo>
|
||||||
* @description
|
* @description
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue