1.解决mysql语句关键字问题
2.mysql台账同步oracle
This commit is contained in:
@@ -90,5 +90,10 @@ public class AlarmPO implements Serializable {
|
||||
|
||||
private float onlineRate;
|
||||
|
||||
private Integer mysqlReal;
|
||||
|
||||
public void setMysqlReal(Integer mysqlReal) {
|
||||
this.real = mysqlReal;
|
||||
this.mysqlReal = mysqlReal;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user