yangys
2024-10-25 9faa74e1912022dc6e54c3e93426946876b5d83a
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());
    }
}