| | |
| | | using Yw.Dto; |
| | | using Yw.Auth; |
| | | using Yw.Dto; |
| | | |
| | | namespace HStation |
| | | { |
| | |
| | | _GlobalParas.ProductID = rhs.Software.Project.Product.ID; |
| | | _GlobalParas.UserID = rhs.User.ID; |
| | | _GlobalParas.SoftwareID = rhs.Software.ID; |
| | | switch (rhs.User.AdminType) |
| | | { |
| | | case Yw.Model.eAdminType.Admin: |
| | | _GlobalParas.AdminType = "管çç¨æ·"; |
| | | break; |
| | | |
| | | case Yw.Model.eAdminType.Normal: |
| | | _GlobalParas.AdminType = "常è§ç¨æ·"; |
| | | break; |
| | | |
| | | case Yw.Model.eAdminType.System: |
| | | _GlobalParas.AdminType = "ç³»ç»ç¨æ·"; |
| | | break; |
| | | } |
| | | _GlobalParas.AccountName = rhs.User.LoginAccount.Identifier; |
| | | _GlobalParas.LoginType = rhs.User.LoginAccount.LoginType.Name; |
| | | _GlobalParas.LoginID = rhs.User.LoginAccount.ID; |
| | | } |
| | | |
| | | public long SoftwareID { get; set; } |
| | |
| | | public long CreateUserID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´¦æ·å |
| | | /// </summary> |
| | | public string AccountName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 管çç±»å |
| | | /// </summary> |
| | | public string AdminType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´¦æ·ç±»å |
| | | /// </summary> |
| | | public string LoginType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´¦æ·ç±»å |
| | | /// </summary> |
| | | public long LoginID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å
³ç³»ç±»å |
| | | /// </summary> |
| | | public string RelatedType { get; set; } |