|
@@ -203,19 +203,37 @@ public class ImagePathEntity implements Serializable {
|
|
return createDate;
|
|
return createDate;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+// @Override
|
|
|
|
+// public String toString() {
|
|
|
|
+// return "ImagePathEntity{" +
|
|
|
|
+// "id=" + id + '\'' +
|
|
|
|
+// "name=" + name + '\'' +
|
|
|
|
+// "imgPath=" + imgPath + '\'' +
|
|
|
|
+// "relativePath=" + relativePath + '\'' +
|
|
|
|
+// "fileName=" + fileName + '\'' +
|
|
|
|
+// "effective=" + effective + '\'' +
|
|
|
|
+// "aiResult=" + aiResult + '\'' +
|
|
|
|
+// "aiTimeUsed=" + aiTimeUsed + '\'' +
|
|
|
|
+// "aiData=" + aiData + '\'' +
|
|
|
|
+// "createDate=" + createDate + '\'' +
|
|
|
|
+// '}';
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+
|
|
@Override
|
|
@Override
|
|
public String toString() {
|
|
public String toString() {
|
|
- return "ImagePathEntity{" +
|
|
|
|
- "id=" + id + '\'' +
|
|
|
|
- "name=" + name + '\'' +
|
|
|
|
- "imgPath=" + imgPath + '\'' +
|
|
|
|
- "relativePath=" + relativePath + '\'' +
|
|
|
|
- "fileName=" + fileName + '\'' +
|
|
|
|
- "effective=" + effective + '\'' +
|
|
|
|
- "aiResult=" + aiResult + '\'' +
|
|
|
|
- "aiTimeUsed=" + aiTimeUsed + '\'' +
|
|
|
|
- "aiData=" + aiData + '\'' +
|
|
|
|
- "createDate=" + createDate + '\'' +
|
|
|
|
|
|
+// return "ImagePathEntity{" +
|
|
|
|
+ return "{" +
|
|
|
|
+ "id=" + id +
|
|
|
|
+ ", name='" + name + '\'' +
|
|
|
|
+ ", imgPath='" + imgPath + '\'' +
|
|
|
|
+ ", relativePath='" + relativePath + '\'' +
|
|
|
|
+ ", fileName='" + fileName + '\'' +
|
|
|
|
+ ", effective=" + effective +
|
|
|
|
+ ", aiResult='" + aiResult + '\'' +
|
|
|
|
+ ", aiTimeUsed=" + aiTimeUsed +
|
|
|
|
+ ", aiData='" + aiData + '\'' +
|
|
|
|
+ ", createDate=" + createDate +
|
|
'}';
|
|
'}';
|
|
}
|
|
}
|
|
}
|
|
}
|