公用实体
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
package com.chinaunicom.zyhy.ebtp.supplier.common;
|
||||
|
||||
import cn.hutool.core.util.IdUtil;
|
||||
import com.chinaunicom.mall.ebtp.common.util.PropertyUtils;
|
||||
|
||||
public class CoscoIdUtil {
|
||||
|
||||
public static String getId(){
|
||||
return PropertyUtils.getSnowflakeId();
|
||||
}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user