wangting
2024-09-06 09a31541e8aee63ed51e79c0eee32b685c3d753a
1
2
3
4
5
6
package com.vci.common.timer;
 
public interface VCITimeInterface {
 
    public void startSyncTime();
}