namespace HStation.Dto { /// /// /// public class UpdateXhsPumpPhartMappingExtensionsInput : UpdateXhsPumpPhartMappingInput { /// /// 图表 /// public UpdateXhsPhartDiagramExGraphListInput Diagram { get; set; } } }