微调
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package com.njcn.csdevice.pojo.vo;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
@@ -47,5 +46,8 @@ public class DeviceManagerVO {
|
||||
|
||||
@ApiModelProperty(value = "数据集名称")
|
||||
private String name;
|
||||
|
||||
@ApiModelProperty(value = "数据类型 rt:实时数据 history:历史数据")
|
||||
private String type;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user