mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
7 lines
107 B
C#
7 lines
107 B
C#
namespace Yi.Framework.Rbac.Domain.Shared.Enums;
|
|
|
|
public enum MenuSourceEnum
|
|
{
|
|
Ruoyi=0,
|
|
Pure=1
|
|
} |