Commit c0e646eb authored by linruibiao's avatar linruibiao

接口定义

parent 44450412
......@@ -51,6 +51,8 @@ public class VariableController {
public R getVariableRealTimeDataList(@RequestParam String variableId){
return R.ok();
}
@GetMapping("get_variable_history_data_list")
@ApiOperation("获取变量历史数据")
@ApiImplicitParams({
......
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