快乐的昕的电脑
2025-11-19 f3d97fe8a7072071ddb1b19e015f8a8f823a5957
Entites/DbModels/VOrderBycl.cs
@@ -70,6 +70,12 @@
    public decimal? Daa012 { get; set; }
    /// <summary>
    /// 开工时间
    /// </summary>
    [SugarColumn(ColumnName = "DAA016")]
    public string? Daa016 { get; set; }
    /// <summary>
    /// 刀具代码
    /// </summary>
    [SugarColumn(ColumnName = "CUTTER_ID")]
@@ -195,6 +201,12 @@
    [SugarColumn(ColumnName = "ITEM_NO")]
    public string? itemNo { get; set; }
    /// <summary>
    /// 开工时间前一条的采集数量
    /// </summary>
    [SugarColumn(ColumnName = "PRE_START_CJ_NUM")]
    public long? preStartCjNum { get; set; }
    [SugarColumn(IsIgnore = true)] public decimal? wjQty { get; set; }
    [SugarColumn(IsIgnore = true)] public string? finalResult { get; set; }