20250213 承包商报告
This commit is contained in:
+33
-33
@@ -20545,10 +20545,10 @@ namespace Model
|
||||
|
||||
private string _ShowViolationDegree;
|
||||
|
||||
private string _Deleted;
|
||||
|
||||
private string _Blocked;
|
||||
|
||||
private string _Deleted;
|
||||
|
||||
public FC_SESReportView()
|
||||
{
|
||||
}
|
||||
@@ -20889,22 +20889,6 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Deleted", DbType="VarChar(10)")]
|
||||
public string Deleted
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Deleted;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Deleted != value))
|
||||
{
|
||||
this._Deleted = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Blocked", DbType="VarChar(10)")]
|
||||
public string Blocked
|
||||
{
|
||||
@@ -20920,6 +20904,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Deleted", DbType="VarChar(10)")]
|
||||
public string Deleted
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Deleted;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Deleted != value))
|
||||
{
|
||||
this._Deleted = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.FC_SignedContracts")]
|
||||
@@ -27718,7 +27718,7 @@ namespace Model
|
||||
|
||||
private string _VolumeAllocation;
|
||||
|
||||
private System.Nullable<decimal> _Forecasted;
|
||||
private decimal _Forecasted;
|
||||
|
||||
private string _ReviewOfFC;
|
||||
|
||||
@@ -27752,11 +27752,11 @@ namespace Model
|
||||
|
||||
private string _Proposed;
|
||||
|
||||
private int _InterviewTimes;
|
||||
private System.Nullable<int> _InterviewTimes;
|
||||
|
||||
private int _NCRTimes;
|
||||
private System.Nullable<int> _NCRTimes;
|
||||
|
||||
private int _RectificationTimes;
|
||||
private System.Nullable<int> _RectificationTimes;
|
||||
|
||||
private int _GreenTimes;
|
||||
|
||||
@@ -27774,7 +27774,7 @@ namespace Model
|
||||
|
||||
private string _PreviousFO;
|
||||
|
||||
private string _TechnicalBonusMalus;
|
||||
private System.Nullable<decimal> _TechnicalBonusMalus;
|
||||
|
||||
private System.Nullable<decimal> _Total;
|
||||
|
||||
@@ -28056,8 +28056,8 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Forecasted", DbType="Decimal(18,2)")]
|
||||
public System.Nullable<decimal> Forecasted
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Forecasted", DbType="Decimal(18,2) NOT NULL")]
|
||||
public decimal Forecasted
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -28328,8 +28328,8 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InterviewTimes", DbType="Int NOT NULL")]
|
||||
public int InterviewTimes
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InterviewTimes", DbType="Int")]
|
||||
public System.Nullable<int> InterviewTimes
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -28344,8 +28344,8 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_NCRTimes", DbType="Int NOT NULL")]
|
||||
public int NCRTimes
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_NCRTimes", DbType="Int")]
|
||||
public System.Nullable<int> NCRTimes
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -28360,8 +28360,8 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RectificationTimes", DbType="Int NOT NULL")]
|
||||
public int RectificationTimes
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RectificationTimes", DbType="Int")]
|
||||
public System.Nullable<int> RectificationTimes
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -28504,8 +28504,8 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TechnicalBonusMalus", DbType="VarChar(51)")]
|
||||
public string TechnicalBonusMalus
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TechnicalBonusMalus", DbType="Decimal(20,3)")]
|
||||
public System.Nullable<decimal> TechnicalBonusMalus
|
||||
{
|
||||
get
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user