using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AUTS.Domain.ViewModels
{
public class ResponseQALogSearch
{
///
/// DUT_SN
///
public string DUT_SN { get; set; }
///
/// 时间
///
public string StartTime { get; set; }
///
/// QA_结果
///
public string QA_CheckResult { get; set; }
}
}