yangys
2024-09-10 1bf92cd596e6d1c259e471dae605fca4d0ed8824
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());
    }
}