namespace HStation.Dto.PhartRelation { /// /// /// public class UpdateOtherNameInput : IDInput { /// /// /// [Required] public string OtherName { get; set; } } }