| | |
| | | public static long CorpID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 客户名称 |
| | | /// </summary> |
| | | public static string CorpName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 用户ID |
| | | /// </summary> |
| | | public static long UserID { get; set; } |
| | |
| | | public static long LoginAccountID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 登录账户名称 |
| | | /// </summary> |
| | | public static string LoginAccountName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 登录类型ID |
| | | /// </summary> |
| | | public static long LoginTypeID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 登录类型名称 |
| | | /// </summary> |
| | | public static string LoginTypeName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 项目ID |
| | |
| | | public static long ProjectID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 项目名称 |
| | | /// </summary> |
| | | public static string ProjectName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 软件ID |
| | | /// </summary> |
| | | public static long SoftwareID { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 软件名称 |
| | | /// </summary> |
| | | public static string SoftwareName { get; set; } |
| | | } |
| | | } |
| | | } |