#
whycq
2024-08-19 43a88998d2402b016f990b9dd221365b9454f86e
1
2
3
4
5
6
7
package com.example.agvcontroller.protocol;
 
public interface DataSupport<T> {
 
    void sync(T t);
 
}