namespace HStation.Dto.Phart { /// /// /// public class UpdateExtraParasInput : IDInput { /// /// /// public string ExtraParas { get; set; } } }