namespace HStation.Dto { /// /// /// public class XhsPumpMainPhartMappingExtensionsDto : XhsPumpMainPhartMappingDto { /// /// /// public XhsPumpMainPhartMappingExtensionsDto() { } /// /// /// public XhsPumpMainPhartMappingExtensionsDto(Model.XhsPumpMainPhartMapping rhs) : base(rhs) { } /// /// /// public XhsPumpMainPhartMappingExtensionsDto(Model.XhsPumpMainPhartMapping mapping,Yw.Model. PhartDiagram diagram, List graphList) : base(mapping) { if (diagram != null) { this.Diagram = new PhartDiagramExGraphListDto(diagram, graphList); } } /// /// 图表 /// public PhartDiagramExGraphListDto Diagram { get; set; } } }