| | |
| | | [SugarColumn(ColumnDescription = "已提现金额", Length = 18, DecimalDigits = 2, IsNullable = true)] |
| | | public decimal? YiTiXianJine { get; set; } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 人脸ID |
| | | /// </summary> |
| | | [SugarColumn(ColumnDescription = "人脸ID", IsNullable = true)] |
| | | public string? IAIPersonId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 人脸库ID |
| | | /// </summary> |
| | | [SugarColumn(ColumnDescription = "人脸库ID", IsNullable = true)] |
| | | public string? IAIGroupId { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 人脸库名称 |
| | | /// </summary> |
| | | [SugarColumn(ColumnDescription = "人脸库名称", IsNullable = true)] |
| | | public string? IAIGroupName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 性别 0代表未填写,1代表男性,2代表女性。 |
| | | /// </summary> |
| | | [SugarColumn(ColumnDescription = "人脸库名称", IsNullable = true)] |
| | | public long? Gender { get; set; } = 0; |
| | | |
| | | } |
| | | } |