diff --git a/.vs/SGGL_SeDin/v17/.wsuo b/.vs/SGGL_SeDin/v17/.wsuo index 919c8d69..fb4f7890 100644 Binary files a/.vs/SGGL_SeDin/v17/.wsuo and b/.vs/SGGL_SeDin/v17/.wsuo differ diff --git a/SGGL/Model/Model.cs b/SGGL/Model/Model.cs index a9cdd01d..3fedf6c2 100644 --- a/SGGL/Model/Model.cs +++ b/SGGL/Model/Model.cs @@ -59831,8 +59831,6 @@ namespace Model private System.Nullable _SumMoney; - private string _NextManId; - private EntityRef _Base_Project; private EntityRef _Base_Unit; @@ -59877,8 +59875,6 @@ namespace Model partial void OnCompileDateChanged(); partial void OnSumMoneyChanging(System.Nullable value); partial void OnSumMoneyChanged(); - partial void OnNextManIdChanging(string value); - partial void OnNextManIdChanged(); #endregion public CostGoods_CostManage() @@ -60203,26 +60199,6 @@ namespace Model } } - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_NextManId", DbType="NVarChar(50)")] - public string NextManId - { - get - { - return this._NextManId; - } - set - { - if ((this._NextManId != value)) - { - this.OnNextManIdChanging(value); - this.SendPropertyChanging(); - this._NextManId = value; - this.SendPropertyChanged("NextManId"); - this.OnNextManIdChanged(); - } - } - } - [global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_CostGoods_CostManage_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)] public Base_Project Base_Project { @@ -191107,8 +191083,6 @@ namespace Model private System.Nullable _RealNamePushTime; - private System.Nullable _IsSynchro; - private EntityRef _Base_Project; private EntityRef _Base_Unit; @@ -191141,8 +191115,6 @@ namespace Model partial void OnAuditManChanged(); partial void OnRealNamePushTimeChanging(System.Nullable value); partial void OnRealNamePushTimeChanged(); - partial void OnIsSynchroChanging(System.Nullable value); - partial void OnIsSynchroChanged(); #endregion public Project_ProjectUnit() @@ -191400,26 +191372,6 @@ namespace Model } } - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsSynchro", DbType="Bit")] - public System.Nullable IsSynchro - { - get - { - return this._IsSynchro; - } - set - { - if ((this._IsSynchro != value)) - { - this.OnIsSynchroChanging(value); - this.SendPropertyChanging(); - this._IsSynchro = value; - this.SendPropertyChanged("IsSynchro"); - this.OnIsSynchroChanged(); - } - } - } - [global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Project_ProjectUnit_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)] public Base_Project Base_Project { @@ -265970,6 +265922,8 @@ namespace Model private string _PipeArea; + private string _FlowingSection; + private string _MaterialCode; private string _LeakMediumName; @@ -266448,6 +266402,22 @@ namespace Model } } + [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FlowingSection", DbType="NVarChar(200)")] + public string FlowingSection + { + get + { + return this._FlowingSection; + } + set + { + if ((this._FlowingSection != value)) + { + this._FlowingSection = value; + } + } + } + [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_MaterialCode", DbType="NVarChar(50)")] public string MaterialCode {