using Volo.Abp.Domain.Entities; namespace Win_in.Sfs.Wms.DataExchange.Domain.Fawtyg.PullTask; public class PullTask : Entity { /// /// 单号 /// public string no { get; set; } /// /// 物料 /// public string Itemno { get; set; } /// /// 到货储位 /// public string Plant { get; set; } /// /// 数量 /// public string Planqty { get; set; } /// /// 单号 /// public int Yl1 { get; set; } }