打印日志

This commit is contained in:
Guoqs
2025-12-08 16:21:15 +08:00
parent a603879f45
commit 3fc3ab4af3
2 changed files with 2 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ public class ThirdPartyStationRelation extends BaseEntity {
.append("id", getId())
.append("stationId", getStationId())
.append("thirdPartyType", getThirdPartyType())
.append("equipmentOwnerId", getEquipmentOwnerId())
.append("createTime", getCreateTime())
.append("createBy", getCreateBy())
.append("updateTime", getUpdateTime())