no message
							parent
							
								
									20bef3c937
								
							
						
					
					
						commit
						e81445d000
					
				| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
package org.jeecg.common.exception;
 | 
					package org.jeecg.common.exception;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: jeecg-boot自定义401异常
 | 
					 * @Description: zhongyou-boot自定义401异常
 | 
				
			||||||
 * @author: zhongyou
 | 
					 * @author: zhongyou
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
public class JeecgBoot401Exception extends RuntimeException {
 | 
					public class JeecgBoot401Exception extends RuntimeException {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,7 +3,7 @@ package org.jeecg.common.exception;
 | 
				
			||||||
import org.jeecg.common.constant.CommonConstant;
 | 
					import org.jeecg.common.constant.CommonConstant;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: jeecg-boot自定义异常
 | 
					 * @Description: zhongyou-boot自定义异常
 | 
				
			||||||
 * @author: zhongyou
 | 
					 * @author: zhongyou
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
public class JeecgBootException extends RuntimeException {
 | 
					public class JeecgBootException extends RuntimeException {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
package org.jeecg.common.exception;
 | 
					package org.jeecg.common.exception;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: jeecg-boot自定义SQL注入异常
 | 
					 * @Description: zhongyou-boot自定义SQL注入异常
 | 
				
			||||||
 * @author: zhongyou
 | 
					 * @author: zhongyou
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
public class JeecgSqlInjectionException extends RuntimeException {
 | 
					public class JeecgSqlInjectionException extends RuntimeException {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,7 +8,7 @@ import java.util.Map;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * for [QQYUN-13565]【AI助手】新增创建用户和查询用户的工具扩展
 | 
					 * for [QQYUN-13565]【AI助手】新增创建用户和查询用户的工具扩展
 | 
				
			||||||
 * @Description: jeecg llm工具提供者
 | 
					 * @Description: zhongyou llm工具提供者
 | 
				
			||||||
 * @Author: chenrui
 | 
					 * @Author: chenrui
 | 
				
			||||||
 * @Date: 2025/8/26 18:06
 | 
					 * @Date: 2025/8/26 18:06
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -13,7 +13,7 @@ import jakarta.annotation.Resource;
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * 服务端提供方——feign接口
 | 
					 * 服务端提供方——feign接口
 | 
				
			||||||
 * 【提供给system-start调用测试,看feign是否畅通】
 | 
					 * 【提供给system-start调用测试,看feign是否畅通】
 | 
				
			||||||
 * @author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@Slf4j
 | 
					@Slf4j
 | 
				
			||||||
@RestController
 | 
					@RestController
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -4,7 +4,7 @@ import org.jeecg.common.api.vo.Result;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: JcloudDemoService接口
 | 
					 * @Description: JcloudDemoService接口
 | 
				
			||||||
 * @author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
public interface JcloudDemoService {
 | 
					public interface JcloudDemoService {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,7 +6,7 @@ import org.springframework.stereotype.Service;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: JcloudDemoServiceImpl实现类
 | 
					 * @Description: JcloudDemoServiceImpl实现类
 | 
				
			||||||
 * @author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@Service
 | 
					@Service
 | 
				
			||||||
public class JcloudDemoServiceImpl implements JcloudDemoService {
 | 
					public class JcloudDemoServiceImpl implements JcloudDemoService {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -19,7 +19,7 @@ import java.util.Map;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: MockController
 | 
					 * @Description: MockController
 | 
				
			||||||
 * @author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@RestController
 | 
					@RestController
 | 
				
			||||||
@RequestMapping("/mock/api")
 | 
					@RequestMapping("/mock/api")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -26,7 +26,7 @@ import java.util.*;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: VxeMockController
 | 
					 * @Description: VxeMockController
 | 
				
			||||||
 * @author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@RestController
 | 
					@RestController
 | 
				
			||||||
@RequestMapping("/mock/vxe")
 | 
					@RequestMapping("/mock/vxe")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -4,7 +4,7 @@ import lombok.Data;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * 模拟实体
 | 
					 * 模拟实体
 | 
				
			||||||
 * @author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@Data
 | 
					@Data
 | 
				
			||||||
public class MockEntity {
 | 
					public class MockEntity {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -18,7 +18,7 @@ import java.util.Map;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * vxe WebSocket,用于实现实时无痕刷新的功能
 | 
					 * vxe WebSocket,用于实现实时无痕刷新的功能
 | 
				
			||||||
 * @author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@Slf4j
 | 
					@Slf4j
 | 
				
			||||||
@Component
 | 
					@Component
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -38,7 +38,7 @@ import java.util.List;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: 单表示例
 | 
					 * @Description: 单表示例
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:2018-12-29
 | 
					 * @Date:2018-12-29
 | 
				
			||||||
 * @Version:V2.0
 | 
					 * @Version:V2.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -51,7 +51,7 @@ import lombok.extern.slf4j.Slf4j;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: 一对多示例(JEditableTable行编辑)
 | 
					 * @Description: 一对多示例(JEditableTable行编辑)
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:2019-02-15
 | 
					 * @Date:2019-02-15
 | 
				
			||||||
 * @Version: V2.0
 | 
					 * @Version: V2.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -43,7 +43,7 @@ import lombok.extern.slf4j.Slf4j;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 /**
 | 
					 /**
 | 
				
			||||||
 * @Description: 流程测试
 | 
					 * @Description: 流程测试
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:   2019-05-14
 | 
					 * @Date:   2019-05-14
 | 
				
			||||||
 * @Version: V1.0
 | 
					 * @Version: V1.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -17,8 +17,8 @@ import lombok.EqualsAndHashCode;
 | 
				
			||||||
import lombok.experimental.Accessors;
 | 
					import lombok.experimental.Accessors;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: jeecg 测试demo 
 | 
					 * @Description: zhongyou 测试demo 
 | 
				
			||||||
 * @Author: jeecg-boot 
 | 
					 * @author: zhongyou 
 | 
				
			||||||
 * @Date:	2018-12-29 
 | 
					 * @Date:	2018-12-29 
 | 
				
			||||||
 * @Version:V1.0
 | 
					 * @Version:V1.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -12,7 +12,7 @@ import org.springframework.format.annotation.DateTimeFormat;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: 订单客户
 | 
					 * @Description: 订单客户
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:  2019-02-15
 | 
					 * @Date:  2019-02-15
 | 
				
			||||||
 * @Version: V1.0
 | 
					 * @Version: V1.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -11,7 +11,7 @@ import org.springframework.format.annotation.DateTimeFormat;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: 订单
 | 
					 * @Description: 订单
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:  2019-02-15
 | 
					 * @Date:  2019-02-15
 | 
				
			||||||
 * @Version: V1.0
 | 
					 * @Version: V1.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -11,7 +11,7 @@ import org.springframework.format.annotation.DateTimeFormat;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: 订单机票
 | 
					 * @Description: 订单机票
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:  2019-02-15
 | 
					 * @Date:  2019-02-15
 | 
				
			||||||
 * @Version: V1.0
 | 
					 * @Version: V1.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -14,7 +14,7 @@ import lombok.Data;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: 流程测试
 | 
					 * @Description: 流程测试
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:   2019-05-14
 | 
					 * @Date:   2019-05-14
 | 
				
			||||||
 * @Version: V1.0
 | 
					 * @Version: V1.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -10,8 +10,8 @@ import com.baomidou.mybatisplus.core.metadata.IPage;
 | 
				
			||||||
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
 | 
					import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: jeecg 测试demo
 | 
					 * @Description: zhongyou 测试demo
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:  2018-12-29
 | 
					 * @Date:  2018-12-29
 | 
				
			||||||
 * @Version: V1.0
 | 
					 * @Version: V1.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -10,7 +10,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: 订单客户
 | 
					 * @Description: 订单客户
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:  2019-02-15
 | 
					 * @Date:  2019-02-15
 | 
				
			||||||
 * @Version: V1.0
 | 
					 * @Version: V1.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: 订单
 | 
					 * @Description: 订单
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:  2019-02-15
 | 
					 * @Date:  2019-02-15
 | 
				
			||||||
 * @Version: V1.0
 | 
					 * @Version: V1.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: 订单机票
 | 
					 * @Description: 订单机票
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:  2019-02-15
 | 
					 * @Date:  2019-02-15
 | 
				
			||||||
 * @Version: V1.0
 | 
					 * @Version: V1.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,7 +6,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: 流程测试
 | 
					 * @Description: 流程测试
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:   2019-05-14
 | 
					 * @Date:   2019-05-14
 | 
				
			||||||
 * @Version: V1.0
 | 
					 * @Version: V1.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,8 +8,8 @@ import com.baomidou.mybatisplus.core.metadata.IPage;
 | 
				
			||||||
import java.util.List;
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: jeecg 测试demo
 | 
					 * @Description: zhongyou 测试demo
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:  2018-12-29
 | 
					 * @Date:  2018-12-29
 | 
				
			||||||
 * @Version: V1.0
 | 
					 * @Version: V1.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.extension.service.IService;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: 订单客户
 | 
					 * @Description: 订单客户
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:  2019-02-15
 | 
					 * @Date:  2019-02-15
 | 
				
			||||||
 * @Version: V1.0
 | 
					 * @Version: V1.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -12,7 +12,7 @@ import com.baomidou.mybatisplus.extension.service.IService;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: 订单
 | 
					 * @Description: 订单
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:  2019-02-15
 | 
					 * @Date:  2019-02-15
 | 
				
			||||||
 * @Version: V1.0
 | 
					 * @Version: V1.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.extension.service.IService;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: 订单机票
 | 
					 * @Description: 订单机票
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:  2019-02-15
 | 
					 * @Date:  2019-02-15
 | 
				
			||||||
 * @Version: V1.0
 | 
					 * @Version: V1.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,7 +6,7 @@ import com.baomidou.mybatisplus.extension.service.IService;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: 流程测试
 | 
					 * @Description: 流程测试
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:   2019-05-14
 | 
					 * @Date:   2019-05-14
 | 
				
			||||||
 * @Version: V1.0
 | 
					 * @Version: V1.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -21,8 +21,8 @@ import java.util.Arrays;
 | 
				
			||||||
import java.util.List;
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: jeecg 测试demo
 | 
					 * @Description: zhongyou 测试demo
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:  2018-12-29
 | 
					 * @Date:  2018-12-29
 | 
				
			||||||
 * @Version: V1.0
 | 
					 * @Version: V1.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -12,7 +12,7 @@ import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: 订单客户
 | 
					 * @Description: 订单客户
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:  2019-02-15
 | 
					 * @Date:  2019-02-15
 | 
				
			||||||
 * @Version: V1.0
 | 
					 * @Version: V1.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -20,7 +20,7 @@ import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: 订单
 | 
					 * @Description: 订单
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:  2019-02-15
 | 
					 * @Date:  2019-02-15
 | 
				
			||||||
 * @Version: V1.0
 | 
					 * @Version: V1.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -12,7 +12,7 @@ import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: 订单机票
 | 
					 * @Description: 订单机票
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:  2019-02-15
 | 
					 * @Date:  2019-02-15
 | 
				
			||||||
 * @Version: V1.0
 | 
					 * @Version: V1.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: 流程测试
 | 
					 * @Description: 流程测试
 | 
				
			||||||
 * @Author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 * @Date:   2019-05-14
 | 
					 * @Date:   2019-05-14
 | 
				
			||||||
 * @Version: V1.0
 | 
					 * @Version: V1.0
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -11,7 +11,7 @@ import lombok.Data;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: 一对多示例
 | 
					 * @Description: 一对多示例
 | 
				
			||||||
 * @author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@Data
 | 
					@Data
 | 
				
			||||||
public class JeecgOrderMainPage {
 | 
					public class JeecgOrderMainPage {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -26,7 +26,7 @@ import java.util.*;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @Description: DlMockController
 | 
					 * @Description: DlMockController
 | 
				
			||||||
 * @author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@Slf4j
 | 
					@Slf4j
 | 
				
			||||||
@RestController
 | 
					@RestController
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -4,7 +4,7 @@ import lombok.Data;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * 模拟实体
 | 
					 * 模拟实体
 | 
				
			||||||
 * @author: jeecg-boot
 | 
					 * @author: zhongyou
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@Data
 | 
					@Data
 | 
				
			||||||
public class MockEntity {
 | 
					public class MockEntity {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -32,7 +32,7 @@ import java.util.Map;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * for [QQYUN-13565]【AI助手】新增创建用户和查询用户的工具扩展
 | 
					 * for [QQYUN-13565]【AI助手】新增创建用户和查询用户的工具扩展
 | 
				
			||||||
 * @Description: jeecg llm工具提供者
 | 
					 * @Description: zhongyou llm工具提供者
 | 
				
			||||||
 * @Author: chenrui
 | 
					 * @Author: chenrui
 | 
				
			||||||
 * @Date: 2025/8/26 18:06
 | 
					 * @Date: 2025/8/26 18:06
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue