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