parent
697291236f
commit
3bace178a4
@ -1,4 +1,4 @@
|
||||
package com.tamguo.common.utils;
|
||||
package com.tamguo.common.encryption;
|
||||
|
||||
import java.security.MessageDigest;
|
||||
import java.security.NoSuchAlgorithmException;
|
@ -1,4 +1,4 @@
|
||||
package com.tamguo.common.utils;
|
||||
package com.tamguo.common.id;
|
||||
|
||||
public class IdGen
|
||||
{
|
@ -1,4 +1,4 @@
|
||||
package com.tamguo.common.utils;
|
||||
package com.tamguo.common.serialize;
|
||||
|
||||
import java.io.ByteArrayInputStream;
|
||||
import java.io.ByteArrayOutputStream;
|
@ -1,4 +1,4 @@
|
||||
package com.tamguo.common.utils;
|
||||
package com.tamguo.common.serialize;
|
||||
|
||||
import java.io.Closeable;
|
||||
|
Loading…
Reference in new issue