using System; namespace SSWMS.Common { [Serializable] public class IO_CONTROL_APPLY { public int APPLY_ID { get; set; } public int CONTROL_APPLY_TYPE { get; set; } public string DEVICE_CODE { get; set; } public int APPLY_TASK_STATUS { get; set; } public string ERROR_TEXT { get; set; } public string STOCK_BARCODE { get; set; } public string GOODS_CODE { get; set; } public string CREATE_TIME { get; set; } public string CONTROL_APPLY_REMARK { get; set; } public string CELL_MODEL { get; set; } public string STOCK_WEIGHT { get; set; } public string STOCK_COUNT { get; set; } } }