mirror of
https://gitee.com/xiaonuobase/snowy
synced 2025-12-19 11:43:58 +08:00
【更新】更新并升级v3.5.1版本
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user