diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj.user b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj.user index 9e91deff..63ca13cc 100644 --- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj.user +++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj.user @@ -1,7 +1,7 @@  - Debug|Any CPU + Release|Any CPU true false diff --git a/SGGL/FineUIPro.Web/Web.config b/SGGL/FineUIPro.Web/Web.config index 56282e91..aae34665 100644 --- a/SGGL/FineUIPro.Web/Web.config +++ b/SGGL/FineUIPro.Web/Web.config @@ -77,7 +77,7 @@ - + diff --git a/SGGL/Model/Model.cs b/SGGL/Model/Model.cs index 5c597a0a..c7d67937 100644 --- a/SGGL/Model/Model.cs +++ b/SGGL/Model/Model.cs @@ -121441,12 +121441,12 @@ namespace Model private string _MeetingCode; - private string _States; - private string _CompileMan; private System.Nullable _CompileDate; + private string _States; + private EntityRef _Base_Project; private EntityRef _WBS_UnitWork; @@ -121483,12 +121483,12 @@ namespace Model partial void OnRemarkChanged(); partial void OnMeetingCodeChanging(string value); partial void OnMeetingCodeChanged(); - partial void OnStatesChanging(string value); - partial void OnStatesChanged(); partial void OnCompileManChanging(string value); partial void OnCompileManChanged(); partial void OnCompileDateChanging(System.Nullable value); partial void OnCompileDateChanged(); + partial void OnStatesChanging(string value); + partial void OnStatesChanged(); #endregion public Driver_Meeting() @@ -121767,26 +121767,6 @@ namespace Model } } - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_States", DbType="Char(1)")] - public string States - { - get - { - return this._States; - } - set - { - if ((this._States != value)) - { - this.OnStatesChanging(value); - this.SendPropertyChanging(); - this._States = value; - this.SendPropertyChanged("States"); - this.OnStatesChanged(); - } - } - } - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CompileMan", DbType="NVarChar(50)")] public string CompileMan { @@ -121827,6 +121807,26 @@ namespace Model } } + [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_States", DbType="Char(1)")] + public string States + { + get + { + return this._States; + } + set + { + if ((this._States != value)) + { + this.OnStatesChanging(value); + this.SendPropertyChanging(); + this._States = value; + this.SendPropertyChanged("States"); + this.OnStatesChanged(); + } + } + } + [global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Driver_Meeting_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)] public Base_Project Base_Project { @@ -306122,6 +306122,8 @@ namespace Model private string _WorkPackId; + private string _LevelName; + private string _ProjectId; private System.Nullable _States; @@ -306148,6 +306150,8 @@ namespace Model partial void OnScheduleIdChanged(); partial void OnWorkPackIdChanging(string value); partial void OnWorkPackIdChanged(); + partial void OnLevelNameChanging(string value); + partial void OnLevelNameChanged(); partial void OnProjectIdChanging(string value); partial void OnProjectIdChanged(); partial void OnStatesChanging(System.Nullable value); @@ -306193,7 +306197,7 @@ namespace Model } } - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkPackId", DbType="VarChar(50) NOT NULL", CanBeNull=false)] + [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkPackId", DbType="VarChar(50)")] public string WorkPackId { get @@ -306213,6 +306217,26 @@ namespace Model } } + [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_LevelName", DbType="VarChar(50)")] + public string LevelName + { + get + { + return this._LevelName; + } + set + { + if ((this._LevelName != value)) + { + this.OnLevelNameChanging(value); + this.SendPropertyChanging(); + this._LevelName = value; + this.SendPropertyChanged("LevelName"); + this.OnLevelNameChanged(); + } + } + } + [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectId", DbType="VarChar(50)")] public string ProjectId { diff --git a/SGGL/WebAPI/WebAPI.csproj.user b/SGGL/WebAPI/WebAPI.csproj.user index 5fe155da..bd497c6b 100644 --- a/SGGL/WebAPI/WebAPI.csproj.user +++ b/SGGL/WebAPI/WebAPI.csproj.user @@ -1,7 +1,7 @@  - Debug|Any CPU + Release|Any CPU true