mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-10 03:14:45 +08:00
调整了一下项目框架与前端JS代码
This commit is contained in:
15
OpenAuth.Domain/Button.cs
Normal file
15
OpenAuth.Domain/Button.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace OpenAuth.Domain
|
||||
{
|
||||
public partial class Button
|
||||
{
|
||||
public string ButtonId { get; set; }
|
||||
public string FullName { get; set; }
|
||||
public string Img { get; set; }
|
||||
public string Event { get; set; }
|
||||
public string Control_ID { get; set; }
|
||||
public string Category { get; set; }
|
||||
public string Description { get; set; }
|
||||
public bool Enabled { get; set; }
|
||||
public int SortCode { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user