using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace dccdc.Models { public class HarmfulFactorsMaintainModel { public int id { get; set; } public string code { get; set; } public string harmful_factor_name { get; set; } public string harmful_factor_type { get; set; } public string harmful_factor_type_name { get; set; } public string check_type { get; set; } public int check_type_maintain_id { get; set; } public string status_show_contraindicated { get; set; } public string status_show_occupationdisease { get; set; } public string status { get; set; } public string pinyin_code { get; set; } public string creator { get; set; } public string create_time { get; set; } } }