1. 调整 codegen 的模板

2. 编写 ut 的代码生成器模板
This commit is contained in:
YunaiV
2021-03-06 20:06:43 +08:00
committed by wangkai
parent a9b6d18da9
commit 7342095eb2
21 changed files with 270 additions and 48 deletions

View File

@ -46,7 +46,7 @@ public class RandomUtils {
return RandomUtil.randomString(RANDOM_STRING_LENGTH);
}
public static Long randomLong() {
public static Long randomLongId() {
return RandomUtil.randomLong(0, Long.MAX_VALUE);
}