using SqlSugar; using System; using System.Linq; using System.Text; namespace Txgy.RBS.DbModel.Models { /// /// /// public partial class project_used { public project_used() { } /// /// Desc: /// Default: /// Nullable:False /// [SugarColumn(IsPrimaryKey = true, IsIdentity = true)] public int current_project_id { get; set; } public string client_id { get; set;} } }