Entites/DbModels/VOrderBycl.cs
@@ -195,4 +195,7 @@ // 新增:开工数采(最早采集值)、当前数采(最新采集值) [SugarColumn(IsIgnore = true)] public long? StartCjNum { get; set; } [SugarColumn(IsIgnore = true)] public long? CurrentCjNum { get; set; } // 新增:初始采集数 [SugarColumn(IsIgnore = true)] public long? InitCjNum { get; set; } }