@@ -1,11 +0,0 @@
-package com.steerinfo.dil.util;
-
-import com.steerinfo.framework.utils.misc.IdGenerator;
-public class test {
- public static void main(String[] args) {
- for(int i=0;i<1000;i++){
- System.out.println(new IdGenerator(i%31,10).getNextStr());
- }
-}