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..4254ee34 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