田源
2024-10-22 bf47eaf837af3c6bbe00265972dcd55cec9032d7
1
2
3
4
5
6
package com.vci.common.timer;
 
public interface VCITimeInterface {
 
    public void startSyncTime();
}