using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WIP_Models
{
public class ProCardForArtificialSampling
{
///
/// 流转卡信息
///
public ProcessCardInfoView proCard { get; set; }
///
/// 免检放行实体
///
public JudgeExemptionResult judgeExemptionResult { get; set; }
}
}