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