xwt
2025-05-16 9fe88456fdf94c93f5f210db99a97d1f26fccaaf
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; }
}