org.shoulder.web.template.dictionary.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of shoulder-web Show documentation
Show all versions of shoulder-web Show documentation
shoulder WEB 模块,基于Spring Boot Web提供了 Controller AOP 日志、AOP异常处理,统一返回值,健康检查,租户、用户解析,Web
安全防护,通用CrudController,动态字典,标签管理,HTTP client AOP日志、AOP异常处理等能力,助力Web飞速开发。
The newest version!
/**
* 字典类型-接口
*
* 1.listPage分页
* 2.list();查询所有字典类型
* 3. checkDictTypeUnique检查字典类型是否存在
* 4.inser
* 5.update
* 6.deleteDictDataByIds
* 7.selectDictDataById根据ID查询一个字典类型
* 6.dictCacheAsync 同步缓存
*
* 字典项-接口
* 1.listPage
* 2.insert
* 3.update
* 4.deleteDictDataByIds
* 5.selectDictDataByDictType根据字典类型查询字典项
* 6.selectDictDataById根据ID查询一个字典类型
*/
package org.shoulder.web.template.dictionary;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy