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