1.解决mysql语句关键字问题

2.mysql台账同步oracle
This commit is contained in:
wr
2024-10-11 16:42:02 +08:00
parent f291c85e27
commit 08c5e44755
27 changed files with 887 additions and 15 deletions

View File

@@ -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;
}
}