- using System.Collections.Generic;
- using WeApp.BasicInfo.TrainingRoleGroup.Dto;
- namespace WeApp.TrainingCamp.Dto
- {
- public class CampRoleGroupDto
- {
- public List<TrainingRoleGroupDto> AllGroups { get; set; }
- public List<string> GroupNos { get; set; }
- public string CampNo { get; set; }
- }
- }
|