移动系统liao
2025-02-08 479b6cfc60113f692f6f9146bcd7b9231a32b0e8
cylsg/cylsg.Model/UserModel/UserCompany.cs
@@ -97,5 +97,12 @@
        /// </summary>
        [SugarColumn(ColumnDescription = "是否可以充值,工人提现", IsNullable = true)]
        public bool? IsTiXian { get; set; }
        /// <summary>
        /// 是否管理员
        /// </summary>
        [SugarColumn(ColumnDescription = "是否管理员", IsNullable = true)]
        public bool? IsAdmin { get; set; }
    }
}