using System; using System.Collections.Generic; namespace NCC.Education.Entitys.Dto.TbQuestion { /// /// 题库信息更新输入参数 /// public class TbQuestionUpInput : TbQuestionCrInput { /// /// 主键 /// public string id { get; set; } } }