mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
6 lines
143 B
C#
6 lines
143 B
C#
namespace Yi.Framework.Rbac.Domain.Shared.Consts;
|
|
|
|
public class DictionaryConst
|
|
{
|
|
public const string Exist = "该字典已经存在";
|
|
} |