移动系统liao
2024-08-16 4c3ac42be64eae9c92d9b876b16312d5de46338e
cylsg/cylsg.Model/UserModel/UserWorker.cs
@@ -78,5 +78,26 @@
        [SugarColumn(ColumnDescription = "提现余额", Length = 18, DecimalDigits = 2, IsNullable = true)]
        public decimal? TiXianYue { 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; }
    }
}