20241213 FC List导出合同管理
This commit is contained in:
@@ -861,6 +861,14 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
public System.Data.Linq.Table<View_FC_ContractManagementLists> View_FC_ContractManagementLists
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.GetTable<View_FC_ContractManagementLists>();
|
||||
}
|
||||
}
|
||||
|
||||
public System.Data.Linq.Table<View_FC_Contractor> View_FC_Contractor
|
||||
{
|
||||
get
|
||||
@@ -31564,6 +31572,447 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_FC_ContractManagementLists")]
|
||||
public partial class View_FC_ContractManagementLists
|
||||
{
|
||||
|
||||
private string _FileId;
|
||||
|
||||
private int _FC_ID;
|
||||
|
||||
private string _FileName;
|
||||
|
||||
private string _FileTypeId;
|
||||
|
||||
private string _FileType;
|
||||
|
||||
private string _UploadMan;
|
||||
|
||||
private System.Nullable<System.DateTime> _UploadDate;
|
||||
|
||||
private string _Remark;
|
||||
|
||||
private string _AttachUrl;
|
||||
|
||||
private string _UploadManName;
|
||||
|
||||
private string _Contractor;
|
||||
|
||||
private string _PreviousFO;
|
||||
|
||||
private string _FO_NO;
|
||||
|
||||
private System.Nullable<decimal> _InitialBudget;
|
||||
|
||||
private System.Nullable<decimal> _SupplementedBudget;
|
||||
|
||||
private System.Nullable<decimal> _TotalBudget;
|
||||
|
||||
private System.Nullable<decimal> _CurrentAllocation;
|
||||
|
||||
private System.Nullable<System.DateTime> _StartDate;
|
||||
|
||||
private System.Nullable<System.DateTime> _EndDate;
|
||||
|
||||
private System.Nullable<System.DateTime> _AuditDate;
|
||||
|
||||
private string _AuditResult;
|
||||
|
||||
private string _ContractorType;
|
||||
|
||||
private System.Nullable<System.DateTime> _OccurDate;
|
||||
|
||||
private string _BycDeptName;
|
||||
|
||||
public View_FC_ContractManagementLists()
|
||||
{
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FileId", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
|
||||
public string FileId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._FileId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._FileId != value))
|
||||
{
|
||||
this._FileId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FC_ID", DbType="Int NOT NULL")]
|
||||
public int FC_ID
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._FC_ID;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._FC_ID != value))
|
||||
{
|
||||
this._FC_ID = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FileName", DbType="NVarChar(200)")]
|
||||
public string FileName
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._FileName;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._FileName != value))
|
||||
{
|
||||
this._FileName = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FileTypeId", DbType="NVarChar(50)")]
|
||||
public string FileTypeId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._FileTypeId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._FileTypeId != value))
|
||||
{
|
||||
this._FileTypeId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FileType", DbType="VarChar(18)")]
|
||||
public string FileType
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._FileType;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._FileType != value))
|
||||
{
|
||||
this._FileType = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UploadMan", DbType="NVarChar(50)")]
|
||||
public string UploadMan
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._UploadMan;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._UploadMan != value))
|
||||
{
|
||||
this._UploadMan = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[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.ColumnAttribute(Storage="_Remark", DbType="NVarChar(500)")]
|
||||
public string Remark
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Remark;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Remark != value))
|
||||
{
|
||||
this._Remark = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AttachUrl", DbType="NVarChar(1000)")]
|
||||
public string AttachUrl
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._AttachUrl;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._AttachUrl != value))
|
||||
{
|
||||
this._AttachUrl = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UploadManName", DbType="NVarChar(50)")]
|
||||
public string UploadManName
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._UploadManName;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._UploadManName != value))
|
||||
{
|
||||
this._UploadManName = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Contractor", DbType="NVarChar(401)")]
|
||||
public string Contractor
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Contractor;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Contractor != value))
|
||||
{
|
||||
this._Contractor = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PreviousFO", DbType="NVarChar(50)")]
|
||||
public string PreviousFO
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._PreviousFO;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._PreviousFO != value))
|
||||
{
|
||||
this._PreviousFO = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FO_NO", DbType="NVarChar(50)")]
|
||||
public string FO_NO
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._FO_NO;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._FO_NO != value))
|
||||
{
|
||||
this._FO_NO = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InitialBudget", DbType="Decimal(18,2)")]
|
||||
public System.Nullable<decimal> InitialBudget
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._InitialBudget;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._InitialBudget != value))
|
||||
{
|
||||
this._InitialBudget = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SupplementedBudget", DbType="Decimal(18,2)")]
|
||||
public System.Nullable<decimal> SupplementedBudget
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SupplementedBudget;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SupplementedBudget != value))
|
||||
{
|
||||
this._SupplementedBudget = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalBudget", DbType="Decimal(18,2)")]
|
||||
public System.Nullable<decimal> TotalBudget
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._TotalBudget;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._TotalBudget != value))
|
||||
{
|
||||
this._TotalBudget = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CurrentAllocation", DbType="Decimal(14,5)")]
|
||||
public System.Nullable<decimal> CurrentAllocation
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._CurrentAllocation;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._CurrentAllocation != value))
|
||||
{
|
||||
this._CurrentAllocation = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_StartDate", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> StartDate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._StartDate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._StartDate != value))
|
||||
{
|
||||
this._StartDate = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_EndDate", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> EndDate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._EndDate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._EndDate != value))
|
||||
{
|
||||
this._EndDate = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AuditDate", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> AuditDate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._AuditDate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._AuditDate != value))
|
||||
{
|
||||
this._AuditDate = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AuditResult", DbType="Char(10)")]
|
||||
public string AuditResult
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._AuditResult;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._AuditResult != value))
|
||||
{
|
||||
this._AuditResult = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ContractorType", DbType="NVarChar(50)")]
|
||||
public string ContractorType
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ContractorType;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ContractorType != value))
|
||||
{
|
||||
this._ContractorType = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OccurDate", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> OccurDate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._OccurDate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._OccurDate != value))
|
||||
{
|
||||
this._OccurDate = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BycDeptName", DbType="NVarChar(50)")]
|
||||
public string BycDeptName
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._BycDeptName;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._BycDeptName != value))
|
||||
{
|
||||
this._BycDeptName = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_FC_Contractor")]
|
||||
public partial class View_FC_Contractor
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user