移动系统liao
2024-08-19 7326f36860d3a7d5355bd2f7546f905010a8fb6f
cylsg/cylsg.Model/UserModel/UserWorker.cs
@@ -99,5 +99,11 @@
        [SugarColumn(ColumnDescription = "人脸库名称", IsNullable = true)]
        public string? IAIGroupName { get; set; }
        /// <summary>
        /// 性别    0代表未填写,1代表男性,2代表女性。
        /// </summary>
        [SugarColumn(ColumnDescription = "人脸库名称", IsNullable = true)]
        public long? Gender { get; set; } = 0;
    }
}