| | |
| | | public string UserName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 人è¸è¯å«ç» |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "人è¸è¯å«ç»")] |
| | | public string Log_id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 人è¸è¯å«token |
| | | /// </summary> |
| | | [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "人è¸è¯å«token")] |
| | | public string Face_token { get; set; } |
| | | /// <summary> |
| | | ///å¡å· |
| | | /// </summary> |
| | | [SugarColumn( IsNullable = true, ColumnDescription = "å¡å·")] |
| | | public int CardNumber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// çç» |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true,Length =50, ColumnDescription = "å¡å·")] |
| | | public string Userteam { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è§è²ID |
| | |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç§æ·ID",DefaultValue = "0")] |
| | | public long TenantId { get; set; } |
| | | |
| | | } |
| | | } |