sjz
2025-09-18 d6ab2389776c0ff60eea173ca1e8d908cceccb65
MES.Service/Modes/MesItems.cs
@@ -320,5 +320,11 @@
    [SugarColumn(ColumnName = "COLOR_NAME")]
    public string? ColorName { get; set; }
    /// <summary>
    ///     复检周期
    /// </summary>
    [SugarColumn(ColumnName = "F_WWC_FJZQ")]
    public string? F_wwc_FJZQ { get; set; }
    [SugarColumn(IsIgnore = true)] public string? Type { get; set; }
}