2
hao
2025-04-23 3501b604e6c756e59dba68a5ed3064e26cfd749f
StandardInterface/MES.Service/Modes/MesDepots.cs
@@ -223,4 +223,9 @@
    /// </summary>
    [SugarColumn(ColumnName = "FGYC")]
    public string? FGYC { get; set; }
    /// <summary>
    ///     分组名称
    /// </summary>
    [SugarColumn(ColumnName = "FZMC")]
    public string? FZMC { get; set; }
}