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