Merge branch 'master' of http://47.104.102.122:3000/lpf/SGGL_SeDin_New
This commit is contained in:
+231
-231
@@ -12240,7 +12240,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ApproveIdea", DbType="NVarChar(200)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ApproveIdea", DbType="NVarChar(2000)")]
|
||||
public string ApproveIdea
|
||||
{
|
||||
get
|
||||
@@ -78697,8 +78697,6 @@ namespace Model
|
||||
|
||||
private System.Nullable<int> _Year;
|
||||
|
||||
private System.Nullable<int> _Quarters;
|
||||
|
||||
private string _FillingMan;
|
||||
|
||||
private System.Nullable<System.DateTime> _FillingDate;
|
||||
@@ -78707,6 +78705,8 @@ namespace Model
|
||||
|
||||
private string _UpState;
|
||||
|
||||
private System.Nullable<int> _Month;
|
||||
|
||||
private EntityRef<Base_Unit> _Base_Unit;
|
||||
|
||||
private EntitySet<Environmental_ArchitectureReportItem> _Environmental_ArchitectureReportItem;
|
||||
@@ -78721,8 +78721,6 @@ namespace Model
|
||||
partial void OnUnitIdChanged();
|
||||
partial void OnYearChanging(System.Nullable<int> value);
|
||||
partial void OnYearChanged();
|
||||
partial void OnQuartersChanging(System.Nullable<int> value);
|
||||
partial void OnQuartersChanged();
|
||||
partial void OnFillingManChanging(string value);
|
||||
partial void OnFillingManChanged();
|
||||
partial void OnFillingDateChanging(System.Nullable<System.DateTime> value);
|
||||
@@ -78731,6 +78729,8 @@ namespace Model
|
||||
partial void OnDutyPersonChanged();
|
||||
partial void OnUpStateChanging(string value);
|
||||
partial void OnUpStateChanged();
|
||||
partial void OnMonthChanging(System.Nullable<int> value);
|
||||
partial void OnMonthChanged();
|
||||
#endregion
|
||||
|
||||
public Environmental_ArchitectureReport()
|
||||
@@ -78804,26 +78804,6 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Quarters", DbType="Int")]
|
||||
public System.Nullable<int> Quarters
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Quarters;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Quarters != value))
|
||||
{
|
||||
this.OnQuartersChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Quarters = value;
|
||||
this.SendPropertyChanged("Quarters");
|
||||
this.OnQuartersChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FillingMan", DbType="NVarChar(50)")]
|
||||
public string FillingMan
|
||||
{
|
||||
@@ -78904,6 +78884,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month", DbType="Int")]
|
||||
public System.Nullable<int> Month
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Month;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Month != value))
|
||||
{
|
||||
this.OnMonthChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Month = value;
|
||||
this.SendPropertyChanged("Month");
|
||||
this.OnMonthChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Environmental_ArchitectureReport_Base_Unit", Storage="_Base_Unit", ThisKey="UnitId", OtherKey="UnitId", IsForeignKey=true)]
|
||||
public Base_Unit Base_Unit
|
||||
{
|
||||
@@ -82273,8 +82273,6 @@ namespace Model
|
||||
|
||||
private System.Nullable<int> _Year;
|
||||
|
||||
private System.Nullable<int> _Quarters;
|
||||
|
||||
private string _FillingMan;
|
||||
|
||||
private System.Nullable<System.DateTime> _FillingDate;
|
||||
@@ -82283,6 +82281,8 @@ namespace Model
|
||||
|
||||
private string _UpState;
|
||||
|
||||
private System.Nullable<int> _Month;
|
||||
|
||||
private EntityRef<Base_Project> _Base_Project;
|
||||
|
||||
private EntitySet<Environmental_ProjectArchitectureReportItem> _Environmental_ProjectArchitectureReportItem;
|
||||
@@ -82297,8 +82297,6 @@ namespace Model
|
||||
partial void OnProjectIdChanged();
|
||||
partial void OnYearChanging(System.Nullable<int> value);
|
||||
partial void OnYearChanged();
|
||||
partial void OnQuartersChanging(System.Nullable<int> value);
|
||||
partial void OnQuartersChanged();
|
||||
partial void OnFillingManChanging(string value);
|
||||
partial void OnFillingManChanged();
|
||||
partial void OnFillingDateChanging(System.Nullable<System.DateTime> value);
|
||||
@@ -82307,6 +82305,8 @@ namespace Model
|
||||
partial void OnDutyPersonChanged();
|
||||
partial void OnUpStateChanging(string value);
|
||||
partial void OnUpStateChanged();
|
||||
partial void OnMonthChanging(System.Nullable<int> value);
|
||||
partial void OnMonthChanged();
|
||||
#endregion
|
||||
|
||||
public Environmental_ProjectArchitectureReport()
|
||||
@@ -82380,26 +82380,6 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Quarters", DbType="Int")]
|
||||
public System.Nullable<int> Quarters
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Quarters;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Quarters != value))
|
||||
{
|
||||
this.OnQuartersChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Quarters = value;
|
||||
this.SendPropertyChanged("Quarters");
|
||||
this.OnQuartersChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FillingMan", DbType="NVarChar(50)")]
|
||||
public string FillingMan
|
||||
{
|
||||
@@ -82480,6 +82460,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month", DbType="Int")]
|
||||
public System.Nullable<int> Month
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Month;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Month != value))
|
||||
{
|
||||
this.OnMonthChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Month = value;
|
||||
this.SendPropertyChanged("Month");
|
||||
this.OnMonthChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Environmental_ProjectArchitectureReport_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
|
||||
public Base_Project Base_Project
|
||||
{
|
||||
@@ -97563,10 +97563,10 @@ namespace Model
|
||||
|
||||
private string _TrainNumber;
|
||||
|
||||
private string _TrainNumberId;
|
||||
|
||||
private System.Nullable<int> _TypeInt;
|
||||
|
||||
private string _TrainNumberId;
|
||||
|
||||
private string _CompileMan;
|
||||
|
||||
private System.Nullable<System.DateTime> _CompileDate;
|
||||
@@ -97599,10 +97599,10 @@ namespace Model
|
||||
partial void OnReceiveDateChanged();
|
||||
partial void OnTrainNumberChanging(string value);
|
||||
partial void OnTrainNumberChanged();
|
||||
partial void OnTrainNumberIdChanging(string value);
|
||||
partial void OnTrainNumberIdChanged();
|
||||
partial void OnTypeIntChanging(System.Nullable<int> value);
|
||||
partial void OnTypeIntChanged();
|
||||
partial void OnTrainNumberIdChanging(string value);
|
||||
partial void OnTrainNumberIdChanged();
|
||||
partial void OnCompileManChanging(string value);
|
||||
partial void OnCompileManChanged();
|
||||
partial void OnCompileDateChanging(System.Nullable<System.DateTime> value);
|
||||
@@ -97854,26 +97854,6 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TrainNumberId", DbType="VarChar(50)")]
|
||||
public string TrainNumberId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._TrainNumberId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._TrainNumberId != value))
|
||||
{
|
||||
this.OnTrainNumberIdChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._TrainNumberId = value;
|
||||
this.SendPropertyChanged("TrainNumberId");
|
||||
this.OnTrainNumberIdChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TypeInt", DbType="Int")]
|
||||
public System.Nullable<int> TypeInt
|
||||
{
|
||||
@@ -97894,6 +97874,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TrainNumberId", DbType="VarChar(50)")]
|
||||
public string TrainNumberId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._TrainNumberId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._TrainNumberId != value))
|
||||
{
|
||||
this.OnTrainNumberIdChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._TrainNumberId = value;
|
||||
this.SendPropertyChanged("TrainNumberId");
|
||||
this.OnTrainNumberIdChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CompileMan", DbType="NVarChar(50)")]
|
||||
public string CompileMan
|
||||
{
|
||||
@@ -109097,7 +109097,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Rectification", DbType="NVarChar(50)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Rectification", DbType="NVarChar(500)")]
|
||||
public string Rectification
|
||||
{
|
||||
get
|
||||
@@ -109223,7 +109223,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Measures", DbType="NVarChar(50)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Measures", DbType="NVarChar(500)")]
|
||||
public string Measures
|
||||
{
|
||||
get
|
||||
@@ -161938,7 +161938,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AttentPerson", DbType="NVarChar(500)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AttentPerson", DbType="NVarChar(3000)")]
|
||||
public string AttentPerson
|
||||
{
|
||||
get
|
||||
@@ -192921,7 +192921,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectDescription", DbType="VarChar(255)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectDescription", DbType="VarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
|
||||
public string ProjectDescription
|
||||
{
|
||||
get
|
||||
@@ -193041,7 +193041,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CalculationRule", DbType="VarChar(255)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CalculationRule", DbType="VarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
|
||||
public string CalculationRule
|
||||
{
|
||||
get
|
||||
@@ -193101,7 +193101,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ConstructionSubcontractor", DbType="VarChar(50)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ConstructionSubcontractor", DbType="VarChar(100)")]
|
||||
public string ConstructionSubcontractor
|
||||
{
|
||||
get
|
||||
@@ -193485,7 +193485,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkPackageEstimate", DbType="Decimal(18,2)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkPackageEstimate", DbType="Decimal(18,3)")]
|
||||
public System.Nullable<decimal> WorkPackageEstimate
|
||||
{
|
||||
get
|
||||
@@ -193790,6 +193790,16 @@ namespace Model
|
||||
|
||||
private string _ProjectId;
|
||||
|
||||
private string _ContractId;
|
||||
|
||||
private string _OrderCode;
|
||||
|
||||
private System.Nullable<System.DateTime> _OrderInDate;
|
||||
|
||||
private System.Nullable<System.DateTime> _OrderOutDate;
|
||||
|
||||
private string _MaterialRequisitionUnit;
|
||||
|
||||
private System.Nullable<int> _State;
|
||||
|
||||
private string _InvoiceCode;
|
||||
@@ -193818,16 +193828,6 @@ namespace Model
|
||||
|
||||
private string _CreateUser;
|
||||
|
||||
private string _ContractId;
|
||||
|
||||
private System.Nullable<System.DateTime> _OrderInDate;
|
||||
|
||||
private string _OrderCode;
|
||||
|
||||
private System.Nullable<System.DateTime> _OrderOutDate;
|
||||
|
||||
private string _MaterialRequisitionUnit;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -193836,6 +193836,16 @@ namespace Model
|
||||
partial void OnInvoiceIdChanged();
|
||||
partial void OnProjectIdChanging(string value);
|
||||
partial void OnProjectIdChanged();
|
||||
partial void OnContractIdChanging(string value);
|
||||
partial void OnContractIdChanged();
|
||||
partial void OnOrderCodeChanging(string value);
|
||||
partial void OnOrderCodeChanged();
|
||||
partial void OnOrderInDateChanging(System.Nullable<System.DateTime> value);
|
||||
partial void OnOrderInDateChanged();
|
||||
partial void OnOrderOutDateChanging(System.Nullable<System.DateTime> value);
|
||||
partial void OnOrderOutDateChanged();
|
||||
partial void OnMaterialRequisitionUnitChanging(string value);
|
||||
partial void OnMaterialRequisitionUnitChanged();
|
||||
partial void OnStateChanging(System.Nullable<int> value);
|
||||
partial void OnStateChanged();
|
||||
partial void OnInvoiceCodeChanging(string value);
|
||||
@@ -193864,16 +193874,6 @@ namespace Model
|
||||
partial void OnCreateDateChanged();
|
||||
partial void OnCreateUserChanging(string value);
|
||||
partial void OnCreateUserChanged();
|
||||
partial void OnContractIdChanging(string value);
|
||||
partial void OnContractIdChanged();
|
||||
partial void OnOrderInDateChanging(System.Nullable<System.DateTime> value);
|
||||
partial void OnOrderInDateChanged();
|
||||
partial void OnOrderCodeChanging(string value);
|
||||
partial void OnOrderCodeChanged();
|
||||
partial void OnOrderOutDateChanging(System.Nullable<System.DateTime> value);
|
||||
partial void OnOrderOutDateChanged();
|
||||
partial void OnMaterialRequisitionUnitChanging(string value);
|
||||
partial void OnMaterialRequisitionUnitChanged();
|
||||
#endregion
|
||||
|
||||
public PHTGL_Invoice()
|
||||
@@ -193921,6 +193921,106 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ContractId", DbType="NVarChar(50)")]
|
||||
public string ContractId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ContractId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ContractId != value))
|
||||
{
|
||||
this.OnContractIdChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._ContractId = value;
|
||||
this.SendPropertyChanged("ContractId");
|
||||
this.OnContractIdChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OrderCode", DbType="NVarChar(50)")]
|
||||
public string OrderCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._OrderCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._OrderCode != value))
|
||||
{
|
||||
this.OnOrderCodeChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._OrderCode = value;
|
||||
this.SendPropertyChanged("OrderCode");
|
||||
this.OnOrderCodeChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OrderInDate", DbType="Date")]
|
||||
public System.Nullable<System.DateTime> OrderInDate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._OrderInDate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._OrderInDate != value))
|
||||
{
|
||||
this.OnOrderInDateChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._OrderInDate = value;
|
||||
this.SendPropertyChanged("OrderInDate");
|
||||
this.OnOrderInDateChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OrderOutDate", DbType="Date")]
|
||||
public System.Nullable<System.DateTime> OrderOutDate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._OrderOutDate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._OrderOutDate != value))
|
||||
{
|
||||
this.OnOrderOutDateChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._OrderOutDate = value;
|
||||
this.SendPropertyChanged("OrderOutDate");
|
||||
this.OnOrderOutDateChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_MaterialRequisitionUnit", DbType="NVarChar(100)")]
|
||||
public string MaterialRequisitionUnit
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._MaterialRequisitionUnit;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._MaterialRequisitionUnit != value))
|
||||
{
|
||||
this.OnMaterialRequisitionUnitChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._MaterialRequisitionUnit = value;
|
||||
this.SendPropertyChanged("MaterialRequisitionUnit");
|
||||
this.OnMaterialRequisitionUnitChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_State", DbType="Int")]
|
||||
public System.Nullable<int> State
|
||||
{
|
||||
@@ -194201,106 +194301,6 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ContractId", DbType="NVarChar(50)")]
|
||||
public string ContractId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ContractId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ContractId != value))
|
||||
{
|
||||
this.OnContractIdChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._ContractId = value;
|
||||
this.SendPropertyChanged("ContractId");
|
||||
this.OnContractIdChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OrderInDate", DbType="Date")]
|
||||
public System.Nullable<System.DateTime> OrderInDate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._OrderInDate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._OrderInDate != value))
|
||||
{
|
||||
this.OnOrderInDateChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._OrderInDate = value;
|
||||
this.SendPropertyChanged("OrderInDate");
|
||||
this.OnOrderInDateChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OrderCode", DbType="NVarChar(50)")]
|
||||
public string OrderCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._OrderCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._OrderCode != value))
|
||||
{
|
||||
this.OnOrderCodeChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._OrderCode = value;
|
||||
this.SendPropertyChanged("OrderCode");
|
||||
this.OnOrderCodeChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OrderOutDate", DbType="Date")]
|
||||
public System.Nullable<System.DateTime> OrderOutDate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._OrderOutDate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._OrderOutDate != value))
|
||||
{
|
||||
this.OnOrderOutDateChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._OrderOutDate = value;
|
||||
this.SendPropertyChanged("OrderOutDate");
|
||||
this.OnOrderOutDateChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_MaterialRequisitionUnit", DbType="NVarChar(100)")]
|
||||
public string MaterialRequisitionUnit
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._MaterialRequisitionUnit;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._MaterialRequisitionUnit != value))
|
||||
{
|
||||
this.OnMaterialRequisitionUnitChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._MaterialRequisitionUnit = value;
|
||||
this.SendPropertyChanged("MaterialRequisitionUnit");
|
||||
this.OnMaterialRequisitionUnitChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
@@ -283979,13 +283979,13 @@ namespace Model
|
||||
|
||||
private string _YearStr;
|
||||
|
||||
private string _QuartersStr;
|
||||
private string _MonthStr;
|
||||
|
||||
private string _UnitName;
|
||||
|
||||
private System.Nullable<int> _Year;
|
||||
|
||||
private System.Nullable<int> _Quarters;
|
||||
private System.Nullable<int> _Month;
|
||||
|
||||
private string _UpState;
|
||||
|
||||
@@ -284075,18 +284075,18 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_QuartersStr", DbType="NVarChar(100)")]
|
||||
public string QuartersStr
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_MonthStr", DbType="NVarChar(100)")]
|
||||
public string MonthStr
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._QuartersStr;
|
||||
return this._MonthStr;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._QuartersStr != value))
|
||||
if ((this._MonthStr != value))
|
||||
{
|
||||
this._QuartersStr = value;
|
||||
this._MonthStr = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -284123,18 +284123,18 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Quarters", DbType="Int")]
|
||||
public System.Nullable<int> Quarters
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month", DbType="Int")]
|
||||
public System.Nullable<int> Month
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Quarters;
|
||||
return this._Month;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Quarters != value))
|
||||
if ((this._Month != value))
|
||||
{
|
||||
this._Quarters = value;
|
||||
this._Month = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -284600,13 +284600,13 @@ namespace Model
|
||||
|
||||
private string _YearStr;
|
||||
|
||||
private string _QuartersStr;
|
||||
private string _MonthStr;
|
||||
|
||||
private string _ProjectName;
|
||||
|
||||
private System.Nullable<int> _Year;
|
||||
|
||||
private System.Nullable<int> _Quarters;
|
||||
private System.Nullable<int> _Month;
|
||||
|
||||
private string _UpState;
|
||||
|
||||
@@ -284696,18 +284696,18 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_QuartersStr", DbType="NVarChar(100)")]
|
||||
public string QuartersStr
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_MonthStr", DbType="NVarChar(100)")]
|
||||
public string MonthStr
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._QuartersStr;
|
||||
return this._MonthStr;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._QuartersStr != value))
|
||||
if ((this._MonthStr != value))
|
||||
{
|
||||
this._QuartersStr = value;
|
||||
this._MonthStr = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -284744,18 +284744,18 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Quarters", DbType="Int")]
|
||||
public System.Nullable<int> Quarters
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month", DbType="Int")]
|
||||
public System.Nullable<int> Month
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Quarters;
|
||||
return this._Month;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Quarters != value))
|
||||
if ((this._Month != value))
|
||||
{
|
||||
this._Quarters = value;
|
||||
this._Month = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -313473,7 +313473,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Name", DbType="NVarChar(50)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Name", DbType="NVarChar(200)")]
|
||||
public string Name
|
||||
{
|
||||
get
|
||||
@@ -314050,7 +314050,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PackageContent", DbType="NVarChar(50)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PackageContent", DbType="NVarChar(200)")]
|
||||
public string PackageContent
|
||||
{
|
||||
get
|
||||
@@ -314241,7 +314241,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PackageContent", DbType="NVarChar(50)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PackageContent", DbType="NVarChar(200)")]
|
||||
public string PackageContent
|
||||
{
|
||||
get
|
||||
@@ -319580,7 +319580,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PackageContent", DbType="NVarChar(50)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PackageContent", DbType="NVarChar(200)")]
|
||||
public string PackageContent
|
||||
{
|
||||
get
|
||||
@@ -321052,7 +321052,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PackageContent", DbType="NVarChar(50)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PackageContent", DbType="NVarChar(200)")]
|
||||
public string PackageContent
|
||||
{
|
||||
get
|
||||
@@ -330603,7 +330603,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ContractNo", DbType="NVarChar(500)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ContractNo", DbType="NVarChar(1500)")]
|
||||
public string ContractNo
|
||||
{
|
||||
get
|
||||
@@ -330623,7 +330623,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitWorks", DbType="NVarChar(500)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitWorks", DbType="NVarChar(1500)")]
|
||||
public string UnitWorks
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user