增加导出时的是否忽略异常字段
This commit is contained in:
parent
92c920b559
commit
f41e0e39b4
|
@ -139,5 +139,10 @@
|
||||||
/// 下单日期
|
/// 下单日期
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string OrderDate { get; set; }
|
public string OrderDate { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 是否忽略异常
|
||||||
|
/// </summary>
|
||||||
|
public string IsIgnoreError { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue