拉取代码
This commit is contained in:
parent
dcc72edcb3
commit
edef184706
|
|
@ -106,6 +106,9 @@
|
|||
<Reference Include="QRCoder, Version=1.4.3.0, Culture=neutral, PublicKeyToken=c4ed5b9ae8358a28, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\QRCoder.1.4.3\lib\net40\QRCoder.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Quartz, Version=3.7.0.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Quartz.3.7.0\lib\netstandard2.0\Quartz.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="RestSharp, Version=106.15.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\RestSharp.106.15.0\lib\net452\RestSharp.dll</HintPath>
|
||||
</Reference>
|
||||
|
|
|
|||
|
|
@ -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<decimal> WorkPackageEstimate
|
||||
{
|
||||
get
|
||||
|
|
@ -181302,17 +181302,17 @@ namespace Model
|
|||
|
||||
private string _ContractTrackId;
|
||||
|
||||
private System.Nullable<decimal> _BCWS_Quantity;
|
||||
private string _BCWS_Quantity;
|
||||
|
||||
private System.Nullable<decimal> _BCWS_OutputValue;
|
||||
private string _BCWS_OutputValue;
|
||||
|
||||
private System.Nullable<decimal> _BCWS_Percentage;
|
||||
private string _BCWS_Percentage;
|
||||
|
||||
private System.Nullable<decimal> _ACWP_Quantity;
|
||||
private string _ACWP_Quantity;
|
||||
|
||||
private System.Nullable<decimal> _ACWP_OutputValue;
|
||||
private string _ACWP_OutputValue;
|
||||
|
||||
private System.Nullable<decimal> _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<decimal> value);
|
||||
partial void OnBCWS_QuantityChanging(string value);
|
||||
partial void OnBCWS_QuantityChanged();
|
||||
partial void OnBCWS_OutputValueChanging(System.Nullable<decimal> value);
|
||||
partial void OnBCWS_OutputValueChanging(string value);
|
||||
partial void OnBCWS_OutputValueChanged();
|
||||
partial void OnBCWS_PercentageChanging(System.Nullable<decimal> value);
|
||||
partial void OnBCWS_PercentageChanging(string value);
|
||||
partial void OnBCWS_PercentageChanged();
|
||||
partial void OnACWP_QuantityChanging(System.Nullable<decimal> value);
|
||||
partial void OnACWP_QuantityChanging(string value);
|
||||
partial void OnACWP_QuantityChanged();
|
||||
partial void OnACWP_OutputValueChanging(System.Nullable<decimal> value);
|
||||
partial void OnACWP_OutputValueChanging(string value);
|
||||
partial void OnACWP_OutputValueChanged();
|
||||
partial void OnACWP_PercentageChanging(System.Nullable<decimal> 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<decimal> 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<decimal> 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<decimal> 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<decimal> 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<decimal> 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<decimal> ACWP_Percentage
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ACWP_Percentage", DbType="NVarChar(50)")]
|
||||
public string ACWP_Percentage
|
||||
{
|
||||
get
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue