Commit c534da6b authored by linruibiao's avatar linruibiao

整改接口

parent afd2d6ba
...@@ -17,6 +17,5 @@ import lombok.EqualsAndHashCode; ...@@ -17,6 +17,5 @@ import lombok.EqualsAndHashCode;
@ApiModel(value = "仪表板显示类vo",description = "仪表板显示类vo") @ApiModel(value = "仪表板显示类vo",description = "仪表板显示类vo")
@EqualsAndHashCode(callSuper=true) @EqualsAndHashCode(callSuper=true)
public class InstrumentPanelVo extends InstrumentPanel { public class InstrumentPanelVo extends InstrumentPanel {
@ApiModelProperty(value = "仪表板下对应的配置")
InstrumentPanelConfigVo instrumentPanelConfig;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment