RuoYi
2020-07-17 d29fe10b9346aec0bb1aff1ebf1fe9fa9c41d45f
ruoyi/src/main/java/com/ruoyi/project/system/mapper/SysDictTypeMapper.java
@@ -52,6 +52,14 @@
    public int deleteDictTypeById(Long dictId);
    /**
     * 批量删除字典类型信息
     *
     * @param dictIds 需要删除的字典ID
     * @return 结果
     */
    public int deleteDictTypeByIds(Long[] dictIds);
    /**
     * 新增字典类型信息
     * 
     * @param dictType 字典类型信息