yuxc
2024-12-25 90b6945445ee97109a57f26c83788d24729a098e
1
2
3
4
5
6
package com.vci.common.timer;
 
public interface VCITimeInterface {
 
    public void startSyncTime();
}