hao
2025-05-23 db8dbafae693a62e9fe901adabfc4adcdbd92f7b
StandardInterface/MES.Service/Modes/MesItems.cs
@@ -482,5 +482,10 @@
    /// </summary>
    [SugarColumn(ColumnName = "WLFZMC")]
    public string? WLFZMC { get; set; }
    /// <summary>
    ///     模具编码
    /// </summary>
    [SugarColumn(ColumnName = "MJBM")]
    public string? MJBM { get; set; }
}