package com.example.agvcontroller.protocol; /** * 预留接口,反射时调用 * Created by vincent on 2019-04-03 */ public interface ICodedStatus { int getCode(); }