对接ruoyi接口
用户、角色、菜单查询部分
This commit is contained in:
12
Yi.Framework.Net6/Yi.Framework.Common/Enum/AgrFlagEnum.cs
Normal file
12
Yi.Framework.Net6/Yi.Framework.Common/Enum/AgrFlagEnum.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Yi.Framework.Common.Enum
|
||||
{
|
||||
public enum AgrFlagEnum
|
||||
{
|
||||
wait = 0,
|
||||
Agree = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user