提交代码

This commit is contained in:
2024-05-05 17:12:18 +08:00
parent ae9728039b
commit b096b54df5
15 changed files with 589 additions and 281 deletions
+306 -264
View File
@@ -212893,6 +212893,8 @@ namespace Model
private System.Nullable<System.DateTime> _EndDate;
private System.Nullable<decimal> _NextNum;
private EntityRef<Base_Project> _Base_Project;
private EntityRef<JDGL_QuantityList> _JDGL_QuantityList;
@@ -212923,6 +212925,8 @@ namespace Model
partial void OnStartDateChanged();
partial void OnEndDateChanging(System.Nullable<System.DateTime> value);
partial void OnEndDateChanged();
partial void OnNextNumChanging(System.Nullable<decimal> value);
partial void OnNextNumChanged();
#endregion
public JDGL_QuantityCompletion()
@@ -213145,6 +213149,26 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_NextNum", DbType="Decimal(9,2)")]
public System.Nullable<decimal> NextNum
{
get
{
return this._NextNum;
}
set
{
if ((this._NextNum != value))
{
this.OnNextNumChanging(value);
this.SendPropertyChanging();
this._NextNum = value;
this.SendPropertyChanged("NextNum");
this.OnNextNumChanged();
}
}
}
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_JDGL_QuantityCompletion_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
public Base_Project Base_Project
{
@@ -275014,7 +275038,7 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remark", DbType="VarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remark", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
public string Remark
{
get
@@ -275159,20 +275183,6 @@ namespace Model
private string _PropertyTechnologyId;
private System.Nullable<System.DateTime> _InspectTime;
private string _AddUser;
private System.Nullable<System.DateTime> _AddTime;
private System.Nullable<int> _IsSiteImplement;
private System.Nullable<System.DateTime> _SiteImplementConfirmData;
private System.Nullable<System.DateTime> _RecordUploadData;
private string _SiteImplementUser;
private System.Nullable<System.DateTime> _SubcontractorAllPassData;
private System.Nullable<System.DateTime> _ContractorAllPassData;
@@ -275181,22 +275191,36 @@ namespace Model
private System.Nullable<System.DateTime> _OwnerAllPassData;
private System.Nullable<int> _WanderIsComplete;
private System.Nullable<System.DateTime> _WanderCompleteData;
private System.Nullable<int> _WanderIsComplete;
private System.Nullable<int> _IsSiteImplement;
private string _SiteImplementUser;
private System.Nullable<System.DateTime> _SiteImplementConfirmData;
private System.Nullable<System.DateTime> _RecordUploadData;
private System.Nullable<int> _InspectIsClose;
private System.Nullable<System.DateTime> _InspectCloseData;
private string _InspectIsCloseUser;
private System.Nullable<System.DateTime> _InspectCloseData;
private System.Nullable<int> _IsUnifyWanderAbout;
private System.Nullable<System.DateTime> _UnifyWanderAboutData;
private string _UnifyWanderAboutOpinion;
private System.Nullable<System.DateTime> _InspectTime;
private string _AddUser;
private System.Nullable<System.DateTime> _AddTime;
#region
partial void OnLoaded();
partial void OnValidate(System.Data.Linq.ChangeAction action);
@@ -275239,20 +275263,6 @@ namespace Model
partial void OnWorkPackTypeChanged();
partial void OnPropertyTechnologyIdChanging(string value);
partial void OnPropertyTechnologyIdChanged();
partial void OnInspectTimeChanging(System.Nullable<System.DateTime> value);
partial void OnInspectTimeChanged();
partial void OnAddUserChanging(string value);
partial void OnAddUserChanged();
partial void OnAddTimeChanging(System.Nullable<System.DateTime> value);
partial void OnAddTimeChanged();
partial void OnIsSiteImplementChanging(System.Nullable<int> value);
partial void OnIsSiteImplementChanged();
partial void OnSiteImplementConfirmDataChanging(System.Nullable<System.DateTime> value);
partial void OnSiteImplementConfirmDataChanged();
partial void OnRecordUploadDataChanging(System.Nullable<System.DateTime> value);
partial void OnRecordUploadDataChanged();
partial void OnSiteImplementUserChanging(string value);
partial void OnSiteImplementUserChanged();
partial void OnSubcontractorAllPassDataChanging(System.Nullable<System.DateTime> value);
partial void OnSubcontractorAllPassDataChanged();
partial void OnContractorAllPassDataChanging(System.Nullable<System.DateTime> value);
@@ -275261,22 +275271,36 @@ namespace Model
partial void OnSupervisionAllPassDataChanged();
partial void OnOwnerAllPassDataChanging(System.Nullable<System.DateTime> value);
partial void OnOwnerAllPassDataChanged();
partial void OnWanderCompleteDataChanging(System.Nullable<System.DateTime> value);
partial void OnWanderCompleteDataChanged();
partial void OnWanderIsCompleteChanging(System.Nullable<int> value);
partial void OnWanderIsCompleteChanged();
partial void OnWanderCompleteDataChanging(System.Nullable<System.DateTime> value);
partial void OnWanderCompleteDataChanged();
partial void OnIsSiteImplementChanging(System.Nullable<int> value);
partial void OnIsSiteImplementChanged();
partial void OnSiteImplementUserChanging(string value);
partial void OnSiteImplementUserChanged();
partial void OnSiteImplementConfirmDataChanging(System.Nullable<System.DateTime> value);
partial void OnSiteImplementConfirmDataChanged();
partial void OnRecordUploadDataChanging(System.Nullable<System.DateTime> value);
partial void OnRecordUploadDataChanged();
partial void OnInspectIsCloseChanging(System.Nullable<int> value);
partial void OnInspectIsCloseChanged();
partial void OnInspectCloseDataChanging(System.Nullable<System.DateTime> value);
partial void OnInspectCloseDataChanged();
partial void OnInspectIsCloseUserChanging(string value);
partial void OnInspectIsCloseUserChanged();
partial void OnInspectCloseDataChanging(System.Nullable<System.DateTime> value);
partial void OnInspectCloseDataChanged();
partial void OnIsUnifyWanderAboutChanging(System.Nullable<int> value);
partial void OnIsUnifyWanderAboutChanged();
partial void OnUnifyWanderAboutDataChanging(System.Nullable<System.DateTime> value);
partial void OnUnifyWanderAboutDataChanged();
partial void OnUnifyWanderAboutOpinionChanging(string value);
partial void OnUnifyWanderAboutOpinionChanged();
partial void OnInspectTimeChanging(System.Nullable<System.DateTime> value);
partial void OnInspectTimeChanged();
partial void OnAddUserChanging(string value);
partial void OnAddUserChanged();
partial void OnAddTimeChanging(System.Nullable<System.DateTime> value);
partial void OnAddTimeChanged();
#endregion
public PreRun_SubInspectTerm()
@@ -275664,146 +275688,6 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectTime", DbType="DateTime")]
public System.Nullable<System.DateTime> InspectTime
{
get
{
return this._InspectTime;
}
set
{
if ((this._InspectTime != value))
{
this.OnInspectTimeChanging(value);
this.SendPropertyChanging();
this._InspectTime = value;
this.SendPropertyChanged("InspectTime");
this.OnInspectTimeChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AddUser", DbType="VarChar(50)")]
public string AddUser
{
get
{
return this._AddUser;
}
set
{
if ((this._AddUser != value))
{
this.OnAddUserChanging(value);
this.SendPropertyChanging();
this._AddUser = value;
this.SendPropertyChanged("AddUser");
this.OnAddUserChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AddTime", DbType="DateTime")]
public System.Nullable<System.DateTime> AddTime
{
get
{
return this._AddTime;
}
set
{
if ((this._AddTime != value))
{
this.OnAddTimeChanging(value);
this.SendPropertyChanging();
this._AddTime = value;
this.SendPropertyChanged("AddTime");
this.OnAddTimeChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsSiteImplement", DbType="Int")]
public System.Nullable<int> IsSiteImplement
{
get
{
return this._IsSiteImplement;
}
set
{
if ((this._IsSiteImplement != value))
{
this.OnIsSiteImplementChanging(value);
this.SendPropertyChanging();
this._IsSiteImplement = value;
this.SendPropertyChanged("IsSiteImplement");
this.OnIsSiteImplementChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SiteImplementConfirmData", DbType="DateTime")]
public System.Nullable<System.DateTime> SiteImplementConfirmData
{
get
{
return this._SiteImplementConfirmData;
}
set
{
if ((this._SiteImplementConfirmData != value))
{
this.OnSiteImplementConfirmDataChanging(value);
this.SendPropertyChanging();
this._SiteImplementConfirmData = value;
this.SendPropertyChanged("SiteImplementConfirmData");
this.OnSiteImplementConfirmDataChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RecordUploadData", DbType="DateTime")]
public System.Nullable<System.DateTime> RecordUploadData
{
get
{
return this._RecordUploadData;
}
set
{
if ((this._RecordUploadData != value))
{
this.OnRecordUploadDataChanging(value);
this.SendPropertyChanging();
this._RecordUploadData = value;
this.SendPropertyChanged("RecordUploadData");
this.OnRecordUploadDataChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SiteImplementUser", DbType="VarChar(50)")]
public string SiteImplementUser
{
get
{
return this._SiteImplementUser;
}
set
{
if ((this._SiteImplementUser != value))
{
this.OnSiteImplementUserChanging(value);
this.SendPropertyChanging();
this._SiteImplementUser = value;
this.SendPropertyChanged("SiteImplementUser");
this.OnSiteImplementUserChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SubcontractorAllPassData", DbType="DateTime")]
public System.Nullable<System.DateTime> SubcontractorAllPassData
{
@@ -275884,6 +275768,26 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WanderIsComplete", DbType="Int")]
public System.Nullable<int> WanderIsComplete
{
get
{
return this._WanderIsComplete;
}
set
{
if ((this._WanderIsComplete != value))
{
this.OnWanderIsCompleteChanging(value);
this.SendPropertyChanging();
this._WanderIsComplete = value;
this.SendPropertyChanged("WanderIsComplete");
this.OnWanderIsCompleteChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WanderCompleteData", DbType="DateTime")]
public System.Nullable<System.DateTime> WanderCompleteData
{
@@ -275904,22 +275808,82 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WanderIsComplete", DbType="Int")]
public System.Nullable<int> WanderIsComplete
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsSiteImplement", DbType="Int")]
public System.Nullable<int> IsSiteImplement
{
get
{
return this._WanderIsComplete;
return this._IsSiteImplement;
}
set
{
if ((this._WanderIsComplete != value))
if ((this._IsSiteImplement != value))
{
this.OnWanderIsCompleteChanging(value);
this.OnIsSiteImplementChanging(value);
this.SendPropertyChanging();
this._WanderIsComplete = value;
this.SendPropertyChanged("WanderIsComplete");
this.OnWanderIsCompleteChanged();
this._IsSiteImplement = value;
this.SendPropertyChanged("IsSiteImplement");
this.OnIsSiteImplementChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SiteImplementUser", DbType="VarChar(50)")]
public string SiteImplementUser
{
get
{
return this._SiteImplementUser;
}
set
{
if ((this._SiteImplementUser != value))
{
this.OnSiteImplementUserChanging(value);
this.SendPropertyChanging();
this._SiteImplementUser = value;
this.SendPropertyChanged("SiteImplementUser");
this.OnSiteImplementUserChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SiteImplementConfirmData", DbType="DateTime")]
public System.Nullable<System.DateTime> SiteImplementConfirmData
{
get
{
return this._SiteImplementConfirmData;
}
set
{
if ((this._SiteImplementConfirmData != value))
{
this.OnSiteImplementConfirmDataChanging(value);
this.SendPropertyChanging();
this._SiteImplementConfirmData = value;
this.SendPropertyChanged("SiteImplementConfirmData");
this.OnSiteImplementConfirmDataChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RecordUploadData", DbType="DateTime")]
public System.Nullable<System.DateTime> RecordUploadData
{
get
{
return this._RecordUploadData;
}
set
{
if ((this._RecordUploadData != value))
{
this.OnRecordUploadDataChanging(value);
this.SendPropertyChanging();
this._RecordUploadData = value;
this.SendPropertyChanged("RecordUploadData");
this.OnRecordUploadDataChanged();
}
}
}
@@ -275944,26 +275908,6 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectCloseData", DbType="DateTime")]
public System.Nullable<System.DateTime> InspectCloseData
{
get
{
return this._InspectCloseData;
}
set
{
if ((this._InspectCloseData != value))
{
this.OnInspectCloseDataChanging(value);
this.SendPropertyChanging();
this._InspectCloseData = value;
this.SendPropertyChanged("InspectCloseData");
this.OnInspectCloseDataChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectIsCloseUser", DbType="VarChar(50)")]
public string InspectIsCloseUser
{
@@ -275984,6 +275928,26 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectCloseData", DbType="DateTime")]
public System.Nullable<System.DateTime> InspectCloseData
{
get
{
return this._InspectCloseData;
}
set
{
if ((this._InspectCloseData != value))
{
this.OnInspectCloseDataChanging(value);
this.SendPropertyChanging();
this._InspectCloseData = value;
this.SendPropertyChanged("InspectCloseData");
this.OnInspectCloseDataChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsUnifyWanderAbout", DbType="Int")]
public System.Nullable<int> IsUnifyWanderAbout
{
@@ -276044,6 +276008,66 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectTime", DbType="DateTime")]
public System.Nullable<System.DateTime> InspectTime
{
get
{
return this._InspectTime;
}
set
{
if ((this._InspectTime != value))
{
this.OnInspectTimeChanging(value);
this.SendPropertyChanging();
this._InspectTime = value;
this.SendPropertyChanged("InspectTime");
this.OnInspectTimeChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AddUser", DbType="VarChar(50)")]
public string AddUser
{
get
{
return this._AddUser;
}
set
{
if ((this._AddUser != value))
{
this.OnAddUserChanging(value);
this.SendPropertyChanging();
this._AddUser = value;
this.SendPropertyChanged("AddUser");
this.OnAddUserChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AddTime", DbType="DateTime")]
public System.Nullable<System.DateTime> AddTime
{
get
{
return this._AddTime;
}
set
{
if ((this._AddTime != value))
{
this.OnAddTimeChanging(value);
this.SendPropertyChanging();
this._AddTime = value;
this.SendPropertyChanged("AddTime");
this.OnAddTimeChanged();
}
}
}
public event PropertyChangingEventHandler PropertyChanging;
public event PropertyChangedEventHandler PropertyChanged;
@@ -277851,6 +277875,8 @@ namespace Model
private string _RestrictCondition;
private System.Nullable<int> _ResponsibilityProposeSatate;
private System.Nullable<int> _ResponsibilityConfirm;
private System.Nullable<int> _ProposeConfirm;
@@ -277861,9 +277887,11 @@ namespace Model
private System.Nullable<int> _OwnerConfirm;
private System.Nullable<System.DateTime> _ProposeConfirmData;
private System.Nullable<System.DateTime> _ResponsibilityConfirmData;
private System.Nullable<System.DateTime> _ProposeConfirmData;
private System.Nullable<System.DateTime> _ProposeHandleData;
private System.Nullable<System.DateTime> _GeneraConfirmData;
@@ -277879,10 +277907,6 @@ namespace Model
private System.Nullable<int> _Sort;
private System.Nullable<int> _ResponsibilityProposeSatate;
private System.Nullable<System.DateTime> _ProposeHandleData;
private string _FourDecisionCode;
#region
@@ -277919,6 +277943,8 @@ namespace Model
partial void OnRealityDestructionTimeChanged();
partial void OnRestrictConditionChanging(string value);
partial void OnRestrictConditionChanged();
partial void OnResponsibilityProposeSatateChanging(System.Nullable<int> value);
partial void OnResponsibilityProposeSatateChanged();
partial void OnResponsibilityConfirmChanging(System.Nullable<int> value);
partial void OnResponsibilityConfirmChanged();
partial void OnProposeConfirmChanging(System.Nullable<int> value);
@@ -277929,10 +277955,12 @@ namespace Model
partial void OnSupervisionConfirmChanged();
partial void OnOwnerConfirmChanging(System.Nullable<int> value);
partial void OnOwnerConfirmChanged();
partial void OnResponsibilityConfirmDataChanging(System.Nullable<System.DateTime> value);
partial void OnResponsibilityConfirmDataChanged();
partial void OnProposeConfirmDataChanging(System.Nullable<System.DateTime> value);
partial void OnProposeConfirmDataChanged();
partial void OnResponsibilityConfirmDataChanging(System.Nullable<System.DateTime> value);
partial void OnResponsibilityConfirmDataChanged();
partial void OnProposeHandleDataChanging(System.Nullable<System.DateTime> value);
partial void OnProposeHandleDataChanged();
partial void OnGeneraConfirmDataChanging(System.Nullable<System.DateTime> value);
partial void OnGeneraConfirmDataChanged();
partial void OnSupervisionConfirmDataChanging(System.Nullable<System.DateTime> value);
@@ -277947,10 +277975,6 @@ namespace Model
partial void OnAddTimeChanged();
partial void OnSortChanging(System.Nullable<int> value);
partial void OnSortChanged();
partial void OnResponsibilityProposeSatateChanging(System.Nullable<int> value);
partial void OnResponsibilityProposeSatateChanged();
partial void OnProposeHandleDataChanging(System.Nullable<System.DateTime> value);
partial void OnProposeHandleDataChanged();
partial void OnFourDecisionCodeChanging(string value);
partial void OnFourDecisionCodeChanged();
#endregion
@@ -278260,6 +278284,26 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ResponsibilityProposeSatate", DbType="Int")]
public System.Nullable<int> ResponsibilityProposeSatate
{
get
{
return this._ResponsibilityProposeSatate;
}
set
{
if ((this._ResponsibilityProposeSatate != value))
{
this.OnResponsibilityProposeSatateChanging(value);
this.SendPropertyChanging();
this._ResponsibilityProposeSatate = value;
this.SendPropertyChanged("ResponsibilityProposeSatate");
this.OnResponsibilityProposeSatateChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ResponsibilityConfirm", DbType="Int")]
public System.Nullable<int> ResponsibilityConfirm
{
@@ -278360,6 +278404,26 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProposeConfirmData", DbType="DateTime")]
public System.Nullable<System.DateTime> ProposeConfirmData
{
get
{
return this._ProposeConfirmData;
}
set
{
if ((this._ProposeConfirmData != value))
{
this.OnProposeConfirmDataChanging(value);
this.SendPropertyChanging();
this._ProposeConfirmData = value;
this.SendPropertyChanged("ProposeConfirmData");
this.OnProposeConfirmDataChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ResponsibilityConfirmData", DbType="DateTime")]
public System.Nullable<System.DateTime> ResponsibilityConfirmData
{
@@ -278380,22 +278444,22 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProposeConfirmData", DbType="DateTime")]
public System.Nullable<System.DateTime> ProposeConfirmData
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProposeHandleData", DbType="DateTime")]
public System.Nullable<System.DateTime> ProposeHandleData
{
get
{
return this._ProposeConfirmData;
return this._ProposeHandleData;
}
set
{
if ((this._ProposeConfirmData != value))
if ((this._ProposeHandleData != value))
{
this.OnProposeConfirmDataChanging(value);
this.OnProposeHandleDataChanging(value);
this.SendPropertyChanging();
this._ProposeConfirmData = value;
this.SendPropertyChanged("ProposeConfirmData");
this.OnProposeConfirmDataChanged();
this._ProposeHandleData = value;
this.SendPropertyChanged("ProposeHandleData");
this.OnProposeHandleDataChanged();
}
}
}
@@ -278540,46 +278604,6 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ResponsibilityProposeSatate", DbType="Int")]
public System.Nullable<int> ResponsibilityProposeSatate
{
get
{
return this._ResponsibilityProposeSatate;
}
set
{
if ((this._ResponsibilityProposeSatate != value))
{
this.OnResponsibilityProposeSatateChanging(value);
this.SendPropertyChanging();
this._ResponsibilityProposeSatate = value;
this.SendPropertyChanged("ResponsibilityProposeSatate");
this.OnResponsibilityProposeSatateChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProposeHandleData", DbType="DateTime")]
public System.Nullable<System.DateTime> ProposeHandleData
{
get
{
return this._ProposeHandleData;
}
set
{
if ((this._ProposeHandleData != value))
{
this.OnProposeHandleDataChanging(value);
this.SendPropertyChanging();
this._ProposeHandleData = value;
this.SendPropertyChanged("ProposeHandleData");
this.OnProposeHandleDataChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FourDecisionCode", DbType="VarChar(20)")]
public string FourDecisionCode
{
@@ -279292,7 +279316,7 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remark", DbType="VarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remark", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
public string Remark
{
get
@@ -417802,6 +417826,8 @@ namespace Model
private System.Nullable<System.DateTime> _EndDate;
private System.Nullable<decimal> _NextNum;
private System.Nullable<decimal> _DesignNum;
private string _Name;
@@ -417988,6 +418014,22 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_NextNum", DbType="Decimal(9,2)")]
public System.Nullable<decimal> NextNum
{
get
{
return this._NextNum;
}
set
{
if ((this._NextNum != value))
{
this._NextNum = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DesignNum", DbType="Decimal(9,2)")]
public System.Nullable<decimal> DesignNum
{