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