supeng 1 kuukausi sitten
vanhempi
commit
cf06ba7770

+ 11 - 11
content-understanding-core/src/main/java/com/tzld/piaoquan/content/understanding/dao/mapper/CuPipelineMapper.java

@@ -10,7 +10,7 @@ public interface CuPipelineMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     long countByExample(CuPipelineExample example);
 
@@ -18,7 +18,7 @@ public interface CuPipelineMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int deleteByExample(CuPipelineExample example);
 
@@ -26,7 +26,7 @@ public interface CuPipelineMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int deleteByPrimaryKey(Long id);
 
@@ -34,7 +34,7 @@ public interface CuPipelineMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int insert(CuPipeline record);
 
@@ -42,7 +42,7 @@ public interface CuPipelineMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int insertSelective(CuPipeline record);
 
@@ -50,7 +50,7 @@ public interface CuPipelineMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     List<CuPipeline> selectByExample(CuPipelineExample example);
 
@@ -58,7 +58,7 @@ public interface CuPipelineMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     CuPipeline selectByPrimaryKey(Long id);
 
@@ -66,7 +66,7 @@ public interface CuPipelineMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int updateByExampleSelective(@Param("record") CuPipeline record, @Param("example") CuPipelineExample example);
 
@@ -74,7 +74,7 @@ public interface CuPipelineMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int updateByExample(@Param("record") CuPipeline record, @Param("example") CuPipelineExample example);
 
@@ -82,7 +82,7 @@ public interface CuPipelineMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int updateByPrimaryKeySelective(CuPipeline record);
 
@@ -90,7 +90,7 @@ public interface CuPipelineMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int updateByPrimaryKey(CuPipeline record);
 }

+ 11 - 11
content-understanding-core/src/main/java/com/tzld/piaoquan/content/understanding/dao/mapper/CuPipelineStepMapper.java

@@ -10,7 +10,7 @@ public interface CuPipelineStepMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     long countByExample(CuPipelineStepExample example);
 
@@ -18,7 +18,7 @@ public interface CuPipelineStepMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int deleteByExample(CuPipelineStepExample example);
 
@@ -26,7 +26,7 @@ public interface CuPipelineStepMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int deleteByPrimaryKey(Long id);
 
@@ -34,7 +34,7 @@ public interface CuPipelineStepMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int insert(CuPipelineStep record);
 
@@ -42,7 +42,7 @@ public interface CuPipelineStepMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int insertSelective(CuPipelineStep record);
 
@@ -50,7 +50,7 @@ public interface CuPipelineStepMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     List<CuPipelineStep> selectByExample(CuPipelineStepExample example);
 
@@ -58,7 +58,7 @@ public interface CuPipelineStepMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     CuPipelineStep selectByPrimaryKey(Long id);
 
@@ -66,7 +66,7 @@ public interface CuPipelineStepMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int updateByExampleSelective(@Param("record") CuPipelineStep record, @Param("example") CuPipelineStepExample example);
 
@@ -74,7 +74,7 @@ public interface CuPipelineStepMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int updateByExample(@Param("record") CuPipelineStep record, @Param("example") CuPipelineStepExample example);
 
@@ -82,7 +82,7 @@ public interface CuPipelineStepMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int updateByPrimaryKeySelective(CuPipelineStep record);
 
@@ -90,7 +90,7 @@ public interface CuPipelineStepMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int updateByPrimaryKey(CuPipelineStep record);
 }

+ 35 - 11
content-understanding-core/src/main/java/com/tzld/piaoquan/content/understanding/dao/mapper/CuPromptMapper.java

@@ -10,7 +10,7 @@ public interface CuPromptMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     long countByExample(CuPromptExample example);
 
@@ -18,7 +18,7 @@ public interface CuPromptMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int deleteByExample(CuPromptExample example);
 
@@ -26,7 +26,7 @@ public interface CuPromptMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int deleteByPrimaryKey(Long id);
 
@@ -34,7 +34,7 @@ public interface CuPromptMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int insert(CuPrompt record);
 
@@ -42,7 +42,7 @@ public interface CuPromptMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int insertSelective(CuPrompt record);
 
@@ -50,7 +50,15 @@ public interface CuPromptMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
+     */
+    List<CuPrompt> selectByExampleWithBLOBs(CuPromptExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table cu_prompt
+     *
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     List<CuPrompt> selectByExample(CuPromptExample example);
 
@@ -58,7 +66,7 @@ public interface CuPromptMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     CuPrompt selectByPrimaryKey(Long id);
 
@@ -66,7 +74,7 @@ public interface CuPromptMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int updateByExampleSelective(@Param("record") CuPrompt record, @Param("example") CuPromptExample example);
 
@@ -74,7 +82,15 @@ public interface CuPromptMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
+     */
+    int updateByExampleWithBLOBs(@Param("record") CuPrompt record, @Param("example") CuPromptExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table cu_prompt
+     *
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int updateByExample(@Param("record") CuPrompt record, @Param("example") CuPromptExample example);
 
@@ -82,7 +98,7 @@ public interface CuPromptMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int updateByPrimaryKeySelective(CuPrompt record);
 
@@ -90,7 +106,15 @@ public interface CuPromptMapper {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
+     */
+    int updateByPrimaryKeyWithBLOBs(CuPrompt record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table cu_prompt
+     *
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     int updateByPrimaryKey(CuPrompt record);
 }

+ 16 - 16
content-understanding-core/src/main/java/com/tzld/piaoquan/content/understanding/model/po/CuPipeline.java

@@ -15,7 +15,7 @@ public class CuPipeline {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database column cu_pipeline.id
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     private Long id;
 
@@ -26,7 +26,7 @@ public class CuPipeline {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database column cu_pipeline.name
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     private String name;
 
@@ -37,7 +37,7 @@ public class CuPipeline {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database column cu_pipeline.data_status
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     private Integer dataStatus;
 
@@ -48,7 +48,7 @@ public class CuPipeline {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database column cu_pipeline.create_time
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     private Date createTime;
 
@@ -59,7 +59,7 @@ public class CuPipeline {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database column cu_pipeline.update_time
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     private Date updateTime;
 
@@ -69,7 +69,7 @@ public class CuPipeline {
      *
      * @return the value of cu_pipeline.id
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public Long getId() {
         return id;
@@ -81,7 +81,7 @@ public class CuPipeline {
      *
      * @param id the value for cu_pipeline.id
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void setId(Long id) {
         this.id = id;
@@ -93,7 +93,7 @@ public class CuPipeline {
      *
      * @return the value of cu_pipeline.name
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public String getName() {
         return name;
@@ -105,7 +105,7 @@ public class CuPipeline {
      *
      * @param name the value for cu_pipeline.name
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void setName(String name) {
         this.name = name;
@@ -117,7 +117,7 @@ public class CuPipeline {
      *
      * @return the value of cu_pipeline.data_status
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public Integer getDataStatus() {
         return dataStatus;
@@ -129,7 +129,7 @@ public class CuPipeline {
      *
      * @param dataStatus the value for cu_pipeline.data_status
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void setDataStatus(Integer dataStatus) {
         this.dataStatus = dataStatus;
@@ -141,7 +141,7 @@ public class CuPipeline {
      *
      * @return the value of cu_pipeline.create_time
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public Date getCreateTime() {
         return createTime;
@@ -153,7 +153,7 @@ public class CuPipeline {
      *
      * @param createTime the value for cu_pipeline.create_time
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void setCreateTime(Date createTime) {
         this.createTime = createTime;
@@ -165,7 +165,7 @@ public class CuPipeline {
      *
      * @return the value of cu_pipeline.update_time
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public Date getUpdateTime() {
         return updateTime;
@@ -177,7 +177,7 @@ public class CuPipeline {
      *
      * @param updateTime the value for cu_pipeline.update_time
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void setUpdateTime(Date updateTime) {
         this.updateTime = updateTime;
@@ -187,7 +187,7 @@ public class CuPipeline {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     @Override
     public String toString() {

+ 17 - 17
content-understanding-core/src/main/java/com/tzld/piaoquan/content/understanding/model/po/CuPipelineExample.java

@@ -9,7 +9,7 @@ public class CuPipelineExample {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     protected String orderByClause;
 
@@ -17,7 +17,7 @@ public class CuPipelineExample {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     protected boolean distinct;
 
@@ -25,7 +25,7 @@ public class CuPipelineExample {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     protected List<Criteria> oredCriteria;
 
@@ -33,7 +33,7 @@ public class CuPipelineExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public CuPipelineExample() {
         oredCriteria = new ArrayList<Criteria>();
@@ -43,7 +43,7 @@ public class CuPipelineExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void setOrderByClause(String orderByClause) {
         this.orderByClause = orderByClause;
@@ -53,7 +53,7 @@ public class CuPipelineExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public String getOrderByClause() {
         return orderByClause;
@@ -63,7 +63,7 @@ public class CuPipelineExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void setDistinct(boolean distinct) {
         this.distinct = distinct;
@@ -73,7 +73,7 @@ public class CuPipelineExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public boolean isDistinct() {
         return distinct;
@@ -83,7 +83,7 @@ public class CuPipelineExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public List<Criteria> getOredCriteria() {
         return oredCriteria;
@@ -93,7 +93,7 @@ public class CuPipelineExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void or(Criteria criteria) {
         oredCriteria.add(criteria);
@@ -103,7 +103,7 @@ public class CuPipelineExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public Criteria or() {
         Criteria criteria = createCriteriaInternal();
@@ -115,7 +115,7 @@ public class CuPipelineExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public Criteria createCriteria() {
         Criteria criteria = createCriteriaInternal();
@@ -129,7 +129,7 @@ public class CuPipelineExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     protected Criteria createCriteriaInternal() {
         Criteria criteria = new Criteria();
@@ -140,7 +140,7 @@ public class CuPipelineExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void clear() {
         oredCriteria.clear();
@@ -152,7 +152,7 @@ public class CuPipelineExample {
      * This class was generated by MyBatis Generator.
      * This class corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     protected abstract static class GeneratedCriteria {
         protected List<Criterion> criteria;
@@ -510,7 +510,7 @@ public class CuPipelineExample {
      * This class was generated by MyBatis Generator.
      * This class corresponds to the database table cu_pipeline
      *
-     * @mbg.generated do_not_delete_during_merge Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated do_not_delete_during_merge Tue Mar 25 15:25:39 CST 2025
      */
     public static class Criteria extends GeneratedCriteria {
 
@@ -523,7 +523,7 @@ public class CuPipelineExample {
      * This class was generated by MyBatis Generator.
      * This class corresponds to the database table cu_pipeline
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public static class Criterion {
         private String condition;

+ 55 - 19
content-understanding-core/src/main/java/com/tzld/piaoquan/content/understanding/model/po/CuPipelineStep.java

@@ -15,7 +15,7 @@ public class CuPipelineStep {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database column cu_pipeline_step.id
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     private Long id;
 
@@ -26,7 +26,7 @@ public class CuPipelineStep {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database column cu_pipeline_step.parent_id
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     private Long parentId;
 
@@ -37,10 +37,21 @@ public class CuPipelineStep {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database column cu_pipeline_step.pipeline_id
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     private Long pipelineId;
 
+    /**
+     * Database Column Remarks:
+     *   执行动作:java bean name
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column cu_pipeline_step.action
+     *
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
+     */
+    private String action;
+
     /**
      * Database Column Remarks:
      *   prompt ID
@@ -48,7 +59,7 @@ public class CuPipelineStep {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database column cu_pipeline_step.prompt_id
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     private Long promptId;
 
@@ -59,7 +70,7 @@ public class CuPipelineStep {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database column cu_pipeline_step.create_time
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     private Date createTime;
 
@@ -70,7 +81,7 @@ public class CuPipelineStep {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database column cu_pipeline_step.update_time
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     private Date updateTime;
 
@@ -80,7 +91,7 @@ public class CuPipelineStep {
      *
      * @return the value of cu_pipeline_step.id
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public Long getId() {
         return id;
@@ -92,7 +103,7 @@ public class CuPipelineStep {
      *
      * @param id the value for cu_pipeline_step.id
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void setId(Long id) {
         this.id = id;
@@ -104,7 +115,7 @@ public class CuPipelineStep {
      *
      * @return the value of cu_pipeline_step.parent_id
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public Long getParentId() {
         return parentId;
@@ -116,7 +127,7 @@ public class CuPipelineStep {
      *
      * @param parentId the value for cu_pipeline_step.parent_id
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void setParentId(Long parentId) {
         this.parentId = parentId;
@@ -128,7 +139,7 @@ public class CuPipelineStep {
      *
      * @return the value of cu_pipeline_step.pipeline_id
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public Long getPipelineId() {
         return pipelineId;
@@ -140,19 +151,43 @@ public class CuPipelineStep {
      *
      * @param pipelineId the value for cu_pipeline_step.pipeline_id
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void setPipelineId(Long pipelineId) {
         this.pipelineId = pipelineId;
     }
 
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column cu_pipeline_step.action
+     *
+     * @return the value of cu_pipeline_step.action
+     *
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
+     */
+    public String getAction() {
+        return action;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column cu_pipeline_step.action
+     *
+     * @param action the value for cu_pipeline_step.action
+     *
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
+     */
+    public void setAction(String action) {
+        this.action = action;
+    }
+
     /**
      * This method was generated by MyBatis Generator.
      * This method returns the value of the database column cu_pipeline_step.prompt_id
      *
      * @return the value of cu_pipeline_step.prompt_id
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public Long getPromptId() {
         return promptId;
@@ -164,7 +199,7 @@ public class CuPipelineStep {
      *
      * @param promptId the value for cu_pipeline_step.prompt_id
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void setPromptId(Long promptId) {
         this.promptId = promptId;
@@ -176,7 +211,7 @@ public class CuPipelineStep {
      *
      * @return the value of cu_pipeline_step.create_time
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public Date getCreateTime() {
         return createTime;
@@ -188,7 +223,7 @@ public class CuPipelineStep {
      *
      * @param createTime the value for cu_pipeline_step.create_time
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void setCreateTime(Date createTime) {
         this.createTime = createTime;
@@ -200,7 +235,7 @@ public class CuPipelineStep {
      *
      * @return the value of cu_pipeline_step.update_time
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public Date getUpdateTime() {
         return updateTime;
@@ -212,7 +247,7 @@ public class CuPipelineStep {
      *
      * @param updateTime the value for cu_pipeline_step.update_time
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void setUpdateTime(Date updateTime) {
         this.updateTime = updateTime;
@@ -222,7 +257,7 @@ public class CuPipelineStep {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     @Override
     public String toString() {
@@ -233,6 +268,7 @@ public class CuPipelineStep {
         sb.append(", id=").append(id);
         sb.append(", parentId=").append(parentId);
         sb.append(", pipelineId=").append(pipelineId);
+        sb.append(", action=").append(action);
         sb.append(", promptId=").append(promptId);
         sb.append(", createTime=").append(createTime);
         sb.append(", updateTime=").append(updateTime);

+ 87 - 17
content-understanding-core/src/main/java/com/tzld/piaoquan/content/understanding/model/po/CuPipelineStepExample.java

@@ -9,7 +9,7 @@ public class CuPipelineStepExample {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     protected String orderByClause;
 
@@ -17,7 +17,7 @@ public class CuPipelineStepExample {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     protected boolean distinct;
 
@@ -25,7 +25,7 @@ public class CuPipelineStepExample {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     protected List<Criteria> oredCriteria;
 
@@ -33,7 +33,7 @@ public class CuPipelineStepExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public CuPipelineStepExample() {
         oredCriteria = new ArrayList<Criteria>();
@@ -43,7 +43,7 @@ public class CuPipelineStepExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void setOrderByClause(String orderByClause) {
         this.orderByClause = orderByClause;
@@ -53,7 +53,7 @@ public class CuPipelineStepExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public String getOrderByClause() {
         return orderByClause;
@@ -63,7 +63,7 @@ public class CuPipelineStepExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void setDistinct(boolean distinct) {
         this.distinct = distinct;
@@ -73,7 +73,7 @@ public class CuPipelineStepExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public boolean isDistinct() {
         return distinct;
@@ -83,7 +83,7 @@ public class CuPipelineStepExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public List<Criteria> getOredCriteria() {
         return oredCriteria;
@@ -93,7 +93,7 @@ public class CuPipelineStepExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void or(Criteria criteria) {
         oredCriteria.add(criteria);
@@ -103,7 +103,7 @@ public class CuPipelineStepExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public Criteria or() {
         Criteria criteria = createCriteriaInternal();
@@ -115,7 +115,7 @@ public class CuPipelineStepExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public Criteria createCriteria() {
         Criteria criteria = createCriteriaInternal();
@@ -129,7 +129,7 @@ public class CuPipelineStepExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     protected Criteria createCriteriaInternal() {
         Criteria criteria = new Criteria();
@@ -140,7 +140,7 @@ public class CuPipelineStepExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void clear() {
         oredCriteria.clear();
@@ -152,7 +152,7 @@ public class CuPipelineStepExample {
      * This class was generated by MyBatis Generator.
      * This class corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     protected abstract static class GeneratedCriteria {
         protected List<Criterion> criteria;
@@ -375,6 +375,76 @@ public class CuPipelineStepExample {
             return (Criteria) this;
         }
 
+        public Criteria andActionIsNull() {
+            addCriterion("`action` is null");
+            return (Criteria) this;
+        }
+
+        public Criteria andActionIsNotNull() {
+            addCriterion("`action` is not null");
+            return (Criteria) this;
+        }
+
+        public Criteria andActionEqualTo(String value) {
+            addCriterion("`action` =", value, "action");
+            return (Criteria) this;
+        }
+
+        public Criteria andActionNotEqualTo(String value) {
+            addCriterion("`action` <>", value, "action");
+            return (Criteria) this;
+        }
+
+        public Criteria andActionGreaterThan(String value) {
+            addCriterion("`action` >", value, "action");
+            return (Criteria) this;
+        }
+
+        public Criteria andActionGreaterThanOrEqualTo(String value) {
+            addCriterion("`action` >=", value, "action");
+            return (Criteria) this;
+        }
+
+        public Criteria andActionLessThan(String value) {
+            addCriterion("`action` <", value, "action");
+            return (Criteria) this;
+        }
+
+        public Criteria andActionLessThanOrEqualTo(String value) {
+            addCriterion("`action` <=", value, "action");
+            return (Criteria) this;
+        }
+
+        public Criteria andActionLike(String value) {
+            addCriterion("`action` like", value, "action");
+            return (Criteria) this;
+        }
+
+        public Criteria andActionNotLike(String value) {
+            addCriterion("`action` not like", value, "action");
+            return (Criteria) this;
+        }
+
+        public Criteria andActionIn(List<String> values) {
+            addCriterion("`action` in", values, "action");
+            return (Criteria) this;
+        }
+
+        public Criteria andActionNotIn(List<String> values) {
+            addCriterion("`action` not in", values, "action");
+            return (Criteria) this;
+        }
+
+        public Criteria andActionBetween(String value1, String value2) {
+            addCriterion("`action` between", value1, value2, "action");
+            return (Criteria) this;
+        }
+
+        public Criteria andActionNotBetween(String value1, String value2) {
+            addCriterion("`action` not between", value1, value2, "action");
+            return (Criteria) this;
+        }
+
         public Criteria andPromptIdIsNull() {
             addCriterion("prompt_id is null");
             return (Criteria) this;
@@ -560,7 +630,7 @@ public class CuPipelineStepExample {
      * This class was generated by MyBatis Generator.
      * This class corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated do_not_delete_during_merge Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated do_not_delete_during_merge Tue Mar 25 15:25:39 CST 2025
      */
     public static class Criteria extends GeneratedCriteria {
 
@@ -573,7 +643,7 @@ public class CuPipelineStepExample {
      * This class was generated by MyBatis Generator.
      * This class corresponds to the database table cu_pipeline_step
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public static class Criterion {
         private String condition;

+ 49 - 13
content-understanding-core/src/main/java/com/tzld/piaoquan/content/understanding/model/po/CuPrompt.java

@@ -15,7 +15,7 @@ public class CuPrompt {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database column cu_prompt.id
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     private Long id;
 
@@ -26,7 +26,7 @@ public class CuPrompt {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database column cu_prompt.name
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     private String name;
 
@@ -37,7 +37,7 @@ public class CuPrompt {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database column cu_prompt.create_time
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     private Date createTime;
 
@@ -48,17 +48,28 @@ public class CuPrompt {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database column cu_prompt.update_time
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     private Date updateTime;
 
+    /**
+     * Database Column Remarks:
+     *   prompt
+     *
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column cu_prompt.prompt
+     *
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
+     */
+    private String prompt;
+
     /**
      * This method was generated by MyBatis Generator.
      * This method returns the value of the database column cu_prompt.id
      *
      * @return the value of cu_prompt.id
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public Long getId() {
         return id;
@@ -70,7 +81,7 @@ public class CuPrompt {
      *
      * @param id the value for cu_prompt.id
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void setId(Long id) {
         this.id = id;
@@ -82,7 +93,7 @@ public class CuPrompt {
      *
      * @return the value of cu_prompt.name
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public String getName() {
         return name;
@@ -94,7 +105,7 @@ public class CuPrompt {
      *
      * @param name the value for cu_prompt.name
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void setName(String name) {
         this.name = name;
@@ -106,7 +117,7 @@ public class CuPrompt {
      *
      * @return the value of cu_prompt.create_time
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public Date getCreateTime() {
         return createTime;
@@ -118,7 +129,7 @@ public class CuPrompt {
      *
      * @param createTime the value for cu_prompt.create_time
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void setCreateTime(Date createTime) {
         this.createTime = createTime;
@@ -130,7 +141,7 @@ public class CuPrompt {
      *
      * @return the value of cu_prompt.update_time
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public Date getUpdateTime() {
         return updateTime;
@@ -142,17 +153,41 @@ public class CuPrompt {
      *
      * @param updateTime the value for cu_prompt.update_time
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void setUpdateTime(Date updateTime) {
         this.updateTime = updateTime;
     }
 
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column cu_prompt.prompt
+     *
+     * @return the value of cu_prompt.prompt
+     *
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
+     */
+    public String getPrompt() {
+        return prompt;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column cu_prompt.prompt
+     *
+     * @param prompt the value for cu_prompt.prompt
+     *
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
+     */
+    public void setPrompt(String prompt) {
+        this.prompt = prompt;
+    }
+
     /**
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     @Override
     public String toString() {
@@ -164,6 +199,7 @@ public class CuPrompt {
         sb.append(", name=").append(name);
         sb.append(", createTime=").append(createTime);
         sb.append(", updateTime=").append(updateTime);
+        sb.append(", prompt=").append(prompt);
         sb.append("]");
         return sb.toString();
     }

+ 17 - 17
content-understanding-core/src/main/java/com/tzld/piaoquan/content/understanding/model/po/CuPromptExample.java

@@ -9,7 +9,7 @@ public class CuPromptExample {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     protected String orderByClause;
 
@@ -17,7 +17,7 @@ public class CuPromptExample {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     protected boolean distinct;
 
@@ -25,7 +25,7 @@ public class CuPromptExample {
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     protected List<Criteria> oredCriteria;
 
@@ -33,7 +33,7 @@ public class CuPromptExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public CuPromptExample() {
         oredCriteria = new ArrayList<Criteria>();
@@ -43,7 +43,7 @@ public class CuPromptExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void setOrderByClause(String orderByClause) {
         this.orderByClause = orderByClause;
@@ -53,7 +53,7 @@ public class CuPromptExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public String getOrderByClause() {
         return orderByClause;
@@ -63,7 +63,7 @@ public class CuPromptExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void setDistinct(boolean distinct) {
         this.distinct = distinct;
@@ -73,7 +73,7 @@ public class CuPromptExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public boolean isDistinct() {
         return distinct;
@@ -83,7 +83,7 @@ public class CuPromptExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public List<Criteria> getOredCriteria() {
         return oredCriteria;
@@ -93,7 +93,7 @@ public class CuPromptExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void or(Criteria criteria) {
         oredCriteria.add(criteria);
@@ -103,7 +103,7 @@ public class CuPromptExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public Criteria or() {
         Criteria criteria = createCriteriaInternal();
@@ -115,7 +115,7 @@ public class CuPromptExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public Criteria createCriteria() {
         Criteria criteria = createCriteriaInternal();
@@ -129,7 +129,7 @@ public class CuPromptExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     protected Criteria createCriteriaInternal() {
         Criteria criteria = new Criteria();
@@ -140,7 +140,7 @@ public class CuPromptExample {
      * This method was generated by MyBatis Generator.
      * This method corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public void clear() {
         oredCriteria.clear();
@@ -152,7 +152,7 @@ public class CuPromptExample {
      * This class was generated by MyBatis Generator.
      * This class corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     protected abstract static class GeneratedCriteria {
         protected List<Criterion> criteria;
@@ -450,7 +450,7 @@ public class CuPromptExample {
      * This class was generated by MyBatis Generator.
      * This class corresponds to the database table cu_prompt
      *
-     * @mbg.generated do_not_delete_during_merge Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated do_not_delete_during_merge Tue Mar 25 15:25:39 CST 2025
      */
     public static class Criteria extends GeneratedCriteria {
 
@@ -463,7 +463,7 @@ public class CuPromptExample {
      * This class was generated by MyBatis Generator.
      * This class corresponds to the database table cu_prompt
      *
-     * @mbg.generated Mon Mar 24 21:56:13 CST 2025
+     * @mbg.generated Tue Mar 25 15:25:39 CST 2025
      */
     public static class Criterion {
         private String condition;

+ 15 - 15
content-understanding-core/src/main/resources/mapper/CuPipelineMapper.xml

@@ -5,7 +5,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     <id column="id" jdbcType="BIGINT" property="id" />
     <result column="name" jdbcType="VARCHAR" property="name" />
@@ -17,7 +17,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     <where>
       <foreach collection="oredCriteria" item="criteria" separator="or">
@@ -51,7 +51,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     <where>
       <foreach collection="example.oredCriteria" item="criteria" separator="or">
@@ -85,7 +85,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     id, `name`, data_status, create_time, update_time
   </sql>
@@ -93,7 +93,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     select
     <if test="distinct">
@@ -112,7 +112,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     select 
     <include refid="Base_Column_List" />
@@ -123,7 +123,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     delete from cu_pipeline
     where id = #{id,jdbcType=BIGINT}
@@ -132,7 +132,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     delete from cu_pipeline
     <if test="_parameter != null">
@@ -143,7 +143,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     insert into cu_pipeline (id, `name`, data_status, 
       create_time, update_time)
@@ -154,7 +154,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     insert into cu_pipeline
     <trim prefix="(" suffix=")" suffixOverrides=",">
@@ -196,7 +196,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     select count(*) from cu_pipeline
     <if test="_parameter != null">
@@ -207,7 +207,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     update cu_pipeline
     <set>
@@ -235,7 +235,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     update cu_pipeline
     set id = #{record.id,jdbcType=BIGINT},
@@ -251,7 +251,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     update cu_pipeline
     <set>
@@ -274,7 +274,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     update cu_pipeline
     set `name` = #{name,jdbcType=VARCHAR},

+ 35 - 20
content-understanding-core/src/main/resources/mapper/CuPipelineStepMapper.xml

@@ -5,11 +5,12 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     <id column="id" jdbcType="BIGINT" property="id" />
     <result column="parent_id" jdbcType="BIGINT" property="parentId" />
     <result column="pipeline_id" jdbcType="BIGINT" property="pipelineId" />
+    <result column="action" jdbcType="VARCHAR" property="action" />
     <result column="prompt_id" jdbcType="BIGINT" property="promptId" />
     <result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
     <result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
@@ -18,7 +19,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     <where>
       <foreach collection="oredCriteria" item="criteria" separator="or">
@@ -52,7 +53,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     <where>
       <foreach collection="example.oredCriteria" item="criteria" separator="or">
@@ -86,15 +87,15 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
-    id, parent_id, pipeline_id, prompt_id, create_time, update_time
+    id, parent_id, pipeline_id, `action`, prompt_id, create_time, update_time
   </sql>
   <select id="selectByExample" parameterType="com.tzld.piaoquan.content.understanding.model.po.CuPipelineStepExample" resultMap="BaseResultMap">
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     select
     <if test="distinct">
@@ -113,7 +114,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     select 
     <include refid="Base_Column_List" />
@@ -124,7 +125,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     delete from cu_pipeline_step
     where id = #{id,jdbcType=BIGINT}
@@ -133,7 +134,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     delete from cu_pipeline_step
     <if test="_parameter != null">
@@ -144,20 +145,20 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     insert into cu_pipeline_step (id, parent_id, pipeline_id, 
-      prompt_id, create_time, update_time
-      )
+      `action`, prompt_id, create_time, 
+      update_time)
     values (#{id,jdbcType=BIGINT}, #{parentId,jdbcType=BIGINT}, #{pipelineId,jdbcType=BIGINT}, 
-      #{promptId,jdbcType=BIGINT}, #{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP}
-      )
+      #{action,jdbcType=VARCHAR}, #{promptId,jdbcType=BIGINT}, #{createTime,jdbcType=TIMESTAMP}, 
+      #{updateTime,jdbcType=TIMESTAMP})
   </insert>
   <insert id="insertSelective" parameterType="com.tzld.piaoquan.content.understanding.model.po.CuPipelineStep">
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     insert into cu_pipeline_step
     <trim prefix="(" suffix=")" suffixOverrides=",">
@@ -170,6 +171,9 @@
       <if test="pipelineId != null">
         pipeline_id,
       </if>
+      <if test="action != null">
+        `action`,
+      </if>
       <if test="promptId != null">
         prompt_id,
       </if>
@@ -190,6 +194,9 @@
       <if test="pipelineId != null">
         #{pipelineId,jdbcType=BIGINT},
       </if>
+      <if test="action != null">
+        #{action,jdbcType=VARCHAR},
+      </if>
       <if test="promptId != null">
         #{promptId,jdbcType=BIGINT},
       </if>
@@ -205,7 +212,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     select count(*) from cu_pipeline_step
     <if test="_parameter != null">
@@ -216,7 +223,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     update cu_pipeline_step
     <set>
@@ -229,6 +236,9 @@
       <if test="record.pipelineId != null">
         pipeline_id = #{record.pipelineId,jdbcType=BIGINT},
       </if>
+      <if test="record.action != null">
+        `action` = #{record.action,jdbcType=VARCHAR},
+      </if>
       <if test="record.promptId != null">
         prompt_id = #{record.promptId,jdbcType=BIGINT},
       </if>
@@ -247,12 +257,13 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     update cu_pipeline_step
     set id = #{record.id,jdbcType=BIGINT},
       parent_id = #{record.parentId,jdbcType=BIGINT},
       pipeline_id = #{record.pipelineId,jdbcType=BIGINT},
+      `action` = #{record.action,jdbcType=VARCHAR},
       prompt_id = #{record.promptId,jdbcType=BIGINT},
       create_time = #{record.createTime,jdbcType=TIMESTAMP},
       update_time = #{record.updateTime,jdbcType=TIMESTAMP}
@@ -264,7 +275,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     update cu_pipeline_step
     <set>
@@ -274,6 +285,9 @@
       <if test="pipelineId != null">
         pipeline_id = #{pipelineId,jdbcType=BIGINT},
       </if>
+      <if test="action != null">
+        `action` = #{action,jdbcType=VARCHAR},
+      </if>
       <if test="promptId != null">
         prompt_id = #{promptId,jdbcType=BIGINT},
       </if>
@@ -290,11 +304,12 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     update cu_pipeline_step
     set parent_id = #{parentId,jdbcType=BIGINT},
       pipeline_id = #{pipelineId,jdbcType=BIGINT},
+      `action` = #{action,jdbcType=VARCHAR},
       prompt_id = #{promptId,jdbcType=BIGINT},
       create_time = #{createTime,jdbcType=TIMESTAMP},
       update_time = #{updateTime,jdbcType=TIMESTAMP}

+ 98 - 18
content-understanding-core/src/main/resources/mapper/CuPromptMapper.xml

@@ -5,18 +5,26 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     <id column="id" jdbcType="BIGINT" property="id" />
     <result column="name" jdbcType="VARCHAR" property="name" />
     <result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
     <result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
   </resultMap>
+  <resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.tzld.piaoquan.content.understanding.model.po.CuPrompt">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
+    -->
+    <result column="prompt" jdbcType="LONGVARCHAR" property="prompt" />
+  </resultMap>
   <sql id="Example_Where_Clause">
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     <where>
       <foreach collection="oredCriteria" item="criteria" separator="or">
@@ -50,7 +58,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     <where>
       <foreach collection="example.oredCriteria" item="criteria" separator="or">
@@ -84,15 +92,44 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     id, `name`, create_time, update_time
   </sql>
+  <sql id="Blob_Column_List">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
+    -->
+    prompt
+  </sql>
+  <select id="selectByExampleWithBLOBs" parameterType="com.tzld.piaoquan.content.understanding.model.po.CuPromptExample" resultMap="ResultMapWithBLOBs">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
+    -->
+    select
+    <if test="distinct">
+      distinct
+    </if>
+    <include refid="Base_Column_List" />
+    ,
+    <include refid="Blob_Column_List" />
+    from cu_prompt
+    <if test="_parameter != null">
+      <include refid="Example_Where_Clause" />
+    </if>
+    <if test="orderByClause != null">
+      order by ${orderByClause}
+    </if>
+  </select>
   <select id="selectByExample" parameterType="com.tzld.piaoquan.content.understanding.model.po.CuPromptExample" resultMap="BaseResultMap">
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     select
     <if test="distinct">
@@ -107,14 +144,16 @@
       order by ${orderByClause}
     </if>
   </select>
-  <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
+  <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="ResultMapWithBLOBs">
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     select 
     <include refid="Base_Column_List" />
+    ,
+    <include refid="Blob_Column_List" />
     from cu_prompt
     where id = #{id,jdbcType=BIGINT}
   </select>
@@ -122,7 +161,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     delete from cu_prompt
     where id = #{id,jdbcType=BIGINT}
@@ -131,7 +170,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     delete from cu_prompt
     <if test="_parameter != null">
@@ -142,18 +181,18 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     insert into cu_prompt (id, `name`, create_time, 
-      update_time)
+      update_time, prompt)
     values (#{id,jdbcType=BIGINT}, #{name,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, 
-      #{updateTime,jdbcType=TIMESTAMP})
+      #{updateTime,jdbcType=TIMESTAMP}, #{prompt,jdbcType=LONGVARCHAR})
   </insert>
   <insert id="insertSelective" parameterType="com.tzld.piaoquan.content.understanding.model.po.CuPrompt">
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     insert into cu_prompt
     <trim prefix="(" suffix=")" suffixOverrides=",">
@@ -169,6 +208,9 @@
       <if test="updateTime != null">
         update_time,
       </if>
+      <if test="prompt != null">
+        prompt,
+      </if>
     </trim>
     <trim prefix="values (" suffix=")" suffixOverrides=",">
       <if test="id != null">
@@ -183,13 +225,16 @@
       <if test="updateTime != null">
         #{updateTime,jdbcType=TIMESTAMP},
       </if>
+      <if test="prompt != null">
+        #{prompt,jdbcType=LONGVARCHAR},
+      </if>
     </trim>
   </insert>
   <select id="countByExample" parameterType="com.tzld.piaoquan.content.understanding.model.po.CuPromptExample" resultType="java.lang.Long">
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     select count(*) from cu_prompt
     <if test="_parameter != null">
@@ -200,7 +245,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     update cu_prompt
     <set>
@@ -216,16 +261,35 @@
       <if test="record.updateTime != null">
         update_time = #{record.updateTime,jdbcType=TIMESTAMP},
       </if>
+      <if test="record.prompt != null">
+        prompt = #{record.prompt,jdbcType=LONGVARCHAR},
+      </if>
     </set>
     <if test="_parameter != null">
       <include refid="Update_By_Example_Where_Clause" />
     </if>
   </update>
+  <update id="updateByExampleWithBLOBs" parameterType="map">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
+    -->
+    update cu_prompt
+    set id = #{record.id,jdbcType=BIGINT},
+      `name` = #{record.name,jdbcType=VARCHAR},
+      create_time = #{record.createTime,jdbcType=TIMESTAMP},
+      update_time = #{record.updateTime,jdbcType=TIMESTAMP},
+      prompt = #{record.prompt,jdbcType=LONGVARCHAR}
+    <if test="_parameter != null">
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
   <update id="updateByExample" parameterType="map">
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     update cu_prompt
     set id = #{record.id,jdbcType=BIGINT},
@@ -240,7 +304,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     update cu_prompt
     <set>
@@ -253,14 +317,30 @@
       <if test="updateTime != null">
         update_time = #{updateTime,jdbcType=TIMESTAMP},
       </if>
+      <if test="prompt != null">
+        prompt = #{prompt,jdbcType=LONGVARCHAR},
+      </if>
     </set>
     where id = #{id,jdbcType=BIGINT}
   </update>
+  <update id="updateByPrimaryKeyWithBLOBs" parameterType="com.tzld.piaoquan.content.understanding.model.po.CuPrompt">
+    <!--
+      WARNING - @mbg.generated
+      This element is automatically generated by MyBatis Generator, do not modify.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
+    -->
+    update cu_prompt
+    set `name` = #{name,jdbcType=VARCHAR},
+      create_time = #{createTime,jdbcType=TIMESTAMP},
+      update_time = #{updateTime,jdbcType=TIMESTAMP},
+      prompt = #{prompt,jdbcType=LONGVARCHAR}
+    where id = #{id,jdbcType=BIGINT}
+  </update>
   <update id="updateByPrimaryKey" parameterType="com.tzld.piaoquan.content.understanding.model.po.CuPrompt">
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Mon Mar 24 21:56:13 CST 2025.
+      This element was generated on Tue Mar 25 15:25:39 CST 2025.
     -->
     update cu_prompt
     set `name` = #{name,jdbcType=VARCHAR},