tjx
2025-11-21 7d13b041f6cf87bddb0e3523c4cf1a328fc159f6
StandardPda/MES.Service/Modes/MesItems.cs
@@ -534,4 +534,10 @@
    /// </summary>
    [SugarColumn(ColumnName = "WAREHOUSEKEEPER")]
    public string? WarehouseKeeper { get; set; }
    /// <summary>
    ///     客户物料编码
    /// </summary>
    [SugarColumn(ColumnName = "KHWLBM")]
    public string? Khwlbm { get; set; }
}