no message

main
HUOJIN\92525 2025-10-17 09:49:21 +08:00
parent 20bef3c937
commit e81445d000
38 changed files with 42 additions and 42 deletions

View File

@ -1,7 +1,7 @@
package org.jeecg.common.exception;
/**
* @Description: jeecg-boot401
* @Description: zhongyou-boot401
* @author: zhongyou
*/
public class JeecgBoot401Exception extends RuntimeException {

View File

@ -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 {

View File

@ -1,7 +1,7 @@
package org.jeecg.common.exception;
/**
* @Description: jeecg-bootSQL
* @Description: zhongyou-bootSQL
* @author: zhongyou
*/
public class JeecgSqlInjectionException extends RuntimeException {

View File

@ -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
*/

View File

@ -13,7 +13,7 @@ import jakarta.annotation.Resource;
/**
* feign
* system-startfeign
* @author: jeecg-boot
* @author: zhongyou
*/
@Slf4j
@RestController

View File

@ -4,7 +4,7 @@ import org.jeecg.common.api.vo.Result;
/**
* @Description: JcloudDemoService
* @author: jeecg-boot
* @author: zhongyou
*/
public interface JcloudDemoService {

View File

@ -6,7 +6,7 @@ import org.springframework.stereotype.Service;
/**
* @Description: JcloudDemoServiceImpl
* @author: jeecg-boot
* @author: zhongyou
*/
@Service
public class JcloudDemoServiceImpl implements JcloudDemoService {

View File

@ -19,7 +19,7 @@ import java.util.Map;
/**
* @Description: MockController
* @author: jeecg-boot
* @author: zhongyou
*/
@RestController
@RequestMapping("/mock/api")

View File

@ -26,7 +26,7 @@ import java.util.*;
/**
* @Description: VxeMockController
* @author: jeecg-boot
* @author: zhongyou
*/
@RestController
@RequestMapping("/mock/vxe")

View File

@ -4,7 +4,7 @@ import lombok.Data;
/**
*
* @author: jeecg-boot
* @author: zhongyou
*/
@Data
public class MockEntity {

View File

@ -18,7 +18,7 @@ import java.util.Map;
/**
* vxe WebSocket
* @author: jeecg-boot
* @author: zhongyou
*/
@Slf4j
@Component

View File

@ -38,7 +38,7 @@ import java.util.List;
/**
* @Description:
* @Author: jeecg-boot
* @author: zhongyou
* @Date:2018-12-29
* @Version:V2.0
*/

View File

@ -51,7 +51,7 @@ import lombok.extern.slf4j.Slf4j;
/**
* @Description: JEditableTable
* @Author: jeecg-boot
* @author: zhongyou
* @Date:2019-02-15
* @Version: V2.0
*/

View File

@ -43,7 +43,7 @@ import lombok.extern.slf4j.Slf4j;
/**
* @Description:
* @Author: jeecg-boot
* @author: zhongyou
* @Date: 2019-05-14
* @Version: V1.0
*/

View File

@ -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
*/

View File

@ -12,7 +12,7 @@ import org.springframework.format.annotation.DateTimeFormat;
/**
* @Description:
* @Author: jeecg-boot
* @author: zhongyou
* @Date: 2019-02-15
* @Version: V1.0
*/

View File

@ -11,7 +11,7 @@ import org.springframework.format.annotation.DateTimeFormat;
/**
* @Description:
* @Author: jeecg-boot
* @author: zhongyou
* @Date: 2019-02-15
* @Version: V1.0
*/

View File

@ -11,7 +11,7 @@ import org.springframework.format.annotation.DateTimeFormat;
/**
* @Description:
* @Author: jeecg-boot
* @author: zhongyou
* @Date: 2019-02-15
* @Version: V1.0
*/

View File

@ -14,7 +14,7 @@ import lombok.Data;
/**
* @Description:
* @Author: jeecg-boot
* @author: zhongyou
* @Date: 2019-05-14
* @Version: V1.0
*/

View File

@ -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
*/

View File

@ -10,7 +10,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @Description:
* @Author: jeecg-boot
* @author: zhongyou
* @Date: 2019-02-15
* @Version: V1.0
*/

View File

@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @Description:
* @Author: jeecg-boot
* @author: zhongyou
* @Date: 2019-02-15
* @Version: V1.0
*/

View File

@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @Description:
* @Author: jeecg-boot
* @author: zhongyou
* @Date: 2019-02-15
* @Version: V1.0
*/

View File

@ -6,7 +6,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @Description:
* @Author: jeecg-boot
* @author: zhongyou
* @Date: 2019-05-14
* @Version: V1.0
*/

View File

@ -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
*/

View File

@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.extension.service.IService;
/**
* @Description:
* @Author: jeecg-boot
* @author: zhongyou
* @Date: 2019-02-15
* @Version: V1.0
*/

View File

@ -12,7 +12,7 @@ import com.baomidou.mybatisplus.extension.service.IService;
/**
* @Description:
* @Author: jeecg-boot
* @author: zhongyou
* @Date: 2019-02-15
* @Version: V1.0
*/

View File

@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.extension.service.IService;
/**
* @Description:
* @Author: jeecg-boot
* @author: zhongyou
* @Date: 2019-02-15
* @Version: V1.0
*/

View File

@ -6,7 +6,7 @@ import com.baomidou.mybatisplus.extension.service.IService;
/**
* @Description:
* @Author: jeecg-boot
* @author: zhongyou
* @Date: 2019-05-14
* @Version: V1.0
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -11,7 +11,7 @@ import lombok.Data;
/**
* @Description:
* @author: jeecg-boot
* @author: zhongyou
*/
@Data
public class JeecgOrderMainPage {

View File

@ -26,7 +26,7 @@ import java.util.*;
/**
* @Description: DlMockController
* @author: jeecg-boot
* @author: zhongyou
*/
@Slf4j
@RestController

View File

@ -4,7 +4,7 @@ import lombok.Data;
/**
*
* @author: jeecg-boot
* @author: zhongyou
*/
@Data
public class MockEntity {

View File

@ -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
*/