Test.java
308 字节
package com.teplot;
import com.teplot.common.Utils;
/**
* Depiction:
* <p>
* Modify:
* <p>
* Author: Kevin Lynn
* <p>
* Create Date:2017年6月23日 下午4:22:01
*
*/
public class Test {
public Test() {
}
public static void main(String[] args) {
System.out.println(Utils.uuid());
}
}