20250616 评价报告导出增加上传日期
This commit is contained in:
+42
-24
@@ -9916,6 +9916,8 @@ namespace Model
|
||||
|
||||
private string _BuyerReson;
|
||||
|
||||
private string _SSRAdminId;
|
||||
|
||||
private System.Nullable<System.DateTime> _SSRStaratDate;
|
||||
|
||||
private System.Nullable<System.DateTime> _SSREndDate;
|
||||
@@ -9928,8 +9930,6 @@ namespace Model
|
||||
|
||||
private System.Nullable<System.DateTime> _UserDepEndDate;
|
||||
|
||||
private string _SSRAdminId;
|
||||
|
||||
private EntityRef<Base_Depart> _Base_Depart;
|
||||
|
||||
private EntityRef<Sys_User> _Sys_User;
|
||||
@@ -10042,6 +10042,8 @@ namespace Model
|
||||
partial void OnSESReasonChanged();
|
||||
partial void OnBuyerResonChanging(string value);
|
||||
partial void OnBuyerResonChanged();
|
||||
partial void OnSSRAdminIdChanging(string value);
|
||||
partial void OnSSRAdminIdChanged();
|
||||
partial void OnSSRStaratDateChanging(System.Nullable<System.DateTime> value);
|
||||
partial void OnSSRStaratDateChanged();
|
||||
partial void OnSSREndDateChanging(System.Nullable<System.DateTime> value);
|
||||
@@ -10054,8 +10056,6 @@ namespace Model
|
||||
partial void OnUserDepStartDateChanged();
|
||||
partial void OnUserDepEndDateChanging(System.Nullable<System.DateTime> value);
|
||||
partial void OnUserDepEndDateChanged();
|
||||
partial void OnSSRAdminIdChanging(string value);
|
||||
partial void OnSSRAdminIdChanged();
|
||||
#endregion
|
||||
|
||||
public EMC_Punishment()
|
||||
@@ -11094,6 +11094,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SSRAdminId", DbType="NVarChar(50)")]
|
||||
public string SSRAdminId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SSRAdminId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SSRAdminId != value))
|
||||
{
|
||||
this.OnSSRAdminIdChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._SSRAdminId = value;
|
||||
this.SendPropertyChanged("SSRAdminId");
|
||||
this.OnSSRAdminIdChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SSRStaratDate", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> SSRStaratDate
|
||||
{
|
||||
@@ -11214,26 +11234,6 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SSRAdminId", DbType="NVarChar(50)")]
|
||||
public string SSRAdminId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SSRAdminId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SSRAdminId != value))
|
||||
{
|
||||
this.OnSSRAdminIdChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._SSRAdminId = value;
|
||||
this.SendPropertyChanged("SSRAdminId");
|
||||
this.OnSSRAdminIdChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_EMC_Punishment_Base_Depart", Storage="_Base_Depart", ThisKey="BYC_RU", OtherKey="DepartId", IsForeignKey=true)]
|
||||
public Base_Depart Base_Depart
|
||||
{
|
||||
@@ -33778,6 +33778,8 @@ namespace Model
|
||||
|
||||
private string _FileType;
|
||||
|
||||
private System.Nullable<System.DateTime> _UploadDate;
|
||||
|
||||
public View_FC_ContractManagement()
|
||||
{
|
||||
}
|
||||
@@ -34037,6 +34039,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UploadDate", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> UploadDate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._UploadDate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._UploadDate != value))
|
||||
{
|
||||
this._UploadDate = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_FC_ContractManagementLists")]
|
||||
|
||||
Reference in New Issue
Block a user