mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 18:47:55 +08:00
RoutineUpdate
This commit is contained in:
@@ -70,6 +70,8 @@ namespace OpenAuth.Domain
|
||||
/// <returns></returns>
|
||||
public string Remark { get; set; }
|
||||
|
||||
public int Sort { get; set; }
|
||||
|
||||
|
||||
public ModuleElement()
|
||||
{
|
||||
@@ -83,7 +85,8 @@ namespace OpenAuth.Domain
|
||||
this.Icon= string.Empty;
|
||||
this.Class= string.Empty;
|
||||
this.Remark= string.Empty;
|
||||
}
|
||||
this.Sort = 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user