#
whycq
2025-01-17 8ce9ce72d3e32427d01ebe4bf8bef6aa863979ca
1
2
3
4
5
6
7
package com.example.agvcontroller.protocol;
 
public interface DataSupport<T> {
 
    void sync(T t);
 
}