修改作者信息
This commit is contained in:
@ -20,7 +20,7 @@ import java.util.Date;
|
||||
* 商品秒杀产品表
|
||||
* </p>
|
||||
*
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @since 2019-12-14
|
||||
*/
|
||||
@Data
|
||||
|
@ -20,7 +20,7 @@ import java.util.List;
|
||||
* 商品秒杀产品表 Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @since 2019-12-14
|
||||
*/
|
||||
@Repository
|
||||
|
@ -23,7 +23,7 @@ import java.util.List;
|
||||
* 商品秒杀产品表 服务类
|
||||
* </p>
|
||||
*
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @since 2019-12-14
|
||||
*/
|
||||
public interface YxStoreSeckillService extends BaseService<YxStoreSeckill> {
|
||||
|
@ -11,7 +11,7 @@ import co.yixiang.common.web.param.QueryParam;
|
||||
* 商品秒杀产品表 查询参数对象
|
||||
* </p>
|
||||
*
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2019-12-14
|
||||
*/
|
||||
@Data
|
||||
|
@ -16,7 +16,7 @@ import java.util.List;
|
||||
* 商品秒杀产品表 查询结果对象
|
||||
* </p>
|
||||
*
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2019-12-14
|
||||
*/
|
||||
@Data
|
||||
@ -116,4 +116,4 @@ public class YxStoreSeckillQueryVo implements Serializable{
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ import lombok.EqualsAndHashCode;
|
||||
* 微信模板
|
||||
* </p>
|
||||
*
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @since 2019-12-10
|
||||
*/
|
||||
@Data
|
||||
|
@ -16,7 +16,7 @@ import java.io.Serializable;
|
||||
* 微信模板 Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @since 2019-12-10
|
||||
*/
|
||||
@Repository
|
||||
|
@ -21,7 +21,7 @@ import java.io.Serializable;
|
||||
* 微信模板 服务类
|
||||
* </p>
|
||||
*
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @since 2019-12-10
|
||||
*/
|
||||
public interface YxWechatTemplateService extends BaseService<YxWechatTemplate> {
|
||||
|
@ -31,7 +31,7 @@ import java.io.Serializable;
|
||||
* 微信模板 服务实现类
|
||||
* </p>
|
||||
*
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @since 2019-12-10
|
||||
*/
|
||||
@Slf4j
|
||||
|
@ -10,7 +10,7 @@ import lombok.EqualsAndHashCode;
|
||||
* 微信模板 查询参数对象
|
||||
* </p>
|
||||
*
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2019-12-10
|
||||
*/
|
||||
@Data
|
||||
|
@ -11,7 +11,7 @@ import java.io.Serializable;
|
||||
* 微信模板 查询结果对象
|
||||
* </p>
|
||||
*
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2019-12-10
|
||||
*/
|
||||
@Data
|
||||
@ -40,4 +40,4 @@ public class YxWechatTemplateQueryVo implements Serializable {
|
||||
@ApiModelProperty(value = "状态")
|
||||
private Integer status;
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -6,7 +6,7 @@ import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-11-24
|
||||
*/
|
||||
@Target(ElementType.METHOD)
|
||||
|
@ -18,7 +18,7 @@ import org.springframework.stereotype.Component;
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-11-24
|
||||
*/
|
||||
@Component
|
||||
|
@ -12,7 +12,7 @@ import java.io.IOException;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-11-24
|
||||
*/
|
||||
public interface LogService extends BaseService<Log> {
|
||||
|
@ -33,7 +33,7 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-11-24
|
||||
*/
|
||||
@Service
|
||||
|
@ -10,7 +10,7 @@ import org.springframework.stereotype.Repository;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-5-22
|
||||
*/
|
||||
@Repository
|
||||
|
@ -24,7 +24,7 @@ import java.io.IOException;
|
||||
import java.util.Arrays;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2019-12-10
|
||||
*/
|
||||
@Api(tags = "商城:微信模板管理")
|
||||
|
@ -10,7 +10,7 @@ import javax.validation.constraints.*;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Entity
|
||||
|
@ -8,7 +8,7 @@ import javax.validation.constraints.*;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Entity
|
||||
|
@ -10,7 +10,7 @@ import javax.validation.constraints.*;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Entity
|
||||
|
@ -10,7 +10,7 @@ import javax.validation.constraints.*;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Entity
|
||||
|
@ -11,7 +11,7 @@ import java.io.IOException;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
public interface YxArticleService extends BaseService<YxArticle>{
|
||||
|
@ -10,7 +10,7 @@ import java.io.IOException;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
public interface YxWechatMenuService extends BaseService<YxWechatMenu>{
|
||||
|
@ -10,7 +10,7 @@ import java.io.IOException;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
public interface YxWechatReplyService extends BaseService<YxWechatReply>{
|
||||
|
@ -10,7 +10,7 @@ import java.io.IOException;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
public interface YxWechatTemplateService extends BaseService<YxWechatTemplate>{
|
||||
|
@ -4,7 +4,7 @@ import lombok.Data;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Data
|
||||
|
@ -5,9 +5,9 @@ import java.util.List;
|
||||
import co.yixiang.annotation.Query;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Data
|
||||
public class YxArticleQueryCriteria{
|
||||
}
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ import lombok.Data;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Data
|
||||
@ -17,4 +17,4 @@ public class YxWechatMenuDto implements Serializable {
|
||||
|
||||
/** 缓存时间 */
|
||||
private Integer addTime;
|
||||
}
|
||||
}
|
||||
|
@ -5,9 +5,9 @@ import java.util.List;
|
||||
import co.yixiang.annotation.Query;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Data
|
||||
public class YxWechatMenuQueryCriteria{
|
||||
}
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ import lombok.Data;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Data
|
||||
@ -27,4 +27,4 @@ public class YxWechatReplyDto implements Serializable {
|
||||
|
||||
/** 是否隐藏 */
|
||||
private Integer hide;
|
||||
}
|
||||
}
|
||||
|
@ -5,9 +5,9 @@ import java.util.List;
|
||||
import co.yixiang.annotation.Query;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Data
|
||||
public class YxWechatReplyQueryCriteria{
|
||||
}
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ import lombok.Data;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Data
|
||||
@ -30,4 +30,4 @@ public class YxWechatTemplateDto implements Serializable {
|
||||
|
||||
/** 状态 */
|
||||
private Integer status;
|
||||
}
|
||||
}
|
||||
|
@ -5,9 +5,9 @@ import java.util.List;
|
||||
import co.yixiang.annotation.Query;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Data
|
||||
public class YxWechatTemplateQueryCriteria{
|
||||
}
|
||||
}
|
||||
|
@ -46,7 +46,7 @@ import java.util.ArrayList;
|
||||
import java.util.LinkedHashMap;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Slf4j
|
||||
|
@ -26,7 +26,7 @@ import java.io.IOException;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Service
|
||||
|
@ -27,7 +27,7 @@ import java.io.IOException;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Service
|
||||
|
@ -29,7 +29,7 @@ import java.util.ArrayList;
|
||||
import java.util.LinkedHashMap;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Service
|
||||
|
@ -6,7 +6,7 @@ import org.apache.ibatis.annotations.Mapper;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Repository
|
||||
|
@ -6,7 +6,7 @@ import org.apache.ibatis.annotations.Mapper;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Repository
|
||||
|
@ -6,7 +6,7 @@ import org.apache.ibatis.annotations.Mapper;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Repository
|
||||
|
@ -6,7 +6,7 @@ import org.apache.ibatis.annotations.Mapper;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Repository
|
||||
|
@ -7,7 +7,7 @@ import java.math.BigDecimal;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-13
|
||||
*/
|
||||
@Data
|
||||
|
@ -16,7 +16,7 @@ import org.springframework.validation.annotation.Validated;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2019-12-22
|
||||
*/
|
||||
@Api(tags = "商城:砍价管理")
|
||||
|
@ -18,7 +18,7 @@ import org.springframework.validation.annotation.Validated;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2019-12-14
|
||||
*/
|
||||
@Api(tags = "商城:秒杀管理")
|
||||
|
@ -10,7 +10,7 @@ import java.io.IOException;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-13
|
||||
*/
|
||||
public interface YxStoreCouponService extends BaseService<YxStoreCoupon>{
|
||||
@ -37,4 +37,4 @@ public interface YxStoreCouponService extends BaseService<YxStoreCoupon>{
|
||||
* @throws IOException /
|
||||
*/
|
||||
void download(List<YxStoreCouponDto> all, HttpServletResponse response) throws IOException;
|
||||
}
|
||||
}
|
||||
|
@ -5,7 +5,7 @@ import java.math.BigDecimal;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-13
|
||||
*/
|
||||
@Data
|
||||
|
@ -5,7 +5,7 @@ import java.util.List;
|
||||
import co.yixiang.annotation.Query;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-13
|
||||
*/
|
||||
@Data
|
||||
|
@ -32,7 +32,7 @@ import java.util.ArrayList;
|
||||
import java.util.LinkedHashMap;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-13
|
||||
*/
|
||||
@Service
|
||||
@ -80,4 +80,4 @@ public class YxStoreCouponServiceImpl extends BaseServiceImpl<YxStoreCouponMappe
|
||||
}
|
||||
FileUtil.downloadExcel(list, response);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -6,11 +6,11 @@ import org.apache.ibatis.annotations.Mapper;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-13
|
||||
*/
|
||||
@Repository
|
||||
@Mapper
|
||||
public interface YxStoreCouponMapper extends CoreMapper<YxStoreCoupon> {
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018/11/15 9:20:19
|
||||
*/
|
||||
@EnableAsync
|
||||
|
@ -13,7 +13,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
||||
/**
|
||||
* WebMvcConfigurer
|
||||
*
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-11-30
|
||||
*/
|
||||
@Configuration
|
||||
|
@ -15,7 +15,7 @@ import java.util.Set;
|
||||
|
||||
/**
|
||||
* 数据权限配置
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-4-1
|
||||
*/
|
||||
@Component
|
||||
|
@ -7,7 +7,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
||||
|
||||
/**
|
||||
* 自定义线程名称
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019年10月31日17:49:55
|
||||
*/
|
||||
@Component
|
||||
|
@ -8,7 +8,7 @@ import java.util.concurrent.TimeUnit;
|
||||
|
||||
/**
|
||||
* 用于获取自定义线程池
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019年10月31日18:16:47
|
||||
*/
|
||||
public class ThreadPoolExecutorUtil {
|
||||
|
@ -10,7 +10,7 @@ import org.springframework.stereotype.Component;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-01-07
|
||||
*/
|
||||
@Component
|
||||
|
@ -29,7 +29,7 @@ import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-01-07
|
||||
*/
|
||||
@Slf4j
|
||||
|
@ -5,7 +5,7 @@ import org.springframework.stereotype.Component;
|
||||
|
||||
/**
|
||||
* 测试用
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-01-08
|
||||
*/
|
||||
@Slf4j
|
||||
|
@ -11,7 +11,7 @@ import java.util.Date;
|
||||
import static org.quartz.TriggerBuilder.newTrigger;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-01-07
|
||||
*/
|
||||
@Slf4j
|
||||
|
@ -28,7 +28,7 @@ import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
*/
|
||||
@Configuration
|
||||
@EnableWebSecurity
|
||||
|
@ -7,7 +7,7 @@ import org.springframework.stereotype.Component;
|
||||
|
||||
/**
|
||||
* Jwt参数配置
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019年11月28日
|
||||
*/
|
||||
@Data
|
||||
|
@ -34,7 +34,7 @@ import java.util.Map;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-11-23
|
||||
* 授权、根据token获取用户详细信息
|
||||
*/
|
||||
|
@ -17,7 +17,7 @@ import java.io.IOException;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/auth/online")
|
||||
|
@ -9,7 +9,7 @@ import javax.servlet.http.HttpServletResponse;
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
*/
|
||||
@Component
|
||||
public class JwtAccessDeniedHandler implements AccessDeniedHandler {
|
||||
|
@ -9,7 +9,7 @@ import javax.servlet.http.HttpServletResponse;
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
*/
|
||||
@Component
|
||||
public class JwtAuthenticationEntryPoint implements AuthenticationEntryPoint {
|
||||
|
@ -6,7 +6,7 @@ import lombok.Setter;
|
||||
import javax.validation.constraints.NotBlank;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-11-30
|
||||
*/
|
||||
@Getter
|
||||
|
@ -11,7 +11,7 @@ import java.util.Date;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-11-23
|
||||
*/
|
||||
@Getter
|
||||
|
@ -7,7 +7,7 @@ import lombok.NoArgsConstructor;
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
*/
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
|
@ -14,7 +14,7 @@ import java.io.IOException;
|
||||
import java.util.*;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @Date 2019年10月26日21:56:27
|
||||
*/
|
||||
@Service
|
||||
|
@ -15,7 +15,7 @@ import org.springframework.transaction.annotation.Transactional;
|
||||
import java.util.Optional;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-11-22
|
||||
*/
|
||||
@Service("userDetailsService")
|
||||
|
@ -13,7 +13,7 @@ import java.util.Objects;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-03-25
|
||||
*/
|
||||
@Entity
|
||||
@ -66,4 +66,4 @@ public class Dept implements Serializable {
|
||||
public int hashCode() {
|
||||
return Objects.hash(id, name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ import java.sql.Timestamp;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-04-10
|
||||
*/
|
||||
@Entity
|
||||
@ -41,4 +41,4 @@ public class Dict implements Serializable {
|
||||
private List<DictDetail> dictDetails;
|
||||
|
||||
public @interface Update {}
|
||||
}
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ import java.io.Serializable;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-04-10
|
||||
*/
|
||||
@Entity
|
||||
@ -45,4 +45,4 @@ public class DictDetail implements Serializable {
|
||||
private Timestamp createTime;
|
||||
|
||||
public @interface Update {}
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,7 @@ import java.io.Serializable;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-03-29
|
||||
*/
|
||||
@Entity
|
||||
@ -48,4 +48,4 @@ public class Job implements Serializable {
|
||||
private Timestamp createTime;
|
||||
|
||||
public @interface Update {}
|
||||
}
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ import java.util.Objects;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-12-17
|
||||
*/
|
||||
@Entity
|
||||
|
@ -14,7 +14,7 @@ import java.util.Set;
|
||||
|
||||
/**
|
||||
* 角色
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-11-22
|
||||
*/
|
||||
@Entity
|
||||
|
@ -14,7 +14,7 @@ import java.util.Objects;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-11-22
|
||||
*/
|
||||
@Entity
|
||||
@ -93,4 +93,4 @@ public class User implements Serializable {
|
||||
public int hashCode() {
|
||||
return Objects.hash(id, username);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ import java.io.Serializable;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019年9月7日 16:16:59
|
||||
*/
|
||||
@Entity
|
||||
|
@ -5,7 +5,7 @@ import lombok.Data;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-12-20
|
||||
*/
|
||||
@Data
|
||||
|
@ -8,7 +8,7 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* 构建前端路由时用到
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-12-20
|
||||
*/
|
||||
@Data
|
||||
|
@ -4,7 +4,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* 修改密码的 Vo 类
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019年7月11日13:59:49
|
||||
*/
|
||||
@Data
|
||||
|
@ -8,7 +8,7 @@ import java.util.List;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-03-25
|
||||
*/
|
||||
@SuppressWarnings("all")
|
||||
@ -35,4 +35,4 @@ public interface DeptRepository extends JpaRepository<Dept, Long>, JpaSpecificat
|
||||
* @return /
|
||||
*/
|
||||
Set<Dept> findByRoles_Id(Long id);
|
||||
}
|
||||
}
|
||||
|
@ -5,8 +5,8 @@ import org.springframework.data.jpa.repository.JpaRepository;
|
||||
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-04-10
|
||||
*/
|
||||
public interface DictDetailRepository extends JpaRepository<DictDetail, Long>, JpaSpecificationExecutor<DictDetail> {
|
||||
}
|
||||
}
|
||||
|
@ -5,8 +5,8 @@ import org.springframework.data.jpa.repository.JpaRepository;
|
||||
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-04-10
|
||||
*/
|
||||
public interface DictRepository extends JpaRepository<Dict, Long>, JpaSpecificationExecutor<Dict> {
|
||||
}
|
||||
}
|
||||
|
@ -5,8 +5,8 @@ import org.springframework.data.jpa.repository.JpaRepository;
|
||||
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-03-29
|
||||
*/
|
||||
public interface JobRepository extends JpaRepository<Job, Long>, JpaSpecificationExecutor<Job> {
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import java.util.List;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-12-17
|
||||
*/
|
||||
@SuppressWarnings("all")
|
||||
|
@ -8,7 +8,7 @@ import org.springframework.data.jpa.repository.Query;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-12-03
|
||||
*/
|
||||
@SuppressWarnings("all")
|
||||
|
@ -5,7 +5,7 @@ import org.springframework.data.jpa.repository.JpaRepository;
|
||||
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-11-22
|
||||
*/
|
||||
public interface UserAvatarRepository extends JpaRepository<UserAvatar, Long>, JpaSpecificationExecutor<UserAvatar> {
|
||||
|
@ -8,7 +8,7 @@ import org.springframework.data.jpa.repository.Query;
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-11-22
|
||||
*/
|
||||
public interface UserRepository extends JpaRepository<User, Long>, JpaSpecificationExecutor<User> {
|
||||
|
@ -25,7 +25,7 @@ import java.util.List;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-03-25
|
||||
*/
|
||||
@RestController
|
||||
@ -104,4 +104,4 @@ public class DeptController {
|
||||
}
|
||||
return new ResponseEntity<>(HttpStatus.OK);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -19,7 +19,7 @@ import javax.servlet.http.HttpServletResponse;
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-04-10
|
||||
*/
|
||||
@Api(tags = "系统:字典管理")
|
||||
@ -89,4 +89,4 @@ public class DictController {
|
||||
dictService.delete(id);
|
||||
return new ResponseEntity<>(HttpStatus.OK);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -21,7 +21,7 @@ import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-04-10
|
||||
*/
|
||||
@RestController
|
||||
@ -89,4 +89,4 @@ public class DictDetailController {
|
||||
dictDetailService.delete(id);
|
||||
return new ResponseEntity<>(HttpStatus.OK);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -22,7 +22,7 @@ import java.io.IOException;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-03-29
|
||||
*/
|
||||
@Api(tags = "系统:岗位管理")
|
||||
@ -93,4 +93,4 @@ public class JobController {
|
||||
}
|
||||
return new ResponseEntity<>(HttpStatus.OK);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -26,7 +26,7 @@ import java.util.List;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-12-03
|
||||
*/
|
||||
@Api(tags = "系统:菜单管理")
|
||||
|
@ -32,7 +32,7 @@ import java.util.Set;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-12-03
|
||||
*/
|
||||
@Api(tags = "系统:角色管理")
|
||||
|
@ -40,7 +40,7 @@ import java.util.Set;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-11-23
|
||||
*/
|
||||
@Api(tags = "系统:用户管理")
|
||||
|
@ -10,7 +10,7 @@ import java.util.List;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-03-25
|
||||
*/
|
||||
public interface DeptService {
|
||||
@ -85,4 +85,4 @@ public interface DeptService {
|
||||
* @return /
|
||||
*/
|
||||
Set<DeptDTO> getDeleteDepts(List<Dept> deptList, Set<DeptDTO> deptDtos);
|
||||
}
|
||||
}
|
||||
|
@ -7,7 +7,7 @@ import org.springframework.data.domain.Pageable;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-04-10
|
||||
*/
|
||||
public interface DictDetailService {
|
||||
@ -45,4 +45,4 @@ public interface DictDetailService {
|
||||
* @return /
|
||||
*/
|
||||
Map<String,Object> queryAll(DictDetailQueryCriteria criteria, Pageable pageable);
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-04-10
|
||||
*/
|
||||
public interface DictService {
|
||||
@ -64,4 +64,4 @@ public interface DictService {
|
||||
* @throws IOException /
|
||||
*/
|
||||
void download(List<DictDTO> queryAll, HttpServletResponse response) throws IOException;
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,7 @@ import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2019-03-29
|
||||
*/
|
||||
public interface JobService {
|
||||
@ -65,4 +65,4 @@ public interface JobService {
|
||||
* @throws IOException /
|
||||
*/
|
||||
void download(List<JobDTO> queryAll, HttpServletResponse response) throws IOException;
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,7 @@ import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018-12-17
|
||||
*/
|
||||
public interface MenuService {
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user