mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-23 07:25:07 +08:00
1. 调整 codegen 的模板
2. 编写 ut 的代码生成器模板
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user