yuxc
2024-04-22 a73ecb930ab5fa4c276f5e687e04875240e467d8
1
2
3
4
5
6
package com.vci.common.timer;
 
public interface VCITimeInterface {
 
    public void startSyncTime();
}