From edef184706bf77f6612d58c758a59a3c3d9575cb Mon Sep 17 00:00:00 2001
From: gaofei1985 <181547018@qq.com>
Date: Fri, 1 Sep 2023 15:58:40 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8B=89=E5=8F=96=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
SGGL/BLL/BLL.csproj | 3 +++
SGGL/Model/Model.cs | 54 ++++++++++++++++++++++-----------------------
2 files changed, 30 insertions(+), 27 deletions(-)
diff --git a/SGGL/BLL/BLL.csproj b/SGGL/BLL/BLL.csproj
index 7e8c9b4c..6037c38e 100644
--- a/SGGL/BLL/BLL.csproj
+++ b/SGGL/BLL/BLL.csproj
@@ -106,6 +106,9 @@
..\packages\QRCoder.1.4.3\lib\net40\QRCoder.dll
+
+ ..\packages\Quartz.3.7.0\lib\netstandard2.0\Quartz.dll
+
..\packages\RestSharp.106.15.0\lib\net452\RestSharp.dll
diff --git a/SGGL/Model/Model.cs b/SGGL/Model/Model.cs
index f2104594..d57c819e 100644
--- a/SGGL/Model/Model.cs
+++ b/SGGL/Model/Model.cs
@@ -11587,7 +11587,7 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ApproveIdea", DbType="NVarChar(200)")]
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ApproveIdea", DbType="NVarChar(2000)")]
public string ApproveIdea
{
get
@@ -149828,7 +149828,7 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AttentPerson", DbType="NVarChar(500)")]
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AttentPerson", DbType="NVarChar(3000)")]
public string AttentPerson
{
get
@@ -181251,7 +181251,7 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkPackageEstimate", DbType="Decimal(18,2)")]
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkPackageEstimate", DbType="Decimal(18,3)")]
public System.Nullable WorkPackageEstimate
{
get
@@ -181302,17 +181302,17 @@ namespace Model
private string _ContractTrackId;
- private System.Nullable _BCWS_Quantity;
+ private string _BCWS_Quantity;
- private System.Nullable _BCWS_OutputValue;
+ private string _BCWS_OutputValue;
- private System.Nullable _BCWS_Percentage;
+ private string _BCWS_Percentage;
- private System.Nullable _ACWP_Quantity;
+ private string _ACWP_Quantity;
- private System.Nullable _ACWP_OutputValue;
+ private string _ACWP_OutputValue;
- private System.Nullable _ACWP_Percentage;
+ private string _ACWP_Percentage;
private string _Date;
@@ -181324,17 +181324,17 @@ namespace Model
partial void OnContractTrackProgressIdChanged();
partial void OnContractTrackIdChanging(string value);
partial void OnContractTrackIdChanged();
- partial void OnBCWS_QuantityChanging(System.Nullable value);
+ partial void OnBCWS_QuantityChanging(string value);
partial void OnBCWS_QuantityChanged();
- partial void OnBCWS_OutputValueChanging(System.Nullable value);
+ partial void OnBCWS_OutputValueChanging(string value);
partial void OnBCWS_OutputValueChanged();
- partial void OnBCWS_PercentageChanging(System.Nullable value);
+ partial void OnBCWS_PercentageChanging(string value);
partial void OnBCWS_PercentageChanged();
- partial void OnACWP_QuantityChanging(System.Nullable value);
+ partial void OnACWP_QuantityChanging(string value);
partial void OnACWP_QuantityChanged();
- partial void OnACWP_OutputValueChanging(System.Nullable value);
+ partial void OnACWP_OutputValueChanging(string value);
partial void OnACWP_OutputValueChanged();
- partial void OnACWP_PercentageChanging(System.Nullable value);
+ partial void OnACWP_PercentageChanging(string value);
partial void OnACWP_PercentageChanged();
partial void OnDateChanging(string value);
partial void OnDateChanged();
@@ -181385,8 +181385,8 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BCWS_Quantity", DbType="Decimal(18,2)")]
- public System.Nullable BCWS_Quantity
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BCWS_Quantity", DbType="NVarChar(50)")]
+ public string BCWS_Quantity
{
get
{
@@ -181405,8 +181405,8 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BCWS_OutputValue", DbType="Decimal(18,2)")]
- public System.Nullable BCWS_OutputValue
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BCWS_OutputValue", DbType="NVarChar(50)")]
+ public string BCWS_OutputValue
{
get
{
@@ -181425,8 +181425,8 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BCWS_Percentage", DbType="Decimal(18,2)")]
- public System.Nullable BCWS_Percentage
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BCWS_Percentage", DbType="NVarChar(50)")]
+ public string BCWS_Percentage
{
get
{
@@ -181445,8 +181445,8 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ACWP_Quantity", DbType="Decimal(18,2)")]
- public System.Nullable ACWP_Quantity
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ACWP_Quantity", DbType="NVarChar(50)")]
+ public string ACWP_Quantity
{
get
{
@@ -181465,8 +181465,8 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ACWP_OutputValue", DbType="Decimal(18,2)")]
- public System.Nullable ACWP_OutputValue
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ACWP_OutputValue", DbType="NVarChar(50)")]
+ public string ACWP_OutputValue
{
get
{
@@ -181485,8 +181485,8 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ACWP_Percentage", DbType="Decimal(18,2)")]
- public System.Nullable ACWP_Percentage
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ACWP_Percentage", DbType="NVarChar(50)")]
+ public string ACWP_Percentage
{
get
{