Entites/DbModels/VOrdreBycl.cs
@@ -177,12 +177,6 @@ [SugarColumn(ColumnName = "PROC_NAME")] public string? ProcName { get; set; } /// <summary> /// 成型周期(s) /// </summary> [SugarColumn(ColumnName = "MOLDING_CYC")] public string? moldingCyc { get; set; } [SugarColumn(IsIgnore = true)] public decimal? wjQty { get; set; } [SugarColumn(IsIgnore = true)] public string? finalResult { get; set; } }