namespace DS.WMS.Core.App.Dtos; /// /// 班列业务查询实体 /// public class TrainWorkQueryModel { /// /// 箱号 /// public string CNTRNO { get; set; } /// /// 班列号 /// public string TRAINNUM { get; set; } }