【更新】更新并升级v3.5.1版本

This commit is contained in:
xuyuxiang
2025-06-15 23:22:02 +08:00
parent 3a5ecac001
commit b7f164082b
48 changed files with 911 additions and 210 deletions

View File

@@ -19,4 +19,12 @@ package vip.xiaonuo.dev.api;
* @date 2022/9/2 15:58
*/
public interface DevDictApi {
/**
* 根据类型跟子类型获得翻译后的label
*
* @author yubaoshan
* @date 2025/6/6 13:04
*/
String getDictLabel(String typeCode, String value);
}