namespace DS.WMS.Core.App.Dtos; /// /// 客户业务查询实体 /// public class CustWorkQueryModel { /// /// 箱号 /// public string CNTRNO { get; set; } /// /// 车号 /// public string TRUCKNO { get; set; } }