mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-04 00:35:47 +08:00
6 lines
139 B
C#
6 lines
139 B
C#
namespace Yi.Framework.Rbac.Domain.Shared.Consts;
|
|
|
|
public class ConfigConst
|
|
{
|
|
public const string Exist = "该配置已经存在";
|
|
} |