Commit a7bb316e by guojuxing

流水号调整

parent 570a8baf
......@@ -51,4 +51,9 @@ public class CreateRandomUtils {
}
return sb.toString();
}
public static String createSerialNumber() {
//2个随机数+时间+4个随机数
return CreateRandomUtils.generateNumberStr(2) + System.currentTimeMillis() + CreateRandomUtils.generateNumberStr(4);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment