using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace dccdc.Models { public class ExamPreposeConditionMaintainModel { public int ID { get; set; } public string prepose_condition { get; set; } public string status { get; set; } public string creator { get; set; } public string create_time { get; set; } } }