(1)增强字符串多选修改
(2)增强字符串权限增加
This commit is contained in:
@@ -9,7 +9,7 @@ import com.nis.web.dao.CrudDao;
|
||||
import com.nis.web.dao.MyBatisDao;
|
||||
|
||||
/**
|
||||
* IP相关配置数据处理类
|
||||
* 增强字符串相关配置数据处理类
|
||||
* @author dell
|
||||
*
|
||||
*/
|
||||
@@ -17,6 +17,7 @@ import com.nis.web.dao.MyBatisDao;
|
||||
public interface ComplexStringCfgDao extends CrudDao<ComplexkeywordCfg>{
|
||||
public ComplexkeywordCfg getById(@Param("tableName")String tableName,@Param("cfgId")Long id) ;
|
||||
public ComplexkeywordCfg get(ComplexkeywordCfg entity) ;
|
||||
public List<ComplexkeywordCfg> getList(@Param("tableName")String tableName,@Param("ids")String ids) ;
|
||||
public List<ComplexkeywordCfg> findList(ComplexkeywordCfg entity) ;
|
||||
public int insert(ComplexkeywordCfg entity) ;
|
||||
public int updateByPrimaryKeySelective(ComplexkeywordCfg entity) ;
|
||||
@@ -27,4 +28,5 @@ public interface ComplexStringCfgDao extends CrudDao<ComplexkeywordCfg>{
|
||||
public int getIsAudit(@Param("tableName")String tableName,@Param("cfgId")Long id);
|
||||
public int getIsAudit(ComplexkeywordCfg entity);
|
||||
public int deleteByCompileId(ComplexkeywordCfg entity);
|
||||
public int delete(@Param("tableName")String tableName,@Param("ids")String ids);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user