日常巡检、班前会统计
This commit is contained in:
+23
-5
@@ -229233,8 +229233,8 @@ namespace Model
|
||||
private System.Nullable<System.DateTime> _CompileTime;
|
||||
|
||||
private string _RectificationPhotoUrl;
|
||||
|
||||
private EntityRef<Base_Project> _Base_Project;
|
||||
private string _RectificationVideoUrl;
|
||||
private EntityRef<Base_Project> _Base_Project;
|
||||
|
||||
private EntityRef<Inspect_Inspection> _Inspect_Inspection;
|
||||
|
||||
@@ -229489,7 +229489,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RectificationResults", DbType="NVarChar(20)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RectificationResults", DbType="NVarChar(1000)")]
|
||||
public string RectificationResults
|
||||
{
|
||||
get
|
||||
@@ -229588,8 +229588,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Inspect_InspectionItem_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage = "_RectificationVideoUrl", DbType = "NVarChar(1000)")]
|
||||
public string RectificationVideoUrl
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._RectificationVideoUrl;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._RectificationVideoUrl != value))
|
||||
{
|
||||
this.OnRectificationPhotoUrlChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._RectificationVideoUrl = value;
|
||||
this.SendPropertyChanged("RectificationVideoUrl");
|
||||
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
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user