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