111
tjx
5 天以前 f34f0751ef0c6305c94ff342ca7fbe24aa09844e
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; }
}