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