package com.realtime.packets.strategy; import com.alibaba.fastjson2.JSONObject; import com.realtime.packets.basePackets.BasePackets; public interface PackStrategy { boolean getCurrent(Byte commandLine); BasePackets getCurrentPacket(JSONObject jsonObject); }