using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WIDESEA_DTO.Basic;
namespace WIDESEA_External.Model
{
///
/// MES退料空托接收通知
///
public class MESRecepNoticeModel
{
public List WorkCentreEmptyPalletNotice { get; set; }
}
public class RecepNotice
{
///
/// 周转位位置编码
///
public string LocationCode { get; set; }
///
/// 呼叫ID
///
public string CallId { get; set; }
///
/// 接驳完成标记
///
public bool CompleteFlag { get; set; }
}
}