fix:专检
This commit is contained in:
+63
-39
@@ -228874,7 +228874,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectionCode", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectionCode", DbType="NVarChar(50)")]
|
||||
public string InspectionCode
|
||||
{
|
||||
get
|
||||
@@ -229232,6 +229232,8 @@ namespace Model
|
||||
|
||||
private System.Nullable<System.DateTime> _CompileTime;
|
||||
|
||||
private string _RectificationPhotoUrl;
|
||||
|
||||
private EntityRef<Base_Project> _Base_Project;
|
||||
|
||||
private EntityRef<Inspect_Inspection> _Inspect_Inspection;
|
||||
@@ -229268,6 +229270,8 @@ namespace Model
|
||||
partial void OnCompileManChanged();
|
||||
partial void OnCompileTimeChanging(System.Nullable<System.DateTime> value);
|
||||
partial void OnCompileTimeChanged();
|
||||
partial void OnRectificationPhotoUrlChanging(string value);
|
||||
partial void OnRectificationPhotoUrlChanged();
|
||||
#endregion
|
||||
|
||||
public Inspect_InspectionItem()
|
||||
@@ -229505,7 +229509,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_States", DbType="Char(1)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_States", DbType="NVarChar(100)")]
|
||||
public string States
|
||||
{
|
||||
get
|
||||
@@ -229565,6 +229569,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RectificationPhotoUrl", DbType="NVarChar(1000)")]
|
||||
public string RectificationPhotoUrl
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._RectificationPhotoUrl;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._RectificationPhotoUrl != value))
|
||||
{
|
||||
this.OnRectificationPhotoUrlChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._RectificationPhotoUrl = value;
|
||||
this.SendPropertyChanged("RectificationPhotoUrl");
|
||||
this.OnRectificationPhotoUrlChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Inspect_InspectionItem_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
|
||||
public Base_Project Base_Project
|
||||
{
|
||||
@@ -427869,6 +427893,10 @@ namespace Model
|
||||
|
||||
private string _RegisterTypesName;
|
||||
|
||||
private string _RectifyId;
|
||||
|
||||
private string _RectifyName;
|
||||
|
||||
private string _DIC_ID;
|
||||
|
||||
private string _CCManIds;
|
||||
@@ -428665,6 +428693,38 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RectifyId", DbType="NVarChar(50)")]
|
||||
public string RectifyId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._RectifyId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._RectifyId != value))
|
||||
{
|
||||
this._RectifyId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RectifyName", DbType="VarChar(255)")]
|
||||
public string RectifyName
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._RectifyName;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._RectifyName != value))
|
||||
{
|
||||
this._RectifyName = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DIC_ID", DbType="VarChar(60)")]
|
||||
public string DIC_ID
|
||||
{
|
||||
@@ -456729,8 +456789,6 @@ namespace Model
|
||||
|
||||
private string _Major;
|
||||
|
||||
private string _DrawingId;
|
||||
|
||||
private string _Part;
|
||||
|
||||
private string _ProjectContent;
|
||||
@@ -456859,23 +456917,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DrawingId", DbType="NVarChar(50)")]
|
||||
public string DrawingId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._DrawingId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._DrawingId != value))
|
||||
{
|
||||
this._DrawingId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Part", DbType="NVarChar(100)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Part", DbType="NVarChar(50)")]
|
||||
public string Part
|
||||
{
|
||||
get
|
||||
@@ -457721,8 +457763,6 @@ namespace Model
|
||||
|
||||
private string _WorkTeamId;
|
||||
|
||||
private string _Major;
|
||||
|
||||
public View_QuantityManagement_WorkTeamStatistics()
|
||||
{
|
||||
}
|
||||
@@ -457854,22 +457894,6 @@ namespace Model
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Major", DbType="NVarChar(30)")]
|
||||
public string Major
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Major;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Major != value))
|
||||
{
|
||||
this._Major = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_Question_QuestionDBItem")]
|
||||
|
||||
Reference in New Issue
Block a user