using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ICSSoft.Frame.Data.Entity.NcApiEntity { public class UpdateOnwip { //Onwipid public string wipid { get; set; } //数量 public decimal rwQty { get; set; } //备注 public string memo { get; set; } } }