package com.example.agvcontroller.protocol; public interface DataSupport { void sync(T t); }