ludc
2024-11-09 65e0bd8ca45b0611ca567ec45071f9e7feec2bff
1
2
3
4
5
6
package com.vci.common.timer;
 
public interface VCITimeInterface {
 
    public void startSyncTime();
}