30 lines
922 B
C#
30 lines
922 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace dccdc.Models.DTO
|
|
{
|
|
public class Criteria
|
|
{
|
|
public string startDate { get; set; }
|
|
public string endDate { get; set; }
|
|
public string checkstartDate { get; set; }
|
|
public string checkendDate { get; set; }
|
|
public string person_name { get; set; }
|
|
public string result_status { get; set; }
|
|
public string physical_num { get; set; }
|
|
public string check_type { get; set; }
|
|
|
|
public string medical_scheme { get; set; }
|
|
public string person_type { get; set; }
|
|
public string area_name { get; set; }
|
|
public string exam_type { get; set; }
|
|
public string work_category_id { get; set; }
|
|
public string category { get; set; }
|
|
|
|
public string yyjg { get; set; }
|
|
public string personName { get; set; }
|
|
}
|
|
}
|