This commit is contained in:
2024-10-02 11:25:01 +08:00
parent 93a8cdc875
commit 167c1f4cd0

View File

@@ -28,4 +28,13 @@ public class WeightDeviceEntity extends OrgCommonEntity {
@ElementCollection
private List<ReserveFieldConfig> reserveFieldConfigList;
@Override
public String toString() {
// display name and code with class name prefix
return "WeightDeviceEntity(" + "location=" + this.getLocation() + ")";
}
}