包名调整
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.njcn.system.enums;
|
||||
package com.njcn.cssystem.enums;
|
||||
|
||||
import lombok.Getter;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.njcn.system.pojo.param;
|
||||
package com.njcn.cssystem.pojo.param;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.njcn.system.pojo.param;
|
||||
package com.njcn.cssystem.pojo.param;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.njcn.system.pojo.param;
|
||||
package com.njcn.cssystem.pojo.param;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.njcn.system.pojo.param;
|
||||
package com.njcn.cssystem.pojo.param;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.njcn.system.pojo.param;
|
||||
package com.njcn.cssystem.pojo.param;
|
||||
|
||||
import com.njcn.web.pojo.param.BaseParam;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.njcn.system.pojo.po;
|
||||
package com.njcn.cssystem.pojo.po;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.njcn.system.pojo.po;
|
||||
package com.njcn.cssystem.pojo.po;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.njcn.system.pojo.po;
|
||||
package com.njcn.cssystem.pojo.po;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.njcn.system.pojo.po;
|
||||
package com.njcn.cssystem.pojo.po;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.github.jeffreyning.mybatisplus.anno.MppMultiId;
|
||||
@@ -1,7 +1,7 @@
|
||||
package com.njcn.system.pojo.vo;
|
||||
package com.njcn.cssystem.pojo.vo;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import com.njcn.system.pojo.po.CsFeedbackChatPO;
|
||||
import com.njcn.cssystem.pojo.po.CsFeedbackChatPO;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import org.springframework.format.annotation.DateTimeFormat;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.njcn.system.pojo.vo;
|
||||
package com.njcn.cssystem.pojo.vo;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.njcn.system.pojo.vo;
|
||||
package com.njcn.cssystem.pojo.vo;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
@@ -1,11 +1,11 @@
|
||||
package com.njcn.system.utils;
|
||||
package com.njcn.cssystem.utils;
|
||||
|
||||
import cn.hutool.core.util.StrUtil;
|
||||
import com.njcn.common.pojo.enums.response.CommonResponseEnum;
|
||||
import com.njcn.common.pojo.exception.BusinessException;
|
||||
import com.njcn.common.pojo.response.HttpResult;
|
||||
import com.njcn.common.utils.EnumUtils;
|
||||
import com.njcn.system.enums.CsSystemResponseEnum;
|
||||
import com.njcn.cssystem.enums.CsSystemResponseEnum;
|
||||
|
||||
import javax.validation.constraints.NotNull;
|
||||
import java.util.Objects;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.njcn.system;
|
||||
package com.njcn.cssystem;
|
||||
|
||||
import com.github.jeffreyning.mybatisplus.conf.EnableMPP;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.njcn.system.controller.feedback;
|
||||
package com.njcn.cssystem.controller.feedback;
|
||||
|
||||
|
||||
import com.njcn.common.pojo.annotation.OperateInfo;
|
||||
@@ -6,9 +6,9 @@ import com.njcn.common.pojo.enums.common.LogEnum;
|
||||
import com.njcn.common.pojo.enums.response.CommonResponseEnum;
|
||||
import com.njcn.common.pojo.response.HttpResult;
|
||||
import com.njcn.common.utils.HttpResultUtil;
|
||||
import com.njcn.system.pojo.param.CsFeedbackChatAddParm;
|
||||
import com.njcn.system.pojo.param.CsFeedbackChatCheckParm;
|
||||
import com.njcn.system.service.CsFeedbackChatService;
|
||||
import com.njcn.cssystem.pojo.param.CsFeedbackChatAddParm;
|
||||
import com.njcn.cssystem.pojo.param.CsFeedbackChatCheckParm;
|
||||
import com.njcn.cssystem.service.CsFeedbackChatService;
|
||||
import com.njcn.web.controller.BaseController;
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiImplicitParam;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.njcn.system.controller.feedback;
|
||||
package com.njcn.cssystem.controller.feedback;
|
||||
|
||||
|
||||
import com.baomidou.mybatisplus.core.metadata.IPage;
|
||||
@@ -7,11 +7,11 @@ import com.njcn.common.pojo.enums.common.LogEnum;
|
||||
import com.njcn.common.pojo.enums.response.CommonResponseEnum;
|
||||
import com.njcn.common.pojo.response.HttpResult;
|
||||
import com.njcn.common.utils.HttpResultUtil;
|
||||
import com.njcn.system.pojo.param.CsFeedbackAddParm;
|
||||
import com.njcn.system.pojo.param.CsFeedbackQueryParm;
|
||||
import com.njcn.system.pojo.vo.CsFeedbackDetailVO;
|
||||
import com.njcn.system.pojo.vo.CsFeedbackVO;
|
||||
import com.njcn.system.service.CsFeedbackService;
|
||||
import com.njcn.cssystem.pojo.param.CsFeedbackAddParm;
|
||||
import com.njcn.cssystem.pojo.param.CsFeedbackQueryParm;
|
||||
import com.njcn.cssystem.pojo.vo.CsFeedbackDetailVO;
|
||||
import com.njcn.cssystem.pojo.vo.CsFeedbackVO;
|
||||
import com.njcn.cssystem.service.CsFeedbackService;
|
||||
import com.njcn.web.controller.BaseController;
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiImplicitParam;
|
||||
@@ -1,7 +1,7 @@
|
||||
package com.njcn.system.mapper;
|
||||
package com.njcn.cssystem.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.njcn.system.pojo.po.CsFeedbackChatPO;
|
||||
import com.njcn.cssystem.pojo.po.CsFeedbackChatPO;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -1,7 +1,7 @@
|
||||
package com.njcn.system.mapper;
|
||||
package com.njcn.cssystem.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.njcn.system.pojo.po.CsFeedbackPO;
|
||||
import com.njcn.cssystem.pojo.po.CsFeedbackPO;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -1,7 +1,7 @@
|
||||
package com.njcn.system.mapper;
|
||||
package com.njcn.cssystem.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.njcn.system.pojo.po.CsFilePathPO;
|
||||
import com.njcn.cssystem.pojo.po.CsFilePathPO;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.njcn.algorithm.mapper.CsFeedbackChatMapper">
|
||||
<resultMap id="BaseResultMap" type="com.njcn.system.pojo.po.CsFeedbackChatPO">
|
||||
<resultMap id="BaseResultMap" type="com.njcn.cssystem.pojo.po.CsFeedbackChatPO">
|
||||
<!--@mbg.generated-->
|
||||
<!--@Table cs_feedback_chat-->
|
||||
<id column="id" jdbcType="VARCHAR" property="id" />
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.njcn.algorithm.mapper.CsFeedbackMapper">
|
||||
<resultMap id="BaseResultMap" type="com.njcn.system.pojo.po.CsFeedbackPO">
|
||||
<resultMap id="BaseResultMap" type="com.njcn.cssystem.pojo.po.CsFeedbackPO">
|
||||
<!--@mbg.generated-->
|
||||
<!--@Table cs_feedback-->
|
||||
<id column="id" jdbcType="VARCHAR" property="id" />
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.njcn.system.mapper.CsFilePathMapper">
|
||||
<resultMap id="BaseResultMap" type="com.njcn.system.pojo.po.CsFilePathPO">
|
||||
<mapper namespace="com.njcn.cssystem.mapper.CsFilePathMapper">
|
||||
<resultMap id="BaseResultMap" type="com.njcn.cssystem.pojo.po.CsFilePathPO">
|
||||
<!--@mbg.generated-->
|
||||
<!--@Table cs_file_path-->
|
||||
<result column="id" jdbcType="VARCHAR" property="id" />
|
||||
@@ -1,9 +1,9 @@
|
||||
package com.njcn.system.service;
|
||||
package com.njcn.cssystem.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.njcn.system.pojo.param.CsFeedbackChatAddParm;
|
||||
import com.njcn.system.pojo.param.CsFeedbackChatCheckParm;
|
||||
import com.njcn.system.pojo.po.CsFeedbackChatPO;
|
||||
import com.njcn.cssystem.pojo.param.CsFeedbackChatAddParm;
|
||||
import com.njcn.cssystem.pojo.param.CsFeedbackChatCheckParm;
|
||||
import com.njcn.cssystem.pojo.po.CsFeedbackChatPO;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -1,12 +1,12 @@
|
||||
package com.njcn.system.service;
|
||||
package com.njcn.cssystem.service;
|
||||
|
||||
import com.baomidou.mybatisplus.core.metadata.IPage;
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.njcn.system.pojo.param.CsFeedbackAddParm;
|
||||
import com.njcn.system.pojo.param.CsFeedbackQueryParm;
|
||||
import com.njcn.system.pojo.po.CsFeedbackPO;
|
||||
import com.njcn.system.pojo.vo.CsFeedbackDetailVO;
|
||||
import com.njcn.system.pojo.vo.CsFeedbackVO;
|
||||
import com.njcn.cssystem.pojo.param.CsFeedbackAddParm;
|
||||
import com.njcn.cssystem.pojo.param.CsFeedbackQueryParm;
|
||||
import com.njcn.cssystem.pojo.po.CsFeedbackPO;
|
||||
import com.njcn.cssystem.pojo.vo.CsFeedbackDetailVO;
|
||||
import com.njcn.cssystem.pojo.vo.CsFeedbackVO;
|
||||
|
||||
|
||||
/**
|
||||
@@ -1,7 +1,7 @@
|
||||
package com.njcn.system.service;
|
||||
package com.njcn.cssystem.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.njcn.system.pojo.po.CsFilePathPO;
|
||||
import com.njcn.cssystem.pojo.po.CsFilePathPO;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -1,13 +1,13 @@
|
||||
package com.njcn.system.service.impl;
|
||||
package com.njcn.cssystem.service.impl;
|
||||
|
||||
import com.baomidou.mybatisplus.core.conditions.update.UpdateWrapper;
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
|
||||
import com.njcn.system.mapper.CsFeedbackChatMapper;
|
||||
import com.njcn.system.pojo.param.CsFeedbackChatAddParm;
|
||||
import com.njcn.system.pojo.param.CsFeedbackChatCheckParm;
|
||||
import com.njcn.system.pojo.po.CsFeedbackChatPO;
|
||||
import com.njcn.system.service.CsFeedbackChatService;
|
||||
import com.njcn.cssystem.mapper.CsFeedbackChatMapper;
|
||||
import com.njcn.cssystem.service.CsFeedbackChatService;
|
||||
import com.njcn.cssystem.pojo.param.CsFeedbackChatAddParm;
|
||||
import com.njcn.cssystem.pojo.param.CsFeedbackChatCheckParm;
|
||||
import com.njcn.cssystem.pojo.po.CsFeedbackChatPO;
|
||||
import org.springframework.beans.BeanUtils;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
@@ -1,23 +1,23 @@
|
||||
package com.njcn.system.service.impl;
|
||||
package com.njcn.cssystem.service.impl;
|
||||
|
||||
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
|
||||
import com.baomidou.mybatisplus.core.metadata.IPage;
|
||||
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
|
||||
import com.njcn.cssystem.service.CsFeedbackChatService;
|
||||
import com.njcn.cssystem.service.CsFeedbackService;
|
||||
import com.njcn.cssystem.service.CsFilePathService;
|
||||
import com.njcn.oss.constant.OssPath;
|
||||
import com.njcn.oss.utils.FileStorageUtil;
|
||||
import com.njcn.system.mapper.CsFeedbackMapper;
|
||||
import com.njcn.system.pojo.param.CsFeedbackAddParm;
|
||||
import com.njcn.system.pojo.param.CsFeedbackQueryParm;
|
||||
import com.njcn.system.pojo.po.CsFeedbackChatPO;
|
||||
import com.njcn.system.pojo.po.CsFeedbackPO;
|
||||
import com.njcn.system.pojo.po.CsFilePathPO;
|
||||
import com.njcn.system.pojo.vo.CsFeedbackDetailVO;
|
||||
import com.njcn.system.pojo.vo.CsFeedbackVO;
|
||||
import com.njcn.system.service.CsFeedbackChatService;
|
||||
import com.njcn.system.service.CsFeedbackService;
|
||||
import com.njcn.system.service.CsFilePathService;
|
||||
import com.njcn.cssystem.mapper.CsFeedbackMapper;
|
||||
import com.njcn.cssystem.pojo.param.CsFeedbackAddParm;
|
||||
import com.njcn.cssystem.pojo.param.CsFeedbackQueryParm;
|
||||
import com.njcn.cssystem.pojo.po.CsFeedbackChatPO;
|
||||
import com.njcn.cssystem.pojo.po.CsFeedbackPO;
|
||||
import com.njcn.cssystem.pojo.po.CsFilePathPO;
|
||||
import com.njcn.cssystem.pojo.vo.CsFeedbackDetailVO;
|
||||
import com.njcn.cssystem.pojo.vo.CsFeedbackVO;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import org.apache.commons.lang.StringUtils;
|
||||
import org.springframework.beans.BeanUtils;
|
||||
@@ -1,10 +1,10 @@
|
||||
package com.njcn.system.service.impl;
|
||||
package com.njcn.cssystem.service.impl;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
|
||||
import com.njcn.system.mapper.CsFilePathMapper;
|
||||
import com.njcn.system.pojo.po.CsFilePathPO;
|
||||
import com.njcn.system.service.CsFilePathService;
|
||||
import com.njcn.cssystem.service.CsFilePathService;
|
||||
import com.njcn.cssystem.mapper.CsFilePathMapper;
|
||||
import com.njcn.cssystem.pojo.po.CsFilePathPO;
|
||||
import org.springframework.stereotype.Service;
|
||||
/**
|
||||
*
|
||||
Reference in New Issue
Block a user