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