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