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 {