提交代码
This commit is contained in:
@@ -95,5 +95,13 @@ namespace Model
|
||||
/// 附件
|
||||
/// </summary>
|
||||
public string AttachUrl { get; set; }
|
||||
/// <summary>
|
||||
/// 是否合格
|
||||
/// </summary>
|
||||
public string IsQualified { get; set; }
|
||||
/// <summary>
|
||||
/// 数量
|
||||
/// </summary>
|
||||
public string EquipmentCount { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9179,6 +9179,14 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
public System.Data.Linq.Table<View_QualityAudit_GeneralEquipmentQuality> View_QualityAudit_GeneralEquipmentQuality
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.GetTable<View_QualityAudit_GeneralEquipmentQuality>();
|
||||
}
|
||||
}
|
||||
|
||||
public System.Data.Linq.Table<View_QualityAudit_PersonQuality> View_QualityAudit_PersonQuality
|
||||
{
|
||||
get
|
||||
@@ -393032,6 +393040,303 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_QualityAudit_GeneralEquipmentQuality")]
|
||||
public partial class View_QualityAudit_GeneralEquipmentQuality
|
||||
{
|
||||
|
||||
private string _GeneralEquipmentQualityId;
|
||||
|
||||
private string _ProjectId;
|
||||
|
||||
private string _GeneralEquipmentQualityCode;
|
||||
|
||||
private string _UnitId;
|
||||
|
||||
private string _UnitName;
|
||||
|
||||
private string _SpecialEquipmentId;
|
||||
|
||||
private string _SpecialEquipmentName;
|
||||
|
||||
private System.Nullable<bool> _IsQualified;
|
||||
|
||||
private System.Nullable<int> _EquipmentCount;
|
||||
|
||||
private System.Nullable<System.DateTime> _InDate;
|
||||
|
||||
private string _Remark;
|
||||
|
||||
private string _CompileMan;
|
||||
|
||||
private string _CompileManName;
|
||||
|
||||
private System.Nullable<System.DateTime> _CompileDate;
|
||||
|
||||
private string _QRCodeAttachUrl;
|
||||
|
||||
private string _AttachUrl;
|
||||
|
||||
public View_QualityAudit_GeneralEquipmentQuality()
|
||||
{
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_GeneralEquipmentQualityId", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
|
||||
public string GeneralEquipmentQualityId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._GeneralEquipmentQualityId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._GeneralEquipmentQualityId != value))
|
||||
{
|
||||
this._GeneralEquipmentQualityId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectId", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
|
||||
public string ProjectId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ProjectId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ProjectId != value))
|
||||
{
|
||||
this._ProjectId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_GeneralEquipmentQualityCode", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
|
||||
public string GeneralEquipmentQualityCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._GeneralEquipmentQualityCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._GeneralEquipmentQualityCode != value))
|
||||
{
|
||||
this._GeneralEquipmentQualityCode = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitId", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
|
||||
public string UnitId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._UnitId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._UnitId != value))
|
||||
{
|
||||
this._UnitId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitName", DbType="NVarChar(200)")]
|
||||
public string UnitName
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._UnitName;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._UnitName != value))
|
||||
{
|
||||
this._UnitName = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SpecialEquipmentId", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
|
||||
public string SpecialEquipmentId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SpecialEquipmentId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SpecialEquipmentId != value))
|
||||
{
|
||||
this._SpecialEquipmentId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SpecialEquipmentName", DbType="NVarChar(50)")]
|
||||
public string SpecialEquipmentName
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SpecialEquipmentName;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SpecialEquipmentName != value))
|
||||
{
|
||||
this._SpecialEquipmentName = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsQualified", DbType="Bit")]
|
||||
public System.Nullable<bool> IsQualified
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._IsQualified;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._IsQualified != value))
|
||||
{
|
||||
this._IsQualified = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_EquipmentCount", DbType="Int")]
|
||||
public System.Nullable<int> EquipmentCount
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._EquipmentCount;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._EquipmentCount != value))
|
||||
{
|
||||
this._EquipmentCount = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InDate", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> InDate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._InDate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._InDate != value))
|
||||
{
|
||||
this._InDate = 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="_CompileMan", DbType="NVarChar(50)")]
|
||||
public string CompileMan
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._CompileMan;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._CompileMan != value))
|
||||
{
|
||||
this._CompileMan = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CompileManName", DbType="NVarChar(50)")]
|
||||
public string CompileManName
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._CompileManName;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._CompileManName != value))
|
||||
{
|
||||
this._CompileManName = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CompileDate", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> CompileDate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._CompileDate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._CompileDate != value))
|
||||
{
|
||||
this._CompileDate = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_QRCodeAttachUrl", DbType="NVarChar(200)")]
|
||||
public string QRCodeAttachUrl
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._QRCodeAttachUrl;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._QRCodeAttachUrl != value))
|
||||
{
|
||||
this._QRCodeAttachUrl = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AttachUrl", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
|
||||
public string AttachUrl
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._AttachUrl;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._AttachUrl != value))
|
||||
{
|
||||
this._AttachUrl = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_QualityAudit_PersonQuality")]
|
||||
public partial class View_QualityAudit_PersonQuality
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user