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