update DictUtils 字典工具类 标记过期 3.5.0 版本移除 使用 DictService 代替

This commit is contained in:
疯狂的狮子Li 2021-11-22 02:42:14 +08:00
parent ef0b07d5c4
commit e30fa57ab4

View File

@ -11,7 +11,9 @@ import java.util.List;
* 字典工具类
*
* @author ruoyi
* @deprecated 3.5.0 版本删除 迁移至 {@link com.ruoyi.common.core.service.DictService}
*/
@Deprecated
public class DictUtils {
/**