forked from pxqbzjk5c/ECMS
parent
594e56ec61
commit
68aa757675
@ -1,19 +0,0 @@
|
|||||||
package com.prj.service;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import com.prj.domain.Dept;
|
|
||||||
|
|
||||||
public interface IDeptService
|
|
||||||
{
|
|
||||||
public Dept selectDeptById(Long id);
|
|
||||||
|
|
||||||
public List<Dept> selectDeptList(Dept dept);
|
|
||||||
|
|
||||||
public int insertDept(Dept dept);
|
|
||||||
|
|
||||||
public int updateDept(Dept dept);
|
|
||||||
|
|
||||||
public int deleteDeptByIds(Long[] ids);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in new issue