This commit is contained in:
2024-04-19 15:27:58 +08:00
25 changed files with 171 additions and 106 deletions

View File

@@ -118,6 +118,8 @@ public class RealTimeMonitorData {
*/
private String dateTime;
private String thirdPartyType;
public String getPileConnectorCode() {
return this.pileSn + this.connectorCode;
}