当前位置:网站首页>Lombok使用引发的血案
Lombok使用引发的血案
2022-07-04 14:29:00 【InfoQ】
简介
问题描述
@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class OrderQueryReq {
/**
* 用户id
*/
private Long userId;
/**
* 每页条数
*/
private Integer pageSize = 1;
/**
* 课程类型
*/
private String courseType;
/**
* 订单状态
*/
private String status;
/**
* 支付时间结束
*/
private String payEndTime;
} PageResp<OrderResp> orderPage = orderCenterAgent.getOrder(OrderQueryReq.builder()
.userId(userId).payEndTime(DateUtil.timeToString(payTime)).courseType(courseType)
.status(orderStatus).build());
原因分析
解决方法

边栏推荐
- Partial modification - progressive development
- Luo Gu - some interesting questions 2
- 数据湖治理:优势、挑战和入门
- Unity脚本介绍 Day01
- Deep learning neural network case (handwritten digit recognition)
- Hexadecimal form
- %f格式符
- 科研漫画 | 联系到被试后还需要做什么?
- LeetCode 58. Length of the last word
- What are the concepts of union, intersection, difference and complement?
猜你喜欢

微博、虎牙挺进兴趣社区:同行不同路

中国主要城市人均存款出炉,你达标了吗?

Guitar Pro 8win10最新版吉他学习 / 打谱 / 创作

夜天之书 #53 Apache 开源社群的“石头汤”
![[differential privacy and data adaptability] differential privacy code implementation series (XIV)](/img/de/c053f376fe90c2697ffc640fab57e8.jpg)
[differential privacy and data adaptability] differential privacy code implementation series (XIV)

Deep learning network regularization

Summer Review, we must avoid stepping on these holes!

Redis 发布和订阅

Huawei cloud database DDS products are deeply enabled

Numpy notes
随机推荐
PLC Analog input analog conversion FC s_ ITR (CoDeSys platform)
Redis 發布和訂閱
每周招聘|高级DBA年薪49+,机会越多,成功越近!
小数,指数
Introduction to asynchronous task capability of function calculation - task trigger de duplication
谈SaaS下如何迅速部署应用软件
Analysis of nearly 100 million dollars stolen and horizon cross chain bridge attacked
They are all talking about Devops. Do you really understand it?
Openresty current limiting
Who the final say whether the product is good or not? Sonar puts forward performance indicators for analysis to help you easily judge product performance and performance
Guitar Pro 8win10最新版吉他学习 / 打谱 / 创作
Quelles sont les perspectives de l'Internet intelligent des objets (aiot) qui a explosé ces dernières années?
深度学习 网络正则化
Unity动画Animation Day05
UFO: Microsoft scholars have proposed a unified transformer for visual language representation learning to achieve SOTA performance on multiple multimodal tasks
Korean AI team plagiarizes shock academia! One tutor with 51 students, or plagiarism recidivist
Unity脚本API—Time类
科研漫画 | 联系到被试后还需要做什么?
On the implementation plan of MySQL explain
Unity预制件Prefab Day04