20220726 修改密码策略
This commit is contained in:
+52
-4
@@ -255428,7 +255428,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Address", DbType="NVarChar(200)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Address", DbType="NVarChar(2000)")]
|
||||
public string Address
|
||||
{
|
||||
get
|
||||
@@ -255492,7 +255492,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaName", DbType="NVarChar(200)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaName", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
|
||||
public string WorkAreaName
|
||||
{
|
||||
get
|
||||
@@ -257937,6 +257937,8 @@ namespace Model
|
||||
|
||||
private System.Nullable<bool> _IsCardNoOK;
|
||||
|
||||
private string _RawPassword;
|
||||
|
||||
private EntitySet<Accident_AccidentPersonRecord> _Accident_AccidentPersonRecord;
|
||||
|
||||
private EntitySet<Accident_AccidentReportOtherItem> _Accident_AccidentReportOtherItem;
|
||||
@@ -258117,6 +258119,8 @@ namespace Model
|
||||
partial void OnRealNameUpdateTimeChanged();
|
||||
partial void OnIsCardNoOKChanging(System.Nullable<bool> value);
|
||||
partial void OnIsCardNoOKChanged();
|
||||
partial void OnRawPasswordChanging(string value);
|
||||
partial void OnRawPasswordChanged();
|
||||
#endregion
|
||||
|
||||
public SitePerson_Person()
|
||||
@@ -259365,6 +259369,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RawPassword", DbType="NVarChar(100)")]
|
||||
public string RawPassword
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._RawPassword;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._RawPassword != value))
|
||||
{
|
||||
this.OnRawPasswordChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._RawPassword = value;
|
||||
this.SendPropertyChanged("RawPassword");
|
||||
this.OnRawPasswordChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Accident_AccidentPersonRecord_SitePerson_Person", Storage="_Accident_AccidentPersonRecord", ThisKey="PersonId", OtherKey="PersonId", DeleteRule="NO ACTION")]
|
||||
public EntitySet<Accident_AccidentPersonRecord> Accident_AccidentPersonRecord
|
||||
{
|
||||
@@ -274254,6 +274278,8 @@ namespace Model
|
||||
|
||||
private string _WorkNo;
|
||||
|
||||
private string _RawPassword;
|
||||
|
||||
private EntitySet<Comprehensive_NCRManagement> _Comprehensive_NCRManagement;
|
||||
|
||||
private EntitySet<Comprehensive_PressurePipe> _Comprehensive_PressurePipe;
|
||||
@@ -274998,6 +275024,8 @@ namespace Model
|
||||
partial void OnViceCNProfessionalIdChanged();
|
||||
partial void OnWorkNoChanging(string value);
|
||||
partial void OnWorkNoChanged();
|
||||
partial void OnRawPasswordChanging(string value);
|
||||
partial void OnRawPasswordChanged();
|
||||
#endregion
|
||||
|
||||
public Sys_User()
|
||||
@@ -276322,6 +276350,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RawPassword", DbType="NVarChar(100)")]
|
||||
public string RawPassword
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._RawPassword;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._RawPassword != value))
|
||||
{
|
||||
this.OnRawPasswordChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._RawPassword = value;
|
||||
this.SendPropertyChanged("RawPassword");
|
||||
this.OnRawPasswordChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="Comprehensive_NCRManagement_Sys_User", Storage="_Comprehensive_NCRManagement", ThisKey="UserId", OtherKey="CompileMan", DeleteRule="NO ACTION")]
|
||||
public EntitySet<Comprehensive_NCRManagement> Comprehensive_NCRManagement
|
||||
{
|
||||
@@ -337439,7 +337487,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Address", DbType="NVarChar(200)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Address", DbType="NVarChar(2000)")]
|
||||
public string Address
|
||||
{
|
||||
get
|
||||
@@ -337455,7 +337503,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaName", DbType="NVarChar(200)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaName", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
|
||||
public string WorkAreaName
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user