修改作业许可
This commit is contained in:
@@ -206277,6 +206277,8 @@ namespace Model
|
||||
|
||||
private string _FireWatchManName;
|
||||
|
||||
private string _SignatureUrl;
|
||||
|
||||
private EntityRef<Base_Project> _Base_Project;
|
||||
|
||||
private EntityRef<Base_Unit> _Base_Unit;
|
||||
@@ -206337,6 +206339,8 @@ namespace Model
|
||||
partial void OnReasonChanged();
|
||||
partial void OnFireWatchManNameChanging(string value);
|
||||
partial void OnFireWatchManNameChanged();
|
||||
partial void OnSignatureUrlChanging(string value);
|
||||
partial void OnSignatureUrlChanged();
|
||||
#endregion
|
||||
|
||||
public License_BreakGround()
|
||||
@@ -206829,6 +206833,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SignatureUrl", DbType="NVarChar(500)")]
|
||||
public string SignatureUrl
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SignatureUrl;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SignatureUrl != value))
|
||||
{
|
||||
this.OnSignatureUrlChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._SignatureUrl = value;
|
||||
this.SendPropertyChanged("SignatureUrl");
|
||||
this.OnSignatureUrlChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_License_BreakGround_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
|
||||
public Base_Project Base_Project
|
||||
{
|
||||
@@ -207076,6 +207100,8 @@ namespace Model
|
||||
|
||||
private string _WorkLeaderTel;
|
||||
|
||||
private string _SignatureUrl;
|
||||
|
||||
private EntityRef<Base_Project> _Base_Project;
|
||||
|
||||
private EntityRef<Base_Unit> _Base_Unit;
|
||||
@@ -207140,6 +207166,8 @@ namespace Model
|
||||
partial void OnWorkLeaderNameChanged();
|
||||
partial void OnWorkLeaderTelChanging(string value);
|
||||
partial void OnWorkLeaderTelChanged();
|
||||
partial void OnSignatureUrlChanging(string value);
|
||||
partial void OnSignatureUrlChanged();
|
||||
#endregion
|
||||
|
||||
public License_Electricity()
|
||||
@@ -207672,6 +207700,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SignatureUrl", DbType="NVarChar(500)")]
|
||||
public string SignatureUrl
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SignatureUrl;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SignatureUrl != value))
|
||||
{
|
||||
this.OnSignatureUrlChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._SignatureUrl = value;
|
||||
this.SendPropertyChanged("SignatureUrl");
|
||||
this.OnSignatureUrlChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_License_Electricity_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
|
||||
public Base_Project Base_Project
|
||||
{
|
||||
@@ -208383,6 +208431,8 @@ namespace Model
|
||||
|
||||
private string _FireLevel;
|
||||
|
||||
private string _SignatureUrl;
|
||||
|
||||
private EntityRef<Base_Project> _Base_Project;
|
||||
|
||||
private EntityRef<Base_Unit> _Base_Unit;
|
||||
@@ -208447,6 +208497,8 @@ namespace Model
|
||||
partial void OnReasonChanged();
|
||||
partial void OnFireLevelChanging(string value);
|
||||
partial void OnFireLevelChanged();
|
||||
partial void OnSignatureUrlChanging(string value);
|
||||
partial void OnSignatureUrlChanged();
|
||||
#endregion
|
||||
|
||||
public License_FireWork()
|
||||
@@ -208964,6 +209016,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SignatureUrl", DbType="NVarChar(500)")]
|
||||
public string SignatureUrl
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SignatureUrl;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SignatureUrl != value))
|
||||
{
|
||||
this.OnSignatureUrlChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._SignatureUrl = value;
|
||||
this.SendPropertyChanged("SignatureUrl");
|
||||
this.OnSignatureUrlChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_License_FireWork_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
|
||||
public Base_Project Base_Project
|
||||
{
|
||||
@@ -209980,6 +210052,8 @@ namespace Model
|
||||
|
||||
private string _WorkLeaderTel;
|
||||
|
||||
private string _SignatureUrl;
|
||||
|
||||
private EntityRef<Base_Project> _Base_Project;
|
||||
|
||||
private EntityRef<Base_Unit> _Base_Unit;
|
||||
@@ -210048,6 +210122,8 @@ namespace Model
|
||||
partial void OnWorkLeaderNameChanged();
|
||||
partial void OnWorkLeaderTelChanging(string value);
|
||||
partial void OnWorkLeaderTelChanged();
|
||||
partial void OnSignatureUrlChanging(string value);
|
||||
partial void OnSignatureUrlChanged();
|
||||
#endregion
|
||||
|
||||
public License_HeightWork()
|
||||
@@ -210620,6 +210696,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SignatureUrl", DbType="NVarChar(500)")]
|
||||
public string SignatureUrl
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SignatureUrl;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SignatureUrl != value))
|
||||
{
|
||||
this.OnSignatureUrlChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._SignatureUrl = value;
|
||||
this.SendPropertyChanged("SignatureUrl");
|
||||
this.OnSignatureUrlChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_License_HeightWork_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
|
||||
public Base_Project Base_Project
|
||||
{
|
||||
@@ -212244,6 +212340,12 @@ namespace Model
|
||||
|
||||
private string _QzgPhone;
|
||||
|
||||
private string _SjName;
|
||||
|
||||
private string _SjPhone;
|
||||
|
||||
private string _SignatureUrl;
|
||||
|
||||
private EntityRef<Base_Project> _Base_Project;
|
||||
|
||||
private EntityRef<Base_Unit> _Base_Unit;
|
||||
@@ -212314,6 +212416,12 @@ namespace Model
|
||||
partial void OnQzgNameChanged();
|
||||
partial void OnQzgPhoneChanging(string value);
|
||||
partial void OnQzgPhoneChanged();
|
||||
partial void OnSjNameChanging(string value);
|
||||
partial void OnSjNameChanged();
|
||||
partial void OnSjPhoneChanging(string value);
|
||||
partial void OnSjPhoneChanged();
|
||||
partial void OnSignatureUrlChanging(string value);
|
||||
partial void OnSignatureUrlChanged();
|
||||
#endregion
|
||||
|
||||
public License_LiftingWork()
|
||||
@@ -212906,6 +213014,66 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SjName", DbType="NVarChar(50)")]
|
||||
public string SjName
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SjName;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SjName != value))
|
||||
{
|
||||
this.OnSjNameChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._SjName = value;
|
||||
this.SendPropertyChanged("SjName");
|
||||
this.OnSjNameChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SjPhone", DbType="NVarChar(100)")]
|
||||
public string SjPhone
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SjPhone;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SjPhone != value))
|
||||
{
|
||||
this.OnSjPhoneChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._SjPhone = value;
|
||||
this.SendPropertyChanged("SjPhone");
|
||||
this.OnSjPhoneChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SignatureUrl", DbType="NVarChar(500)")]
|
||||
public string SignatureUrl
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SignatureUrl;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SignatureUrl != value))
|
||||
{
|
||||
this.OnSignatureUrlChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._SignatureUrl = value;
|
||||
this.SendPropertyChanged("SignatureUrl");
|
||||
this.OnSignatureUrlChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_License_LiftingWork_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
|
||||
public Base_Project Base_Project
|
||||
{
|
||||
@@ -213161,6 +213329,8 @@ namespace Model
|
||||
|
||||
private string _VenStep;
|
||||
|
||||
private string _SignatureUrl;
|
||||
|
||||
private EntityRef<Base_Project> _Base_Project;
|
||||
|
||||
private EntityRef<Base_Unit> _Base_Unit;
|
||||
@@ -213235,6 +213405,8 @@ namespace Model
|
||||
partial void OnTestPersonChanged();
|
||||
partial void OnVenStepChanging(string value);
|
||||
partial void OnVenStepChanged();
|
||||
partial void OnSignatureUrlChanging(string value);
|
||||
partial void OnSignatureUrlChanged();
|
||||
#endregion
|
||||
|
||||
public License_LimitedSpace()
|
||||
@@ -213852,6 +214024,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SignatureUrl", DbType="NVarChar(500)")]
|
||||
public string SignatureUrl
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SignatureUrl;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SignatureUrl != value))
|
||||
{
|
||||
this.OnSignatureUrlChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._SignatureUrl = value;
|
||||
this.SendPropertyChanged("SignatureUrl");
|
||||
this.OnSignatureUrlChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_License_LimitedSpace_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
|
||||
public Base_Project Base_Project
|
||||
{
|
||||
@@ -214129,6 +214321,8 @@ namespace Model
|
||||
|
||||
private string _OldLicenseId;
|
||||
|
||||
private string _SignatureUrl;
|
||||
|
||||
private EntityRef<Base_Project> _Base_Project;
|
||||
|
||||
private EntityRef<Base_Unit> _Base_Unit;
|
||||
@@ -214193,6 +214387,8 @@ namespace Model
|
||||
partial void OnNextManIdChanged();
|
||||
partial void OnOldLicenseIdChanging(string value);
|
||||
partial void OnOldLicenseIdChanged();
|
||||
partial void OnSignatureUrlChanging(string value);
|
||||
partial void OnSignatureUrlChanged();
|
||||
#endregion
|
||||
|
||||
public License_NightWork()
|
||||
@@ -214695,6 +214891,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SignatureUrl", DbType="NVarChar(500)")]
|
||||
public string SignatureUrl
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SignatureUrl;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SignatureUrl != value))
|
||||
{
|
||||
this.OnSignatureUrlChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._SignatureUrl = value;
|
||||
this.SendPropertyChanged("SignatureUrl");
|
||||
this.OnSignatureUrlChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_License_NightWork_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
|
||||
public Base_Project Base_Project
|
||||
{
|
||||
@@ -215008,6 +215224,8 @@ namespace Model
|
||||
|
||||
private string _FireWatchManName;
|
||||
|
||||
private string _SignatureUrl;
|
||||
|
||||
private EntityRef<Base_Project> _Base_Project;
|
||||
|
||||
private EntityRef<Base_Unit> _Base_Unit;
|
||||
@@ -215070,6 +215288,8 @@ namespace Model
|
||||
partial void OnReasonChanged();
|
||||
partial void OnFireWatchManNameChanging(string value);
|
||||
partial void OnFireWatchManNameChanged();
|
||||
partial void OnSignatureUrlChanging(string value);
|
||||
partial void OnSignatureUrlChanged();
|
||||
#endregion
|
||||
|
||||
public License_OpenCircuit()
|
||||
@@ -215582,6 +215802,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SignatureUrl", DbType="NVarChar(500)")]
|
||||
public string SignatureUrl
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SignatureUrl;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SignatureUrl != value))
|
||||
{
|
||||
this.OnSignatureUrlChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._SignatureUrl = value;
|
||||
this.SendPropertyChanged("SignatureUrl");
|
||||
this.OnSignatureUrlChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_License_OpenCircuit_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
|
||||
public Base_Project Base_Project
|
||||
{
|
||||
@@ -215829,6 +216069,8 @@ namespace Model
|
||||
|
||||
private string _WorkAreaId;
|
||||
|
||||
private string _SignatureUrl;
|
||||
|
||||
private EntityRef<Base_Project> _Base_Project;
|
||||
|
||||
private EntityRef<Base_Unit> _Base_Unit;
|
||||
@@ -215897,6 +216139,8 @@ namespace Model
|
||||
partial void OnOldLicenseIdChanged();
|
||||
partial void OnWorkAreaIdChanging(string value);
|
||||
partial void OnWorkAreaIdChanged();
|
||||
partial void OnSignatureUrlChanging(string value);
|
||||
partial void OnSignatureUrlChanged();
|
||||
#endregion
|
||||
|
||||
public License_RadialWork()
|
||||
@@ -216439,6 +216683,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SignatureUrl", DbType="NVarChar(500)")]
|
||||
public string SignatureUrl
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SignatureUrl;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SignatureUrl != value))
|
||||
{
|
||||
this.OnSignatureUrlChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._SignatureUrl = value;
|
||||
this.SendPropertyChanged("SignatureUrl");
|
||||
this.OnSignatureUrlChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_License_RadialWork_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
|
||||
public Base_Project Base_Project
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user