using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WIP_Models
{
///
/// 重发LIMS发起质检任务请求
///
public class RetryQualityTaskParam
{
///
/// 任务ID(任务ID必须要传递过来)
///
public string taskNo { get; set; }
///
/// 流转卡号
///
public string processCardNumber { get; set; }
///
/// 产线号
///
public string line { get; set; }
}
}