ludc
2024-06-26 79dd20bae9e8af17d5d66b67da4ca6ebc56cd9dd
1
2
3
4
5
6
package com.vci.common.timer;
 
public interface VCITimeInterface {
 
    public void startSyncTime();
}