快乐的昕的电脑
2025-11-21 8000b3a16fbea87ba4fcbc70a4540723849bf5a8
Entites/DbModels/VOrderBycl.cs
@@ -207,6 +207,18 @@
    [SugarColumn(ColumnName = "PRE_START_CJ_NUM")]
    public long? preStartCjNum { get; set; }
    /// <summary>
    /// 调机时间前一条的采集数量
    /// </summary>
    [SugarColumn(ColumnName = "PRE_START_tj_NUM")]
    public long? preStartTjNum { get; set; }
    /// <summary>
    /// 调机时间
    /// </summary>
    [SugarColumn(ColumnName = "MA_START_TIME")]
    public string? maStartTime { get; set; }
    [SugarColumn(IsIgnore = true)] public decimal? wjQty { get; set; }
    [SugarColumn(IsIgnore = true)] public string? finalResult { get; set; }