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