mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-04 09:59:55 +08:00
修正领域模型命名问题
This commit is contained in:
@@ -42,7 +42,7 @@ class OrderMapperIT extends AbstractTestBase {
|
||||
.id(UUID.randomUUID())
|
||||
.internalOrderNo(IdUtil.getSnowflake(1, 1).nextIdStr())
|
||||
.externalOrderNo(IdUtil.getSnowflake(1, 1).nextIdStr())
|
||||
.pileOrderNo(RandomStringUtils.randomNumeric(16))
|
||||
.pileOrderNo(RandomStringUtils.secure().nextNumeric(16))
|
||||
.createdTime(LocalDateTime.now())
|
||||
.additionalInfo(JacksonUtil.newObjectNode())
|
||||
.updatedTime(LocalDateTime.now())
|
||||
|
||||
Reference in New Issue
Block a user