using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
using System.Threading.Tasks;
|
|
namespace iWareSda_QQJF.WCSNEW
|
{
|
public class SendTaskClass
|
{
|
public bool result { get; set; }
|
|
public int statusId { get; set; }
|
|
public int deviceId { get; set; }
|
|
public int outTransId { get; set; }
|
|
public int outType { get; set; }
|
|
}
|
}
|