mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-11 20:19:27 +08:00
feat: 完成ruoyi、pure菜单兼容
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Yi.Framework.Rbac.Domain.Shared.Enums;
|
||||
|
||||
public enum MenuSourceEnum
|
||||
{
|
||||
Ruoyi=0,
|
||||
Pure=1
|
||||
}
|
||||
Reference in New Issue
Block a user