using System; using System.Collections.Generic; namespace XMainClient { public class PupilApplyInfo { public bool isNeedStudent; public List applyTargetInfoList = new List(); } }