yangys
2024-09-28 d4212be4f036c5972e192a93e9a7f3a2e3bb2535
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());
    }
}