区域IP部分修改提交
This commit is contained in:
@@ -15,16 +15,5 @@ import com.nis.web.dao.MyBatisDao;
|
||||
*/
|
||||
@MyBatisDao
|
||||
public interface AreaIpCfgDao extends CrudDao<AreaIpCfg>{
|
||||
public AreaIpCfg getById(@Param("cfgId")Long id) ;
|
||||
public List<AreaIpCfg> findList(AreaIpCfg entity) ;
|
||||
public List<AreaIpCfg> getByCompileId(@Param("compileId") int compileId) ;
|
||||
public int insert(AreaIpCfg entity) ;
|
||||
public int updateByPrimaryKeySelective(AreaIpCfg entity) ;
|
||||
public int updateValid(AreaIpCfg entity) ;
|
||||
public int audit(AreaIpCfg entity) ;
|
||||
public int getIsValid(@Param("cfgId")Long id);
|
||||
public int getIsValid(AreaIpCfg entity);
|
||||
public int getIsAudit(@Param("cfgId")Long id);
|
||||
public int getIsAudit(AreaIpCfg entity);
|
||||
public int deleteByCompileId(AreaIpCfg entity);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user