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