切换mysql为达梦数据库-代码审查
1.systemboot模块
This commit is contained in:
@@ -1,30 +0,0 @@
|
||||
package com.njcn.device.pq.pojo.vo;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @version 1.0.0
|
||||
* @author: zbj
|
||||
* @date: 2023/04/10
|
||||
*/
|
||||
@Data
|
||||
public class DataScaleVO implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 月份
|
||||
*/
|
||||
@ApiModelProperty("月份")
|
||||
private String timeId;
|
||||
|
||||
/**
|
||||
* 数据
|
||||
*/
|
||||
@ApiModelProperty("数据")
|
||||
private Float dataStatis;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user