mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-09 11:10:53 +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
|
|||
|
|
}
|