using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WIP_Models
{
    /// 
    /// 模拟出库任务或ECM下料任务发给WCS参数
    /// 
    public class SimulationIssueToWCSForOutStoreParam
    {
        /// 
        /// 流转卡号
        /// 
        public string processCardNumber { get; set; }
    }
   
}