add function getTimestampMS

This commit is contained in:
free will
2021-04-19 17:18:36 +08:00
parent 93128ccf9b
commit 2b97cb56e5
+1 -2
View File
@@ -8,8 +8,7 @@ package util;
* @Copyright: MIN-Group;国家重大科技基础设施——未来网络北大实验室;深圳市信息论与未来网络重点实验室
*/
public class TimeHelper {
// TODO: 后面需要实现这个函数。
public static long getTimestampMS(){
return 10000;
return System.currentTimeMillis();
}
}