mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-12-29 00:55:48 +08:00
chore: 🔨 css 基础单位 (#98)
This commit is contained in:
@@ -85,6 +85,14 @@ public sealed class DicController(IDicCache cache) : ControllerBase<IDicCache, I
|
||||
return Cache.GetContentAsync(req);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 获取字典值
|
||||
/// </summary>
|
||||
public Task<string> GetDicValueAsync(GetDicValueReq req)
|
||||
{
|
||||
return Cache.GetDicValueAsync(req);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 分页查询字典目录
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user