1.微调
This commit is contained in:
@@ -101,4 +101,15 @@ public class LineDevGetDTO {
|
||||
* 接线方式 0.星型 1.星三角 2.三角
|
||||
*/
|
||||
private String wiringMethod;
|
||||
|
||||
/**
|
||||
* 监测点统计间隔(解决MySQL关键字问题)
|
||||
*/
|
||||
private Integer timeInterval;
|
||||
|
||||
|
||||
public void setTimeInterval(Integer timeInterval) {
|
||||
this.interval = timeInterval;
|
||||
this.timeInterval = timeInterval;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user