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