Commit dbcc0494 authored by linruibiao's avatar linruibiao

接口编写

parent c95c3992
...@@ -35,5 +35,5 @@ public class VariableHistoryDataDTO { ...@@ -35,5 +35,5 @@ public class VariableHistoryDataDTO {
private String format; private String format;
@ApiModelProperty(value = "key 为变量id value 为变量名称", required = true) @ApiModelProperty(value = "key 为变量id value 为变量名称", required = true)
Map<String,String> variables; private Map<String,String> variables;
} }
...@@ -29,5 +29,5 @@ public class VariableRealTimeDTO { ...@@ -29,5 +29,5 @@ public class VariableRealTimeDTO {
private String format; private String format;
@ApiModelProperty(value = "key 为变量id value 为变量名称", required = true) @ApiModelProperty(value = "key 为变量id value 为变量名称", required = true)
Map<String,String> variables; private Map<String,String> variables;
} }
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