|
|
@ -860,91 +860,91 @@ namespace TaskManager.Entity |
|
|
|
/// 起始日期+2天的需求数量(以此类推)
|
|
|
|
/// </summary>
|
|
|
|
[ExporterHeader(DisplayName = "第3天需求数量")] |
|
|
|
public decimal QuantityDemand3 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand3 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第4天需求数量")] |
|
|
|
public decimal QuantityDemand4 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand4 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第5天需求数量")] |
|
|
|
public decimal QuantityDemand5 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand5 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第6天需求数量")] |
|
|
|
public decimal QuantityDemand6 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand6 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第7天需求数量")] |
|
|
|
public decimal QuantityDemand7 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand7 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第8天需求数量")] |
|
|
|
public decimal QuantityDemand8 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand8 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第9天需求数量")] |
|
|
|
public decimal QuantityDemand9 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand9 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第10天需求数量")] |
|
|
|
public decimal QuantityDemand10 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand10 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第11天需求数量")] |
|
|
|
public decimal QuantityDemand11 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand11 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第12天需求数量")] |
|
|
|
public decimal QuantityDemand12 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand12 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第13天需求数量")] |
|
|
|
public decimal QuantityDemand13 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand13 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第14天需求数量")] |
|
|
|
public decimal QuantityDemand14 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand14 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第15天需求数量")] |
|
|
|
public decimal QuantityDemand15 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand15 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第16天需求数量")] |
|
|
|
public decimal QuantityDemand16 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand16 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第17天需求数量")] |
|
|
|
public decimal QuantityDemand17 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand17 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第18天需求数量")] |
|
|
|
public decimal QuantityDemand18 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand18 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第19天需求数量")] |
|
|
|
public decimal QuantityDemand19 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand19 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第20天需求数量")] |
|
|
|
public decimal QuantityDemand20 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand20 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第21天需求数量")] |
|
|
|
public decimal QuantityDemand21 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand21 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第22天需求数量")] |
|
|
|
public decimal QuantityDemand22 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand22 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第23天需求数量")] |
|
|
|
public decimal QuantityDemand23 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand23 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第24天需求数量")] |
|
|
|
public decimal QuantityDemand24 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand24 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第25天需求数量")] |
|
|
|
public decimal QuantityDemand25 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand25 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第26天需求数量")] |
|
|
|
public decimal QuantityDemand26 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand26 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第27天需求数量")] |
|
|
|
public decimal QuantityDemand27 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand27 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第28天需求数量")] |
|
|
|
public decimal QuantityDemand28 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand28 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第29天需求数量")] |
|
|
|
public decimal QuantityDemand29 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand29 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第30天需求数量")] |
|
|
|
public decimal QuantityDemand30 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand30 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第31天需求数量")] |
|
|
|
public decimal QuantityDemand31 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand31 { get; set; } = 0; |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 数据变更标识(1=更新需求,0=未变更)
|
|
|
@ -2749,91 +2749,91 @@ namespace TaskManager.Entity |
|
|
|
/// 起始日期+2天的需求数量(以此类推)
|
|
|
|
/// </summary>
|
|
|
|
[ExporterHeader(DisplayName = "第3天需求数量")] |
|
|
|
public decimal QuantityDemand3 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand3 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第4天需求数量")] |
|
|
|
public decimal QuantityDemand4 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand4 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第5天需求数量")] |
|
|
|
public decimal QuantityDemand5 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand5 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第6天需求数量")] |
|
|
|
public decimal QuantityDemand6 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand6 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第7天需求数量")] |
|
|
|
public decimal QuantityDemand7 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand7 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第8天需求数量")] |
|
|
|
public decimal QuantityDemand8 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand8 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第9天需求数量")] |
|
|
|
public decimal QuantityDemand9 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand9 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第10天需求数量")] |
|
|
|
public decimal QuantityDemand10 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand10 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第11天需求数量")] |
|
|
|
public decimal QuantityDemand11 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand11 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第12天需求数量")] |
|
|
|
public decimal QuantityDemand12 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand12 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第13天需求数量")] |
|
|
|
public decimal QuantityDemand13 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand13 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第14天需求数量")] |
|
|
|
public decimal QuantityDemand14 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand14 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第15天需求数量")] |
|
|
|
public decimal QuantityDemand15 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand15 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第16天需求数量")] |
|
|
|
public decimal QuantityDemand16 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand16 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第17天需求数量")] |
|
|
|
public decimal QuantityDemand17 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand17 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第18天需求数量")] |
|
|
|
public decimal QuantityDemand18 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand18 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第19天需求数量")] |
|
|
|
public decimal QuantityDemand19 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand19 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第20天需求数量")] |
|
|
|
public decimal QuantityDemand20 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand20 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第21天需求数量")] |
|
|
|
public decimal QuantityDemand21 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand21 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第22天需求数量")] |
|
|
|
public decimal QuantityDemand22 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand22 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第23天需求数量")] |
|
|
|
public decimal QuantityDemand23 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand23 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第24天需求数量")] |
|
|
|
public decimal QuantityDemand24 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand24 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第25天需求数量")] |
|
|
|
public decimal QuantityDemand25 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand25 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第26天需求数量")] |
|
|
|
public decimal QuantityDemand26 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand26 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第27天需求数量")] |
|
|
|
public decimal QuantityDemand27 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand27 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第28天需求数量")] |
|
|
|
public decimal QuantityDemand28 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand28 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第29天需求数量")] |
|
|
|
public decimal QuantityDemand29 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand29 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第30天需求数量")] |
|
|
|
public decimal QuantityDemand30 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand30 { get; set; } = 0; |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "第31天需求数量")] |
|
|
|
public decimal QuantityDemand31 { get; set; } = 0; |
|
|
|
public decimal? QuantityDemand31 { get; set; } = 0; |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 数据变更标识(1=更新需求,0=未变更)
|
|
|
|