using System; using System.Collections.Generic; namespace NCC.Education.Entitys.Dto.TbMbtCharacter { /// /// MBT人格更新输入参数 /// public class TbMbtCharacterUpInput : TbMbtCharacterCrInput { /// /// 主键 /// public string id { get; set; } } }