yangys
2024-09-04 910131c0e5271f018c516480cfd926f8660d2dbb
1
2
3
4
5
6
7
8
9
10
11
package com.qianwen.mdc.collect.service;
 
import org.junit.jupiter.api.Test;
 
public class CollectDataServiceTest {
 
    @Test
    public void t1() {
        System.out.println(System.currentTimeMillis());
    }
}