diff --git a/DataBase/版本日志/SGGLDB_WH_2024-05-14-wq.sql b/DataBase/版本日志/SGGLDB_WH_2024-05-14-wq.sql
index a2710ff6..9c96d6a5 100644
--- a/DataBase/版本日志/SGGLDB_WH_2024-05-14-wq.sql
+++ b/DataBase/版本日志/SGGLDB_WH_2024-05-14-wq.sql
@@ -29,7 +29,7 @@ CREATE TABLE dbo.Control_PointCropping(
CONSTRAINT [PK_Control_PointCropping] PRIMARY KEY CLUSTERED
(
[ControlId] ASC
-)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, OPTIMIZE_FOR_SEQUENTIAL_KEY = OFF) ON [PRIMARY]
+)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]
GO
truncate table Control_PointCropping
diff --git a/SGGL/BLL/BLL.csproj b/SGGL/BLL/BLL.csproj
index 5bf3fc22..073bd892 100644
--- a/SGGL/BLL/BLL.csproj
+++ b/SGGL/BLL/BLL.csproj
@@ -10,7 +10,7 @@
Properties
BLL
BLL
- v4.8
+ v4.6.1
512
diff --git a/SGGL/BLL/app.config b/SGGL/BLL/app.config
index c9e0c27a..39f6fcea 100644
--- a/SGGL/BLL/app.config
+++ b/SGGL/BLL/app.config
@@ -61,4 +61,4 @@
-
+
diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
index 177b2bf5..9a063def 100644
--- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
+++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
@@ -12,7 +12,7 @@
Properties
FineUIPro.Web
FineUIPro.Web
- v4.8
+ v4.6.1
true
diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj.user b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj.user
index f37d9d22..b8cc84be 100644
--- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj.user
+++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj.user
@@ -12,5 +12,29 @@
ShowAllFiles
D:\数据\诺必达\五环\CNCEC_SUBQHSE_WUHUAN\SGGL\FineUIPro.Web\Properties\PublishProfiles\FolderProfile1.pubxml
-
+
+
+
+
+
+
+ CurrentPage
+ True
+ False
+ False
+ False
+
+
+
+
+
+
+
+
+ True
+ True
+
+
+
+
\ No newline at end of file
diff --git a/SGGL/Model/Model.cs b/SGGL/Model/Model.cs
index ec7fc370..b133a0e9 100644
--- a/SGGL/Model/Model.cs
+++ b/SGGL/Model/Model.cs
@@ -620,6 +620,9 @@ namespace Model
partial void InsertComprehensive_TrainingRecords(Comprehensive_TrainingRecords instance);
partial void UpdateComprehensive_TrainingRecords(Comprehensive_TrainingRecords instance);
partial void DeleteComprehensive_TrainingRecords(Comprehensive_TrainingRecords instance);
+ partial void InsertControl_PointCropping(Control_PointCropping instance);
+ partial void UpdateControl_PointCropping(Control_PointCropping instance);
+ partial void DeleteControl_PointCropping(Control_PointCropping instance);
partial void InsertCostGoods_CostManage(CostGoods_CostManage instance);
partial void UpdateCostGoods_CostManage(CostGoods_CostManage instance);
partial void DeleteCostGoods_CostManage(CostGoods_CostManage instance);
@@ -4274,6 +4277,14 @@ namespace Model
}
}
+ public System.Data.Linq.Table Control_PointCropping
+ {
+ get
+ {
+ return this.GetTable();
+ }
+ }
+
public System.Data.Linq.Table CostGoods_CostManage
{
get
@@ -50833,7 +50844,7 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DepartName", DbType="NVarChar(200)")]
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DepartName", DbType="NVarChar(50)")]
public string DepartName
{
get
@@ -50873,7 +50884,7 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DepartShortName", DbType="NVarChar(200)")]
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DepartShortName", DbType="NVarChar(50)")]
public string DepartShortName
{
get
@@ -103299,6 +103310,548 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Control_PointCropping")]
+ public partial class Control_PointCropping : INotifyPropertyChanging, INotifyPropertyChanged
+ {
+
+ private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
+
+ private string _ControlId;
+
+ private string _ProjectId;
+
+ private string _ParentId;
+
+ private string _ControlCode;
+
+ private System.Nullable _ControlLevel;
+
+ private string _PlanId;
+
+ private string _PlanTypeId;
+
+ private string _SubItemsId;
+
+ private string _DetectionItems;
+
+ private string _BasedCriterion;
+
+ private string _QualityRecordName;
+
+ private string _RecordNumber;
+
+ private string _Partition;
+
+ private string _Subcontractors;
+
+ private string _FiveRings;
+
+ private string _Supervision;
+
+ private string _Owner;
+
+ private string _Remark;
+
+ private string _AddUser;
+
+ private System.Nullable _OperateTime;
+
+ private System.Nullable _Sort;
+
+ #region 可扩展性方法定义
+ partial void OnLoaded();
+ partial void OnValidate(System.Data.Linq.ChangeAction action);
+ partial void OnCreated();
+ partial void OnControlIdChanging(string value);
+ partial void OnControlIdChanged();
+ partial void OnProjectIdChanging(string value);
+ partial void OnProjectIdChanged();
+ partial void OnParentIdChanging(string value);
+ partial void OnParentIdChanged();
+ partial void OnControlCodeChanging(string value);
+ partial void OnControlCodeChanged();
+ partial void OnControlLevelChanging(System.Nullable value);
+ partial void OnControlLevelChanged();
+ partial void OnPlanIdChanging(string value);
+ partial void OnPlanIdChanged();
+ partial void OnPlanTypeIdChanging(string value);
+ partial void OnPlanTypeIdChanged();
+ partial void OnSubItemsIdChanging(string value);
+ partial void OnSubItemsIdChanged();
+ partial void OnDetectionItemsChanging(string value);
+ partial void OnDetectionItemsChanged();
+ partial void OnBasedCriterionChanging(string value);
+ partial void OnBasedCriterionChanged();
+ partial void OnQualityRecordNameChanging(string value);
+ partial void OnQualityRecordNameChanged();
+ partial void OnRecordNumberChanging(string value);
+ partial void OnRecordNumberChanged();
+ partial void OnPartitionChanging(string value);
+ partial void OnPartitionChanged();
+ partial void OnSubcontractorsChanging(string value);
+ partial void OnSubcontractorsChanged();
+ partial void OnFiveRingsChanging(string value);
+ partial void OnFiveRingsChanged();
+ partial void OnSupervisionChanging(string value);
+ partial void OnSupervisionChanged();
+ partial void OnOwnerChanging(string value);
+ partial void OnOwnerChanged();
+ partial void OnRemarkChanging(string value);
+ partial void OnRemarkChanged();
+ partial void OnAddUserChanging(string value);
+ partial void OnAddUserChanged();
+ partial void OnOperateTimeChanging(System.Nullable value);
+ partial void OnOperateTimeChanged();
+ partial void OnSortChanging(System.Nullable value);
+ partial void OnSortChanged();
+ #endregion
+
+ public Control_PointCropping()
+ {
+ OnCreated();
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ControlId", DbType="VarChar(50) NOT NULL", CanBeNull=false, IsPrimaryKey=true)]
+ public string ControlId
+ {
+ get
+ {
+ return this._ControlId;
+ }
+ set
+ {
+ if ((this._ControlId != value))
+ {
+ this.OnControlIdChanging(value);
+ this.SendPropertyChanging();
+ this._ControlId = value;
+ this.SendPropertyChanged("ControlId");
+ this.OnControlIdChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectId", DbType="VarChar(50)")]
+ public string ProjectId
+ {
+ get
+ {
+ return this._ProjectId;
+ }
+ set
+ {
+ if ((this._ProjectId != value))
+ {
+ this.OnProjectIdChanging(value);
+ this.SendPropertyChanging();
+ this._ProjectId = value;
+ this.SendPropertyChanged("ProjectId");
+ this.OnProjectIdChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ParentId", DbType="VarChar(50)")]
+ public string ParentId
+ {
+ get
+ {
+ return this._ParentId;
+ }
+ set
+ {
+ if ((this._ParentId != value))
+ {
+ this.OnParentIdChanging(value);
+ this.SendPropertyChanging();
+ this._ParentId = value;
+ this.SendPropertyChanged("ParentId");
+ this.OnParentIdChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ControlCode", DbType="VarChar(50)")]
+ public string ControlCode
+ {
+ get
+ {
+ return this._ControlCode;
+ }
+ set
+ {
+ if ((this._ControlCode != value))
+ {
+ this.OnControlCodeChanging(value);
+ this.SendPropertyChanging();
+ this._ControlCode = value;
+ this.SendPropertyChanged("ControlCode");
+ this.OnControlCodeChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ControlLevel", DbType="Int")]
+ public System.Nullable ControlLevel
+ {
+ get
+ {
+ return this._ControlLevel;
+ }
+ set
+ {
+ if ((this._ControlLevel != value))
+ {
+ this.OnControlLevelChanging(value);
+ this.SendPropertyChanging();
+ this._ControlLevel = value;
+ this.SendPropertyChanged("ControlLevel");
+ this.OnControlLevelChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PlanId", DbType="VarChar(50)")]
+ public string PlanId
+ {
+ get
+ {
+ return this._PlanId;
+ }
+ set
+ {
+ if ((this._PlanId != value))
+ {
+ this.OnPlanIdChanging(value);
+ this.SendPropertyChanging();
+ this._PlanId = value;
+ this.SendPropertyChanged("PlanId");
+ this.OnPlanIdChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PlanTypeId", DbType="VarChar(50)")]
+ public string PlanTypeId
+ {
+ get
+ {
+ return this._PlanTypeId;
+ }
+ set
+ {
+ if ((this._PlanTypeId != value))
+ {
+ this.OnPlanTypeIdChanging(value);
+ this.SendPropertyChanging();
+ this._PlanTypeId = value;
+ this.SendPropertyChanged("PlanTypeId");
+ this.OnPlanTypeIdChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SubItemsId", DbType="VarChar(50)")]
+ public string SubItemsId
+ {
+ get
+ {
+ return this._SubItemsId;
+ }
+ set
+ {
+ if ((this._SubItemsId != value))
+ {
+ this.OnSubItemsIdChanging(value);
+ this.SendPropertyChanging();
+ this._SubItemsId = value;
+ this.SendPropertyChanged("SubItemsId");
+ this.OnSubItemsIdChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DetectionItems", DbType="VarChar(1000)")]
+ public string DetectionItems
+ {
+ get
+ {
+ return this._DetectionItems;
+ }
+ set
+ {
+ if ((this._DetectionItems != value))
+ {
+ this.OnDetectionItemsChanging(value);
+ this.SendPropertyChanging();
+ this._DetectionItems = value;
+ this.SendPropertyChanged("DetectionItems");
+ this.OnDetectionItemsChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BasedCriterion", DbType="VarChar(1000)")]
+ public string BasedCriterion
+ {
+ get
+ {
+ return this._BasedCriterion;
+ }
+ set
+ {
+ if ((this._BasedCriterion != value))
+ {
+ this.OnBasedCriterionChanging(value);
+ this.SendPropertyChanging();
+ this._BasedCriterion = value;
+ this.SendPropertyChanged("BasedCriterion");
+ this.OnBasedCriterionChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_QualityRecordName", DbType="VarChar(1000)")]
+ public string QualityRecordName
+ {
+ get
+ {
+ return this._QualityRecordName;
+ }
+ set
+ {
+ if ((this._QualityRecordName != value))
+ {
+ this.OnQualityRecordNameChanging(value);
+ this.SendPropertyChanging();
+ this._QualityRecordName = value;
+ this.SendPropertyChanged("QualityRecordName");
+ this.OnQualityRecordNameChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RecordNumber", DbType="VarChar(1000)")]
+ public string RecordNumber
+ {
+ get
+ {
+ return this._RecordNumber;
+ }
+ set
+ {
+ if ((this._RecordNumber != value))
+ {
+ this.OnRecordNumberChanging(value);
+ this.SendPropertyChanging();
+ this._RecordNumber = value;
+ this.SendPropertyChanged("RecordNumber");
+ this.OnRecordNumberChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Partition", DbType="VarChar(20)")]
+ public string Partition
+ {
+ get
+ {
+ return this._Partition;
+ }
+ set
+ {
+ if ((this._Partition != value))
+ {
+ this.OnPartitionChanging(value);
+ this.SendPropertyChanging();
+ this._Partition = value;
+ this.SendPropertyChanged("Partition");
+ this.OnPartitionChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Subcontractors", DbType="VarChar(50)")]
+ public string Subcontractors
+ {
+ get
+ {
+ return this._Subcontractors;
+ }
+ set
+ {
+ if ((this._Subcontractors != value))
+ {
+ this.OnSubcontractorsChanging(value);
+ this.SendPropertyChanging();
+ this._Subcontractors = value;
+ this.SendPropertyChanged("Subcontractors");
+ this.OnSubcontractorsChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FiveRings", DbType="VarChar(50)")]
+ public string FiveRings
+ {
+ get
+ {
+ return this._FiveRings;
+ }
+ set
+ {
+ if ((this._FiveRings != value))
+ {
+ this.OnFiveRingsChanging(value);
+ this.SendPropertyChanging();
+ this._FiveRings = value;
+ this.SendPropertyChanged("FiveRings");
+ this.OnFiveRingsChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Supervision", DbType="VarChar(50)")]
+ public string Supervision
+ {
+ get
+ {
+ return this._Supervision;
+ }
+ set
+ {
+ if ((this._Supervision != value))
+ {
+ this.OnSupervisionChanging(value);
+ this.SendPropertyChanging();
+ this._Supervision = value;
+ this.SendPropertyChanged("Supervision");
+ this.OnSupervisionChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Owner", DbType="VarChar(50)")]
+ public string Owner
+ {
+ get
+ {
+ return this._Owner;
+ }
+ set
+ {
+ if ((this._Owner != value))
+ {
+ this.OnOwnerChanging(value);
+ this.SendPropertyChanging();
+ this._Owner = value;
+ this.SendPropertyChanged("Owner");
+ this.OnOwnerChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remark", DbType="NVarChar(150)")]
+ public string Remark
+ {
+ get
+ {
+ return this._Remark;
+ }
+ set
+ {
+ if ((this._Remark != value))
+ {
+ this.OnRemarkChanging(value);
+ this.SendPropertyChanging();
+ this._Remark = value;
+ this.SendPropertyChanged("Remark");
+ this.OnRemarkChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AddUser", DbType="VarChar(50)")]
+ public string AddUser
+ {
+ get
+ {
+ return this._AddUser;
+ }
+ set
+ {
+ if ((this._AddUser != value))
+ {
+ this.OnAddUserChanging(value);
+ this.SendPropertyChanging();
+ this._AddUser = value;
+ this.SendPropertyChanged("AddUser");
+ this.OnAddUserChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OperateTime", DbType="DateTime")]
+ public System.Nullable OperateTime
+ {
+ get
+ {
+ return this._OperateTime;
+ }
+ set
+ {
+ if ((this._OperateTime != value))
+ {
+ this.OnOperateTimeChanging(value);
+ this.SendPropertyChanging();
+ this._OperateTime = value;
+ this.SendPropertyChanged("OperateTime");
+ this.OnOperateTimeChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Sort", DbType="Int")]
+ public System.Nullable Sort
+ {
+ get
+ {
+ return this._Sort;
+ }
+ set
+ {
+ if ((this._Sort != value))
+ {
+ this.OnSortChanging(value);
+ this.SendPropertyChanging();
+ this._Sort = value;
+ this.SendPropertyChanged("Sort");
+ this.OnSortChanged();
+ }
+ }
+ }
+
+ public event PropertyChangingEventHandler PropertyChanging;
+
+ public event PropertyChangedEventHandler PropertyChanged;
+
+ protected virtual void SendPropertyChanging()
+ {
+ if ((this.PropertyChanging != null))
+ {
+ this.PropertyChanging(this, emptyChangingEventArgs);
+ }
+ }
+
+ protected virtual void SendPropertyChanged(String propertyName)
+ {
+ if ((this.PropertyChanged != null))
+ {
+ this.PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.CostGoods_CostManage")]
public partial class CostGoods_CostManage : INotifyPropertyChanging, INotifyPropertyChanged
{
@@ -124950,6 +125503,8 @@ namespace Model
private EntityRef _Base_Project;
+ private EntitySet _Driver_MeetingItem;
+
#region 可扩展性方法定义
partial void OnLoaded();
partial void OnValidate(System.Data.Linq.ChangeAction action);
@@ -124979,6 +125534,7 @@ namespace Model
public Driver_Meeting()
{
this._Base_Project = default(EntityRef);
+ this._Driver_MeetingItem = new EntitySet(new Action(this.attach_Driver_MeetingItem), new Action(this.detach_Driver_MeetingItem));
OnCreated();
}
@@ -125220,6 +125776,19 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Driver_MeetingItem_Driver_Meeting", Storage="_Driver_MeetingItem", ThisKey="MeetingId", OtherKey="MeetingId", DeleteRule="NO ACTION")]
+ public EntitySet Driver_MeetingItem
+ {
+ get
+ {
+ return this._Driver_MeetingItem;
+ }
+ set
+ {
+ this._Driver_MeetingItem.Assign(value);
+ }
+ }
+
public event PropertyChangingEventHandler PropertyChanging;
public event PropertyChangedEventHandler PropertyChanged;
@@ -125239,6 +125808,18 @@ namespace Model
this.PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
}
}
+
+ private void attach_Driver_MeetingItem(Driver_MeetingItem entity)
+ {
+ this.SendPropertyChanging();
+ entity.Driver_Meeting = this;
+ }
+
+ private void detach_Driver_MeetingItem(Driver_MeetingItem entity)
+ {
+ this.SendPropertyChanging();
+ entity.Driver_Meeting = null;
+ }
}
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Driver_MeetingItem")]
@@ -125257,6 +125838,8 @@ namespace Model
private string _Feedback;
+ private EntityRef _Driver_Meeting;
+
#region 可扩展性方法定义
partial void OnLoaded();
partial void OnValidate(System.Data.Linq.ChangeAction action);
@@ -125275,6 +125858,7 @@ namespace Model
public Driver_MeetingItem()
{
+ this._Driver_Meeting = default(EntityRef);
OnCreated();
}
@@ -125309,6 +125893,10 @@ namespace Model
{
if ((this._MeetingId != value))
{
+ if (this._Driver_Meeting.HasLoadedOrAssignedValue)
+ {
+ throw new System.Data.Linq.ForeignKeyReferenceAlreadyHasValueException();
+ }
this.OnMeetingIdChanging(value);
this.SendPropertyChanging();
this._MeetingId = value;
@@ -125378,6 +125966,40 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Driver_MeetingItem_Driver_Meeting", Storage="_Driver_Meeting", ThisKey="MeetingId", OtherKey="MeetingId", IsForeignKey=true)]
+ public Driver_Meeting Driver_Meeting
+ {
+ get
+ {
+ return this._Driver_Meeting.Entity;
+ }
+ set
+ {
+ Driver_Meeting previousValue = this._Driver_Meeting.Entity;
+ if (((previousValue != value)
+ || (this._Driver_Meeting.HasLoadedOrAssignedValue == false)))
+ {
+ this.SendPropertyChanging();
+ if ((previousValue != null))
+ {
+ this._Driver_Meeting.Entity = null;
+ previousValue.Driver_MeetingItem.Remove(this);
+ }
+ this._Driver_Meeting.Entity = value;
+ if ((value != null))
+ {
+ value.Driver_MeetingItem.Add(this);
+ this._MeetingId = value.MeetingId;
+ }
+ else
+ {
+ this._MeetingId = default(string);
+ }
+ this.SendPropertyChanged("Driver_Meeting");
+ }
+ }
+ }
+
public event PropertyChangingEventHandler PropertyChanging;
public event PropertyChangedEventHandler PropertyChanged;
@@ -274471,6 +275093,8 @@ namespace Model
private System.Nullable _ProblemType;
+ private string _SubInspectId;
+
private string _TermItemId;
private string _WorkPackId;
@@ -274483,20 +275107,18 @@ namespace Model
private string _InspectUser;
+ private string _HandleUser;
+
private string _ApproveUser;
+ private System.Nullable _AdjustCompleteTime;
+
private System.Nullable _ApproveState;
private string _AddUser;
private System.Nullable _AddTime;
- private string _SubInspectId;
-
- private string _HandleUser;
-
- private System.Nullable _AdjustCompleteTime;
-
#region 可扩展性方法定义
partial void OnLoaded();
partial void OnValidate(System.Data.Linq.ChangeAction action);
@@ -274513,6 +275135,8 @@ namespace Model
partial void OnConstructionUnitChanged();
partial void OnProblemTypeChanging(System.Nullable value);
partial void OnProblemTypeChanged();
+ partial void OnSubInspectIdChanging(string value);
+ partial void OnSubInspectIdChanged();
partial void OnTermItemIdChanging(string value);
partial void OnTermItemIdChanged();
partial void OnWorkPackIdChanging(string value);
@@ -274525,20 +275149,18 @@ namespace Model
partial void OnRectifyTimeChanged();
partial void OnInspectUserChanging(string value);
partial void OnInspectUserChanged();
+ partial void OnHandleUserChanging(string value);
+ partial void OnHandleUserChanged();
partial void OnApproveUserChanging(string value);
partial void OnApproveUserChanged();
+ partial void OnAdjustCompleteTimeChanging(System.Nullable value);
+ partial void OnAdjustCompleteTimeChanged();
partial void OnApproveStateChanging(System.Nullable value);
partial void OnApproveStateChanged();
partial void OnAddUserChanging(string value);
partial void OnAddUserChanged();
partial void OnAddTimeChanging(System.Nullable value);
partial void OnAddTimeChanged();
- partial void OnSubInspectIdChanging(string value);
- partial void OnSubInspectIdChanged();
- partial void OnHandleUserChanging(string value);
- partial void OnHandleUserChanged();
- partial void OnAdjustCompleteTimeChanging(System.Nullable value);
- partial void OnAdjustCompleteTimeChanged();
#endregion
public PreRun_InspectTailTerm()
@@ -274666,6 +275288,26 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SubInspectId", DbType="VarChar(50)")]
+ public string SubInspectId
+ {
+ get
+ {
+ return this._SubInspectId;
+ }
+ set
+ {
+ if ((this._SubInspectId != value))
+ {
+ this.OnSubInspectIdChanging(value);
+ this.SendPropertyChanging();
+ this._SubInspectId = value;
+ this.SendPropertyChanged("SubInspectId");
+ this.OnSubInspectIdChanged();
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TermItemId", DbType="VarChar(50)")]
public string TermItemId
{
@@ -274786,6 +275428,26 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HandleUser", DbType="VarChar(50)")]
+ public string HandleUser
+ {
+ get
+ {
+ return this._HandleUser;
+ }
+ set
+ {
+ if ((this._HandleUser != value))
+ {
+ this.OnHandleUserChanging(value);
+ this.SendPropertyChanging();
+ this._HandleUser = value;
+ this.SendPropertyChanged("HandleUser");
+ this.OnHandleUserChanged();
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ApproveUser", DbType="VarChar(50)")]
public string ApproveUser
{
@@ -274806,6 +275468,26 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AdjustCompleteTime", DbType="DateTime")]
+ public System.Nullable AdjustCompleteTime
+ {
+ get
+ {
+ return this._AdjustCompleteTime;
+ }
+ set
+ {
+ if ((this._AdjustCompleteTime != value))
+ {
+ this.OnAdjustCompleteTimeChanging(value);
+ this.SendPropertyChanging();
+ this._AdjustCompleteTime = value;
+ this.SendPropertyChanged("AdjustCompleteTime");
+ this.OnAdjustCompleteTimeChanged();
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ApproveState", DbType="Int")]
public System.Nullable ApproveState
{
@@ -274866,66 +275548,6 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SubInspectId", DbType="VarChar(50)")]
- public string SubInspectId
- {
- get
- {
- return this._SubInspectId;
- }
- set
- {
- if ((this._SubInspectId != value))
- {
- this.OnSubInspectIdChanging(value);
- this.SendPropertyChanging();
- this._SubInspectId = value;
- this.SendPropertyChanged("SubInspectId");
- this.OnSubInspectIdChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HandleUser", DbType="VarChar(50)")]
- public string HandleUser
- {
- get
- {
- return this._HandleUser;
- }
- set
- {
- if ((this._HandleUser != value))
- {
- this.OnHandleUserChanging(value);
- this.SendPropertyChanging();
- this._HandleUser = value;
- this.SendPropertyChanged("HandleUser");
- this.OnHandleUserChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AdjustCompleteTime", DbType="DateTime")]
- public System.Nullable AdjustCompleteTime
- {
- get
- {
- return this._AdjustCompleteTime;
- }
- set
- {
- if ((this._AdjustCompleteTime != value))
- {
- this.OnAdjustCompleteTimeChanging(value);
- this.SendPropertyChanging();
- this._AdjustCompleteTime = value;
- this.SendPropertyChanged("AdjustCompleteTime");
- this.OnAdjustCompleteTimeChanged();
- }
- }
- }
-
public event PropertyChangingEventHandler PropertyChanging;
public event PropertyChangedEventHandler PropertyChanged;
@@ -274967,14 +275589,14 @@ namespace Model
private string _ApproveUser;
+ private System.Nullable _ApproveType;
+
private System.Nullable _ApproveState;
private string _AddUser;
private System.Nullable _AddTime;
- private System.Nullable _ApproveType;
-
#region 可扩展性方法定义
partial void OnLoaded();
partial void OnValidate(System.Data.Linq.ChangeAction action);
@@ -274993,14 +275615,14 @@ namespace Model
partial void OnApproveTimeChanged();
partial void OnApproveUserChanging(string value);
partial void OnApproveUserChanged();
+ partial void OnApproveTypeChanging(System.Nullable value);
+ partial void OnApproveTypeChanged();
partial void OnApproveStateChanging(System.Nullable value);
partial void OnApproveStateChanged();
partial void OnAddUserChanging(string value);
partial void OnAddUserChanged();
partial void OnAddTimeChanging(System.Nullable value);
partial void OnAddTimeChanged();
- partial void OnApproveTypeChanging(System.Nullable value);
- partial void OnApproveTypeChanged();
#endregion
public PreRun_InspectTermApproveRecords()
@@ -275148,6 +275770,26 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ApproveType", DbType="Int")]
+ public System.Nullable ApproveType
+ {
+ get
+ {
+ return this._ApproveType;
+ }
+ set
+ {
+ if ((this._ApproveType != value))
+ {
+ this.OnApproveTypeChanging(value);
+ this.SendPropertyChanging();
+ this._ApproveType = value;
+ this.SendPropertyChanged("ApproveType");
+ this.OnApproveTypeChanged();
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ApproveState", DbType="Int")]
public System.Nullable ApproveState
{
@@ -275208,26 +275850,6 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ApproveType", DbType="Int")]
- public System.Nullable ApproveType
- {
- get
- {
- return this._ApproveType;
- }
- set
- {
- if ((this._ApproveType != value))
- {
- this.OnApproveTypeChanging(value);
- this.SendPropertyChanging();
- this._ApproveType = value;
- this.SendPropertyChanged("ApproveType");
- this.OnApproveTypeChanged();
- }
- }
- }
-
public event PropertyChangingEventHandler PropertyChanging;
public event PropertyChangedEventHandler PropertyChanged;
@@ -276160,7 +276782,7 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remark", DbType="VarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remark", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
public string Remark
{
get
@@ -276283,12 +276905,6 @@ namespace Model
private string _InspectResult;
- private System.Nullable _InspectTime;
-
- private string _AddUser;
-
- private System.Nullable _AddTime;
-
private string _Subcontractor;
private string _Contractor;
@@ -276297,10 +276913,6 @@ namespace Model
private string _Owner;
- private System.Nullable _WorkPackType;
-
- private string _PropertyTechnologyId;
-
private System.Nullable _InspectionIsAllPass;
private System.Nullable _SubcontractorIsAllPass;
@@ -276311,6 +276923,10 @@ namespace Model
private System.Nullable _OwnerIsAllPass;
+ private System.Nullable _WorkPackType;
+
+ private string _PropertyTechnologyId;
+
private System.Nullable _SubcontractorAllPassData;
private System.Nullable _ContractorAllPassData;
@@ -276343,6 +276959,12 @@ namespace Model
private string _UnifyWanderAboutOpinion;
+ private System.Nullable _InspectTime;
+
+ private string _AddUser;
+
+ private System.Nullable _AddTime;
+
#region 可扩展性方法定义
partial void OnLoaded();
partial void OnValidate(System.Data.Linq.ChangeAction action);
@@ -276363,12 +276985,6 @@ namespace Model
partial void OnWorkPackIdChanged();
partial void OnInspectResultChanging(string value);
partial void OnInspectResultChanged();
- partial void OnInspectTimeChanging(System.Nullable value);
- partial void OnInspectTimeChanged();
- partial void OnAddUserChanging(string value);
- partial void OnAddUserChanged();
- partial void OnAddTimeChanging(System.Nullable value);
- partial void OnAddTimeChanged();
partial void OnSubcontractorChanging(string value);
partial void OnSubcontractorChanged();
partial void OnContractorChanging(string value);
@@ -276377,10 +276993,6 @@ namespace Model
partial void OnSupervisionChanged();
partial void OnOwnerChanging(string value);
partial void OnOwnerChanged();
- partial void OnWorkPackTypeChanging(System.Nullable value);
- partial void OnWorkPackTypeChanged();
- partial void OnPropertyTechnologyIdChanging(string value);
- partial void OnPropertyTechnologyIdChanged();
partial void OnInspectionIsAllPassChanging(System.Nullable value);
partial void OnInspectionIsAllPassChanged();
partial void OnSubcontractorIsAllPassChanging(System.Nullable value);
@@ -276391,6 +277003,10 @@ namespace Model
partial void OnSupervisionIsAllPassChanged();
partial void OnOwnerIsAllPassChanging(System.Nullable value);
partial void OnOwnerIsAllPassChanged();
+ partial void OnWorkPackTypeChanging(System.Nullable value);
+ partial void OnWorkPackTypeChanged();
+ partial void OnPropertyTechnologyIdChanging(string value);
+ partial void OnPropertyTechnologyIdChanged();
partial void OnSubcontractorAllPassDataChanging(System.Nullable value);
partial void OnSubcontractorAllPassDataChanged();
partial void OnContractorAllPassDataChanging(System.Nullable value);
@@ -276423,6 +277039,12 @@ namespace Model
partial void OnUnifyWanderAboutDataChanged();
partial void OnUnifyWanderAboutOpinionChanging(string value);
partial void OnUnifyWanderAboutOpinionChanged();
+ partial void OnInspectTimeChanging(System.Nullable value);
+ partial void OnInspectTimeChanged();
+ partial void OnAddUserChanging(string value);
+ partial void OnAddUserChanged();
+ partial void OnAddTimeChanging(System.Nullable value);
+ partial void OnAddTimeChanged();
#endregion
public PreRun_SubInspectTerm()
@@ -276590,66 +277212,6 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectTime", DbType="DateTime")]
- public System.Nullable InspectTime
- {
- get
- {
- return this._InspectTime;
- }
- set
- {
- if ((this._InspectTime != value))
- {
- this.OnInspectTimeChanging(value);
- this.SendPropertyChanging();
- this._InspectTime = value;
- this.SendPropertyChanged("InspectTime");
- this.OnInspectTimeChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AddUser", DbType="VarChar(50)")]
- public string AddUser
- {
- get
- {
- return this._AddUser;
- }
- set
- {
- if ((this._AddUser != value))
- {
- this.OnAddUserChanging(value);
- this.SendPropertyChanging();
- this._AddUser = value;
- this.SendPropertyChanged("AddUser");
- this.OnAddUserChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AddTime", DbType="DateTime")]
- public System.Nullable AddTime
- {
- get
- {
- return this._AddTime;
- }
- set
- {
- if ((this._AddTime != value))
- {
- this.OnAddTimeChanging(value);
- this.SendPropertyChanging();
- this._AddTime = value;
- this.SendPropertyChanged("AddTime");
- this.OnAddTimeChanged();
- }
- }
- }
-
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Subcontractor", DbType="VarChar(50)")]
public string Subcontractor
{
@@ -276730,46 +277292,6 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkPackType", DbType="Int")]
- public System.Nullable WorkPackType
- {
- get
- {
- return this._WorkPackType;
- }
- set
- {
- if ((this._WorkPackType != value))
- {
- this.OnWorkPackTypeChanging(value);
- this.SendPropertyChanging();
- this._WorkPackType = value;
- this.SendPropertyChanged("WorkPackType");
- this.OnWorkPackTypeChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PropertyTechnologyId", DbType="VarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
- public string PropertyTechnologyId
- {
- get
- {
- return this._PropertyTechnologyId;
- }
- set
- {
- if ((this._PropertyTechnologyId != value))
- {
- this.OnPropertyTechnologyIdChanging(value);
- this.SendPropertyChanging();
- this._PropertyTechnologyId = value;
- this.SendPropertyChanged("PropertyTechnologyId");
- this.OnPropertyTechnologyIdChanged();
- }
- }
- }
-
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectionIsAllPass", DbType="Int")]
public System.Nullable InspectionIsAllPass
{
@@ -276870,6 +277392,46 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkPackType", DbType="Int")]
+ public System.Nullable WorkPackType
+ {
+ get
+ {
+ return this._WorkPackType;
+ }
+ set
+ {
+ if ((this._WorkPackType != value))
+ {
+ this.OnWorkPackTypeChanging(value);
+ this.SendPropertyChanging();
+ this._WorkPackType = value;
+ this.SendPropertyChanged("WorkPackType");
+ this.OnWorkPackTypeChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PropertyTechnologyId", DbType="VarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
+ public string PropertyTechnologyId
+ {
+ get
+ {
+ return this._PropertyTechnologyId;
+ }
+ set
+ {
+ if ((this._PropertyTechnologyId != value))
+ {
+ this.OnPropertyTechnologyIdChanging(value);
+ this.SendPropertyChanging();
+ this._PropertyTechnologyId = value;
+ this.SendPropertyChanged("PropertyTechnologyId");
+ this.OnPropertyTechnologyIdChanged();
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SubcontractorAllPassData", DbType="DateTime")]
public System.Nullable SubcontractorAllPassData
{
@@ -277190,6 +277752,66 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectTime", DbType="DateTime")]
+ public System.Nullable InspectTime
+ {
+ get
+ {
+ return this._InspectTime;
+ }
+ set
+ {
+ if ((this._InspectTime != value))
+ {
+ this.OnInspectTimeChanging(value);
+ this.SendPropertyChanging();
+ this._InspectTime = value;
+ this.SendPropertyChanged("InspectTime");
+ this.OnInspectTimeChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AddUser", DbType="VarChar(50)")]
+ public string AddUser
+ {
+ get
+ {
+ return this._AddUser;
+ }
+ set
+ {
+ if ((this._AddUser != value))
+ {
+ this.OnAddUserChanging(value);
+ this.SendPropertyChanging();
+ this._AddUser = value;
+ this.SendPropertyChanged("AddUser");
+ this.OnAddUserChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AddTime", DbType="DateTime")]
+ public System.Nullable AddTime
+ {
+ get
+ {
+ return this._AddTime;
+ }
+ set
+ {
+ if ((this._AddTime != value))
+ {
+ this.OnAddTimeChanging(value);
+ this.SendPropertyChanging();
+ this._AddTime = value;
+ this.SendPropertyChanged("AddTime");
+ this.OnAddTimeChanged();
+ }
+ }
+ }
+
public event PropertyChangingEventHandler PropertyChanging;
public event PropertyChangedEventHandler PropertyChanged;
@@ -277253,18 +277875,6 @@ namespace Model
private string _Owner;
- private System.Nullable _WorkPackType;
-
- private string _PropertyTechnologyId;
-
- private string _Remark;
-
- private string _AddUser;
-
- private System.Nullable _AddTime;
-
- private System.Nullable _Sort;
-
private System.Nullable _SubcontractorIsPass;
private System.Nullable _ContractorIsPass;
@@ -277281,6 +277891,18 @@ namespace Model
private string _OwnerRemark;
+ private System.Nullable _WorkPackType;
+
+ private string _PropertyTechnologyId;
+
+ private string _Remark;
+
+ private string _AddUser;
+
+ private System.Nullable _AddTime;
+
+ private System.Nullable _Sort;
+
#region 可扩展性方法定义
partial void OnLoaded();
partial void OnValidate(System.Data.Linq.ChangeAction action);
@@ -277321,18 +277943,6 @@ namespace Model
partial void OnSupervisionChanged();
partial void OnOwnerChanging(string value);
partial void OnOwnerChanged();
- partial void OnWorkPackTypeChanging(System.Nullable value);
- partial void OnWorkPackTypeChanged();
- partial void OnPropertyTechnologyIdChanging(string value);
- partial void OnPropertyTechnologyIdChanged();
- partial void OnRemarkChanging(string value);
- partial void OnRemarkChanged();
- partial void OnAddUserChanging(string value);
- partial void OnAddUserChanged();
- partial void OnAddTimeChanging(System.Nullable value);
- partial void OnAddTimeChanged();
- partial void OnSortChanging(System.Nullable value);
- partial void OnSortChanged();
partial void OnSubcontractorIsPassChanging(System.Nullable value);
partial void OnSubcontractorIsPassChanged();
partial void OnContractorIsPassChanging(System.Nullable value);
@@ -277349,6 +277959,18 @@ namespace Model
partial void OnSupervisionRemarkChanged();
partial void OnOwnerRemarkChanging(string value);
partial void OnOwnerRemarkChanged();
+ partial void OnWorkPackTypeChanging(System.Nullable value);
+ partial void OnWorkPackTypeChanged();
+ partial void OnPropertyTechnologyIdChanging(string value);
+ partial void OnPropertyTechnologyIdChanged();
+ partial void OnRemarkChanging(string value);
+ partial void OnRemarkChanged();
+ partial void OnAddUserChanging(string value);
+ partial void OnAddUserChanged();
+ partial void OnAddTimeChanging(System.Nullable value);
+ partial void OnAddTimeChanged();
+ partial void OnSortChanging(System.Nullable value);
+ partial void OnSortChanged();
#endregion
public PreRun_SubInspectTermItem()
@@ -277716,126 +278338,6 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkPackType", DbType="Int")]
- public System.Nullable WorkPackType
- {
- get
- {
- return this._WorkPackType;
- }
- set
- {
- if ((this._WorkPackType != value))
- {
- this.OnWorkPackTypeChanging(value);
- this.SendPropertyChanging();
- this._WorkPackType = value;
- this.SendPropertyChanged("WorkPackType");
- this.OnWorkPackTypeChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PropertyTechnologyId", DbType="VarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
- public string PropertyTechnologyId
- {
- get
- {
- return this._PropertyTechnologyId;
- }
- set
- {
- if ((this._PropertyTechnologyId != value))
- {
- this.OnPropertyTechnologyIdChanging(value);
- this.SendPropertyChanging();
- this._PropertyTechnologyId = value;
- this.SendPropertyChanged("PropertyTechnologyId");
- this.OnPropertyTechnologyIdChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remark", DbType="VarChar(200)")]
- public string Remark
- {
- get
- {
- return this._Remark;
- }
- set
- {
- if ((this._Remark != value))
- {
- this.OnRemarkChanging(value);
- this.SendPropertyChanging();
- this._Remark = value;
- this.SendPropertyChanged("Remark");
- this.OnRemarkChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AddUser", DbType="VarChar(50)")]
- public string AddUser
- {
- get
- {
- return this._AddUser;
- }
- set
- {
- if ((this._AddUser != value))
- {
- this.OnAddUserChanging(value);
- this.SendPropertyChanging();
- this._AddUser = value;
- this.SendPropertyChanged("AddUser");
- this.OnAddUserChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AddTime", DbType="DateTime")]
- public System.Nullable AddTime
- {
- get
- {
- return this._AddTime;
- }
- set
- {
- if ((this._AddTime != value))
- {
- this.OnAddTimeChanging(value);
- this.SendPropertyChanging();
- this._AddTime = value;
- this.SendPropertyChanged("AddTime");
- this.OnAddTimeChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Sort", DbType="Int")]
- public System.Nullable Sort
- {
- get
- {
- return this._Sort;
- }
- set
- {
- if ((this._Sort != value))
- {
- this.OnSortChanging(value);
- this.SendPropertyChanging();
- this._Sort = value;
- this.SendPropertyChanged("Sort");
- this.OnSortChanged();
- }
- }
- }
-
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SubcontractorIsPass", DbType="Int")]
public System.Nullable SubcontractorIsPass
{
@@ -277996,6 +278498,126 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkPackType", DbType="Int")]
+ public System.Nullable WorkPackType
+ {
+ get
+ {
+ return this._WorkPackType;
+ }
+ set
+ {
+ if ((this._WorkPackType != value))
+ {
+ this.OnWorkPackTypeChanging(value);
+ this.SendPropertyChanging();
+ this._WorkPackType = value;
+ this.SendPropertyChanged("WorkPackType");
+ this.OnWorkPackTypeChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PropertyTechnologyId", DbType="VarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
+ public string PropertyTechnologyId
+ {
+ get
+ {
+ return this._PropertyTechnologyId;
+ }
+ set
+ {
+ if ((this._PropertyTechnologyId != value))
+ {
+ this.OnPropertyTechnologyIdChanging(value);
+ this.SendPropertyChanging();
+ this._PropertyTechnologyId = value;
+ this.SendPropertyChanged("PropertyTechnologyId");
+ this.OnPropertyTechnologyIdChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remark", DbType="VarChar(200)")]
+ public string Remark
+ {
+ get
+ {
+ return this._Remark;
+ }
+ set
+ {
+ if ((this._Remark != value))
+ {
+ this.OnRemarkChanging(value);
+ this.SendPropertyChanging();
+ this._Remark = value;
+ this.SendPropertyChanged("Remark");
+ this.OnRemarkChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AddUser", DbType="VarChar(50)")]
+ public string AddUser
+ {
+ get
+ {
+ return this._AddUser;
+ }
+ set
+ {
+ if ((this._AddUser != value))
+ {
+ this.OnAddUserChanging(value);
+ this.SendPropertyChanging();
+ this._AddUser = value;
+ this.SendPropertyChanged("AddUser");
+ this.OnAddUserChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AddTime", DbType="DateTime")]
+ public System.Nullable AddTime
+ {
+ get
+ {
+ return this._AddTime;
+ }
+ set
+ {
+ if ((this._AddTime != value))
+ {
+ this.OnAddTimeChanging(value);
+ this.SendPropertyChanging();
+ this._AddTime = value;
+ this.SendPropertyChanged("AddTime");
+ this.OnAddTimeChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Sort", DbType="Int")]
+ public System.Nullable Sort
+ {
+ get
+ {
+ return this._Sort;
+ }
+ set
+ {
+ if ((this._Sort != value))
+ {
+ this.OnSortChanging(value);
+ this.SendPropertyChanging();
+ this._Sort = value;
+ this.SendPropertyChanged("Sort");
+ this.OnSortChanged();
+ }
+ }
+ }
+
public event PropertyChangingEventHandler PropertyChanging;
public event PropertyChangedEventHandler PropertyChanged;
@@ -278997,6 +279619,8 @@ namespace Model
private string _RestrictCondition;
+ private System.Nullable _ResponsibilityProposeSatate;
+
private System.Nullable _ResponsibilityConfirm;
private System.Nullable _ProposeConfirm;
@@ -279007,9 +279631,11 @@ namespace Model
private System.Nullable _OwnerConfirm;
+ private System.Nullable _ProposeConfirmData;
+
private System.Nullable _ResponsibilityConfirmData;
- private System.Nullable _ProposeConfirmData;
+ private System.Nullable _ProposeHandleData;
private System.Nullable _GeneraConfirmData;
@@ -279025,10 +279651,6 @@ namespace Model
private System.Nullable _Sort;
- private System.Nullable _ResponsibilityProposeSatate;
-
- private System.Nullable _ProposeHandleData;
-
private string _FourDecisionCode;
#region 可扩展性方法定义
@@ -279065,6 +279687,8 @@ namespace Model
partial void OnRealityDestructionTimeChanged();
partial void OnRestrictConditionChanging(string value);
partial void OnRestrictConditionChanged();
+ partial void OnResponsibilityProposeSatateChanging(System.Nullable value);
+ partial void OnResponsibilityProposeSatateChanged();
partial void OnResponsibilityConfirmChanging(System.Nullable value);
partial void OnResponsibilityConfirmChanged();
partial void OnProposeConfirmChanging(System.Nullable value);
@@ -279075,10 +279699,12 @@ namespace Model
partial void OnSupervisionConfirmChanged();
partial void OnOwnerConfirmChanging(System.Nullable value);
partial void OnOwnerConfirmChanged();
- partial void OnResponsibilityConfirmDataChanging(System.Nullable value);
- partial void OnResponsibilityConfirmDataChanged();
partial void OnProposeConfirmDataChanging(System.Nullable value);
partial void OnProposeConfirmDataChanged();
+ partial void OnResponsibilityConfirmDataChanging(System.Nullable value);
+ partial void OnResponsibilityConfirmDataChanged();
+ partial void OnProposeHandleDataChanging(System.Nullable value);
+ partial void OnProposeHandleDataChanged();
partial void OnGeneraConfirmDataChanging(System.Nullable value);
partial void OnGeneraConfirmDataChanged();
partial void OnSupervisionConfirmDataChanging(System.Nullable value);
@@ -279093,10 +279719,6 @@ namespace Model
partial void OnAddTimeChanged();
partial void OnSortChanging(System.Nullable value);
partial void OnSortChanged();
- partial void OnResponsibilityProposeSatateChanging(System.Nullable value);
- partial void OnResponsibilityProposeSatateChanged();
- partial void OnProposeHandleDataChanging(System.Nullable value);
- partial void OnProposeHandleDataChanged();
partial void OnFourDecisionCodeChanging(string value);
partial void OnFourDecisionCodeChanged();
#endregion
@@ -279406,6 +280028,26 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ResponsibilityProposeSatate", DbType="Int")]
+ public System.Nullable ResponsibilityProposeSatate
+ {
+ get
+ {
+ return this._ResponsibilityProposeSatate;
+ }
+ set
+ {
+ if ((this._ResponsibilityProposeSatate != value))
+ {
+ this.OnResponsibilityProposeSatateChanging(value);
+ this.SendPropertyChanging();
+ this._ResponsibilityProposeSatate = value;
+ this.SendPropertyChanged("ResponsibilityProposeSatate");
+ this.OnResponsibilityProposeSatateChanged();
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ResponsibilityConfirm", DbType="Int")]
public System.Nullable ResponsibilityConfirm
{
@@ -279506,6 +280148,26 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProposeConfirmData", DbType="DateTime")]
+ public System.Nullable ProposeConfirmData
+ {
+ get
+ {
+ return this._ProposeConfirmData;
+ }
+ set
+ {
+ if ((this._ProposeConfirmData != value))
+ {
+ this.OnProposeConfirmDataChanging(value);
+ this.SendPropertyChanging();
+ this._ProposeConfirmData = value;
+ this.SendPropertyChanged("ProposeConfirmData");
+ this.OnProposeConfirmDataChanged();
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ResponsibilityConfirmData", DbType="DateTime")]
public System.Nullable ResponsibilityConfirmData
{
@@ -279526,22 +280188,22 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProposeConfirmData", DbType="DateTime")]
- public System.Nullable ProposeConfirmData
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProposeHandleData", DbType="DateTime")]
+ public System.Nullable ProposeHandleData
{
get
{
- return this._ProposeConfirmData;
+ return this._ProposeHandleData;
}
set
{
- if ((this._ProposeConfirmData != value))
+ if ((this._ProposeHandleData != value))
{
- this.OnProposeConfirmDataChanging(value);
+ this.OnProposeHandleDataChanging(value);
this.SendPropertyChanging();
- this._ProposeConfirmData = value;
- this.SendPropertyChanged("ProposeConfirmData");
- this.OnProposeConfirmDataChanged();
+ this._ProposeHandleData = value;
+ this.SendPropertyChanged("ProposeHandleData");
+ this.OnProposeHandleDataChanged();
}
}
}
@@ -279686,46 +280348,6 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ResponsibilityProposeSatate", DbType="Int")]
- public System.Nullable ResponsibilityProposeSatate
- {
- get
- {
- return this._ResponsibilityProposeSatate;
- }
- set
- {
- if ((this._ResponsibilityProposeSatate != value))
- {
- this.OnResponsibilityProposeSatateChanging(value);
- this.SendPropertyChanging();
- this._ResponsibilityProposeSatate = value;
- this.SendPropertyChanged("ResponsibilityProposeSatate");
- this.OnResponsibilityProposeSatateChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProposeHandleData", DbType="DateTime")]
- public System.Nullable ProposeHandleData
- {
- get
- {
- return this._ProposeHandleData;
- }
- set
- {
- if ((this._ProposeHandleData != value))
- {
- this.OnProposeHandleDataChanging(value);
- this.SendPropertyChanging();
- this._ProposeHandleData = value;
- this.SendPropertyChanged("ProposeHandleData");
- this.OnProposeHandleDataChanged();
- }
- }
- }
-
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FourDecisionCode", DbType="VarChar(20)")]
public string FourDecisionCode
{
@@ -280438,7 +281060,7 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remark", DbType="VarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remark", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
public string Remark
{
get
diff --git a/SGGL/Model/Model.csproj b/SGGL/Model/Model.csproj
index d299c35e..91949a57 100644
--- a/SGGL/Model/Model.csproj
+++ b/SGGL/Model/Model.csproj
@@ -10,7 +10,7 @@
Properties
Model
Model
- v4.8
+ v4.6.1
512
diff --git a/SGGL/SgManager.AI/SgManager.AI.csproj b/SGGL/SgManager.AI/SgManager.AI.csproj
index b199a0f9..83e8a86a 100644
--- a/SGGL/SgManager.AI/SgManager.AI.csproj
+++ b/SGGL/SgManager.AI/SgManager.AI.csproj
@@ -9,7 +9,7 @@
Properties
SgManager.AI
SgManager.AI
- v4.8
+ v4.6.1
512
diff --git a/SGGL/SgManager.AI/app.config b/SGGL/SgManager.AI/app.config
index c764f532..3e98c00e 100644
--- a/SGGL/SgManager.AI/app.config
+++ b/SGGL/SgManager.AI/app.config
@@ -8,4 +8,4 @@
-
+
diff --git a/SGGL/WebAPI/Web.config b/SGGL/WebAPI/Web.config
index ea8551ae..b5114d3e 100644
--- a/SGGL/WebAPI/Web.config
+++ b/SGGL/WebAPI/Web.config
@@ -46,7 +46,7 @@
-->
-
+
diff --git a/SGGL/WebAPI/WebAPI.csproj b/SGGL/WebAPI/WebAPI.csproj
index bfa5ddb0..d162082b 100644
--- a/SGGL/WebAPI/WebAPI.csproj
+++ b/SGGL/WebAPI/WebAPI.csproj
@@ -14,7 +14,7 @@
Properties
WebAPI
WebAPI
- v4.8
+ v4.6.1
false
true