公告板
版本库
filestore
活动
搜索
登录
杜慧哲
/
larks_base_dm
派生自
larks_base_dm
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix(html): 字段调整,样式调整
cy
2022-06-28
2ba5c891b24d4d0cd6ce7ef833592e4f576ee5e8
[~duhuizhe/larks_base_dm.git]
/
test
/
cn
/
ksource
/
test
/
GetUUI.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package cn.ksource.test;
import cn.ksource.core.util.StringUtil;
public class GetUUI {
public static void main(String[] args) {
System.out.println(StringUtil.getUUID());
}
}