|
|
@@ -13,7 +13,7 @@ public class SpiderContent {
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
* This field corresponds to the database column spider_content.id
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
private Long id;
|
|
|
|
|
|
@@ -24,7 +24,7 @@ public class SpiderContent {
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
* This field corresponds to the database column spider_content.task_id
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
private Long taskId;
|
|
|
|
|
|
@@ -35,7 +35,7 @@ public class SpiderContent {
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
* This field corresponds to the database column spider_content.source
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
private String source;
|
|
|
|
|
|
@@ -46,7 +46,7 @@ public class SpiderContent {
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
* This field corresponds to the database column spider_content.source_type
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
private String sourceType;
|
|
|
|
|
|
@@ -57,7 +57,7 @@ public class SpiderContent {
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
* This field corresponds to the database column spider_content.url
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
private String url;
|
|
|
|
|
|
@@ -68,7 +68,7 @@ public class SpiderContent {
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
* This field corresponds to the database column spider_content.title
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
private String title;
|
|
|
|
|
|
@@ -79,7 +79,7 @@ public class SpiderContent {
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
* This field corresponds to the database column spider_content.status
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
private Integer status;
|
|
|
|
|
|
@@ -90,7 +90,7 @@ public class SpiderContent {
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
* This field corresponds to the database column spider_content.ai_rough_status
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
private Integer aiRoughStatus;
|
|
|
|
|
|
@@ -101,7 +101,7 @@ public class SpiderContent {
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
* This field corresponds to the database column spider_content.ai_rough_result
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
private String aiRoughResult;
|
|
|
|
|
|
@@ -112,7 +112,7 @@ public class SpiderContent {
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
* This field corresponds to the database column spider_content.ai_precision_status
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
private Integer aiPrecisionStatus;
|
|
|
|
|
|
@@ -123,7 +123,7 @@ public class SpiderContent {
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
* This field corresponds to the database column spider_content.pq_improve_title
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
private String pqImproveTitle;
|
|
|
|
|
|
@@ -134,16 +134,38 @@ public class SpiderContent {
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
* This field corresponds to the database column spider_content.keyword
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
private String keyword;
|
|
|
|
|
|
+ /**
|
|
|
+ * Database Column Remarks:
|
|
|
+ * 图片搜索状态(0-待搜索 1-完成)
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column spider_content.image_search_status
|
|
|
+ *
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
+ */
|
|
|
+ private Integer imageSearchStatus;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Database Column Remarks:
|
|
|
+ * 视频搜索状态(0-待搜索 1-完成)
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column spider_content.video_search_status
|
|
|
+ *
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
+ */
|
|
|
+ private Integer videoSearchStatus;
|
|
|
+
|
|
|
/**
|
|
|
*
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
* This field corresponds to the database column spider_content.create_time
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
private Long createTime;
|
|
|
|
|
|
@@ -152,7 +174,7 @@ public class SpiderContent {
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
* This field corresponds to the database column spider_content.update_time
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
private Long updateTime;
|
|
|
|
|
|
@@ -163,7 +185,7 @@ public class SpiderContent {
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
* This field corresponds to the database column spider_content.content
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
private String content;
|
|
|
|
|
|
@@ -174,7 +196,7 @@ public class SpiderContent {
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
* This field corresponds to the database column spider_content.ai_precision_result
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
private String aiPrecisionResult;
|
|
|
|
|
|
@@ -185,7 +207,7 @@ public class SpiderContent {
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
* This field corresponds to the database column spider_content.pq_improve_narration_script
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
private String pqImproveNarrationScript;
|
|
|
|
|
|
@@ -195,7 +217,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @return the value of spider_content.id
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public Long getId() {
|
|
|
return id;
|
|
|
@@ -207,7 +229,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @param id the value for spider_content.id
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public void setId(Long id) {
|
|
|
this.id = id;
|
|
|
@@ -219,7 +241,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @return the value of spider_content.task_id
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public Long getTaskId() {
|
|
|
return taskId;
|
|
|
@@ -231,7 +253,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @param taskId the value for spider_content.task_id
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public void setTaskId(Long taskId) {
|
|
|
this.taskId = taskId;
|
|
|
@@ -243,7 +265,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @return the value of spider_content.source
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public String getSource() {
|
|
|
return source;
|
|
|
@@ -255,7 +277,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @param source the value for spider_content.source
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public void setSource(String source) {
|
|
|
this.source = source;
|
|
|
@@ -267,7 +289,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @return the value of spider_content.source_type
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public String getSourceType() {
|
|
|
return sourceType;
|
|
|
@@ -279,7 +301,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @param sourceType the value for spider_content.source_type
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public void setSourceType(String sourceType) {
|
|
|
this.sourceType = sourceType;
|
|
|
@@ -291,7 +313,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @return the value of spider_content.url
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public String getUrl() {
|
|
|
return url;
|
|
|
@@ -303,7 +325,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @param url the value for spider_content.url
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public void setUrl(String url) {
|
|
|
this.url = url;
|
|
|
@@ -315,7 +337,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @return the value of spider_content.title
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public String getTitle() {
|
|
|
return title;
|
|
|
@@ -327,7 +349,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @param title the value for spider_content.title
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public void setTitle(String title) {
|
|
|
this.title = title;
|
|
|
@@ -339,7 +361,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @return the value of spider_content.status
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public Integer getStatus() {
|
|
|
return status;
|
|
|
@@ -351,7 +373,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @param status the value for spider_content.status
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public void setStatus(Integer status) {
|
|
|
this.status = status;
|
|
|
@@ -363,7 +385,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @return the value of spider_content.ai_rough_status
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public Integer getAiRoughStatus() {
|
|
|
return aiRoughStatus;
|
|
|
@@ -375,7 +397,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @param aiRoughStatus the value for spider_content.ai_rough_status
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public void setAiRoughStatus(Integer aiRoughStatus) {
|
|
|
this.aiRoughStatus = aiRoughStatus;
|
|
|
@@ -387,7 +409,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @return the value of spider_content.ai_rough_result
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public String getAiRoughResult() {
|
|
|
return aiRoughResult;
|
|
|
@@ -399,7 +421,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @param aiRoughResult the value for spider_content.ai_rough_result
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public void setAiRoughResult(String aiRoughResult) {
|
|
|
this.aiRoughResult = aiRoughResult;
|
|
|
@@ -411,7 +433,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @return the value of spider_content.ai_precision_status
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public Integer getAiPrecisionStatus() {
|
|
|
return aiPrecisionStatus;
|
|
|
@@ -423,7 +445,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @param aiPrecisionStatus the value for spider_content.ai_precision_status
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public void setAiPrecisionStatus(Integer aiPrecisionStatus) {
|
|
|
this.aiPrecisionStatus = aiPrecisionStatus;
|
|
|
@@ -435,7 +457,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @return the value of spider_content.pq_improve_title
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public String getPqImproveTitle() {
|
|
|
return pqImproveTitle;
|
|
|
@@ -447,7 +469,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @param pqImproveTitle the value for spider_content.pq_improve_title
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public void setPqImproveTitle(String pqImproveTitle) {
|
|
|
this.pqImproveTitle = pqImproveTitle;
|
|
|
@@ -459,7 +481,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @return the value of spider_content.keyword
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public String getKeyword() {
|
|
|
return keyword;
|
|
|
@@ -471,19 +493,67 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @param keyword the value for spider_content.keyword
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public void setKeyword(String keyword) {
|
|
|
this.keyword = keyword;
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method returns the value of the database column spider_content.image_search_status
|
|
|
+ *
|
|
|
+ * @return the value of spider_content.image_search_status
|
|
|
+ *
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
+ */
|
|
|
+ public Integer getImageSearchStatus() {
|
|
|
+ return imageSearchStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column spider_content.image_search_status
|
|
|
+ *
|
|
|
+ * @param imageSearchStatus the value for spider_content.image_search_status
|
|
|
+ *
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
+ */
|
|
|
+ public void setImageSearchStatus(Integer imageSearchStatus) {
|
|
|
+ this.imageSearchStatus = imageSearchStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method returns the value of the database column spider_content.video_search_status
|
|
|
+ *
|
|
|
+ * @return the value of spider_content.video_search_status
|
|
|
+ *
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
+ */
|
|
|
+ public Integer getVideoSearchStatus() {
|
|
|
+ return videoSearchStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column spider_content.video_search_status
|
|
|
+ *
|
|
|
+ * @param videoSearchStatus the value for spider_content.video_search_status
|
|
|
+ *
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
+ */
|
|
|
+ public void setVideoSearchStatus(Integer videoSearchStatus) {
|
|
|
+ this.videoSearchStatus = videoSearchStatus;
|
|
|
+ }
|
|
|
+
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator.
|
|
|
* This method returns the value of the database column spider_content.create_time
|
|
|
*
|
|
|
* @return the value of spider_content.create_time
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public Long getCreateTime() {
|
|
|
return createTime;
|
|
|
@@ -495,7 +565,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @param createTime the value for spider_content.create_time
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public void setCreateTime(Long createTime) {
|
|
|
this.createTime = createTime;
|
|
|
@@ -507,7 +577,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @return the value of spider_content.update_time
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public Long getUpdateTime() {
|
|
|
return updateTime;
|
|
|
@@ -519,7 +589,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @param updateTime the value for spider_content.update_time
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public void setUpdateTime(Long updateTime) {
|
|
|
this.updateTime = updateTime;
|
|
|
@@ -531,7 +601,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @return the value of spider_content.content
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public String getContent() {
|
|
|
return content;
|
|
|
@@ -543,7 +613,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @param content the value for spider_content.content
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public void setContent(String content) {
|
|
|
this.content = content;
|
|
|
@@ -555,7 +625,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @return the value of spider_content.ai_precision_result
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public String getAiPrecisionResult() {
|
|
|
return aiPrecisionResult;
|
|
|
@@ -567,7 +637,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @param aiPrecisionResult the value for spider_content.ai_precision_result
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public void setAiPrecisionResult(String aiPrecisionResult) {
|
|
|
this.aiPrecisionResult = aiPrecisionResult;
|
|
|
@@ -579,7 +649,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @return the value of spider_content.pq_improve_narration_script
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public String getPqImproveNarrationScript() {
|
|
|
return pqImproveNarrationScript;
|
|
|
@@ -591,7 +661,7 @@ public class SpiderContent {
|
|
|
*
|
|
|
* @param pqImproveNarrationScript the value for spider_content.pq_improve_narration_script
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
public void setPqImproveNarrationScript(String pqImproveNarrationScript) {
|
|
|
this.pqImproveNarrationScript = pqImproveNarrationScript;
|
|
|
@@ -601,7 +671,7 @@ public class SpiderContent {
|
|
|
* This method was generated by MyBatis Generator.
|
|
|
* This method corresponds to the database table spider_content
|
|
|
*
|
|
|
- * @mbg.generated Fri Oct 24 17:55:48 CST 2025
|
|
|
+ * @mbg.generated Wed Dec 03 11:30:54 CST 2025
|
|
|
*/
|
|
|
@Override
|
|
|
public String toString() {
|
|
|
@@ -621,6 +691,8 @@ public class SpiderContent {
|
|
|
sb.append(", aiPrecisionStatus=").append(aiPrecisionStatus);
|
|
|
sb.append(", pqImproveTitle=").append(pqImproveTitle);
|
|
|
sb.append(", keyword=").append(keyword);
|
|
|
+ sb.append(", imageSearchStatus=").append(imageSearchStatus);
|
|
|
+ sb.append(", videoSearchStatus=").append(videoSearchStatus);
|
|
|
sb.append(", createTime=").append(createTime);
|
|
|
sb.append(", updateTime=").append(updateTime);
|
|
|
sb.append(", content=").append(content);
|