guozi1117 最近的时间轴更新
guozi1117

guozi1117

V2EX 第 574236 号会员,加入于 2022-03-03 17:29:26 +08:00
今日活跃度排名 10348
guozi1117 最近回复了
```java
public void save(AacmReportInsertBo aacmReportInsertBo) {
IReportHandler handler = ReportHandlerFactory.getReportHandlerService(ReportType.getType(aacmReportInsertBo.getType()));
handler.checkNull(aacmReportInsertBo);
handler.handle(aacmReportInsertBo);
}

void checkNull(AacmReportInsertBo aacmReportInsertBo) {
if(StringUtils.isBlank(aacmReportInsertBo.getSex())) {
//do something
}

// 或者基于注解实现
}

```
34 天前
回复了 merlinliu1 创建的主题 生活 买房首付借款问题
各银行的装修贷
同上海 V2er ,求拉:Z3VvemkxMTE3
64 天前
回复了 2hao 创建的主题 生活 网贷了 20 个
招行的闪电贷不到 3 还是香啊
已经支持~
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1259 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 23:47 · PVG 07:47 · LAX 15:47 · JFK 18:47
Developed with CodeLauncher
♥ Do have faith in what you're doing.