using System; using System.Collections.Generic; using System.Text; namespace wms.dto.request.fj { public class AllocationConveyorSortRequest { /// /// 工字轮条码 /// public string BarCode { get; set; } /// /// 扫码设备号 /// public string EquNo { get; set; } } }