public CureApply() { apply = new ApplyDao(); apply.meditype = MediType.治疗; }
public TestApply() { apply = new ApplyDao(); apply.class_type = 1; apply.meditype = MediType.检验; }
public CheckApply() { apply = new ApplyDao(); apply.class_type = 0; apply.meditype = MediType.检查; }