using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace dccdc.Models.DTO { public class TJXM_CaiJi { public string project_name { get; set; } public string project_result { get; set; } public string exam_group { get; set; } } }