RoutineUpdate

This commit is contained in:
yubaolee
2015-12-05 21:24:01 +08:00
parent af5e04d62f
commit 0e98a6e3c8
11 changed files with 341 additions and 277 deletions

View File

@@ -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;
}