using System; using System.Collections.Generic; using System.Text; namespace WCS.Model.ApiModel.MXBackgroundThread { public class BunkerOutRequest { public string materialBar { get; set; } /// /// /// public int outType { get; set; } = 0; /// /// /// public string pickBillNumber { get; set; } /// /// /// public int qty { get; set; } = 0; /// /// /// public int warehouseType { get; set; } = 20; } }