文件名从 src/main/java/com/fzzy/gateway/hx2023/service/HxGatewaySyncLprImpl1.java 修改 |
| | |
| | | package com.fzzy.gateway.hx2023.service; |
| | | |
| | | import com.fzzy.api.data.GatewayDeviceProtocol; |
| | | import com.fzzy.gateway.api.GatewaySyncLprService; |
| | | import com.fzzy.gateway.hx2023.data.LprData; |
| | | import com.fzzy.gateway.hx2023.data.SyncReqData; |
| | |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | /** |
| | | * 缃戝叧涓庤澶囦箣闂寸殑閫氳 |
| | | * 缃戝叧涓庤澶囦箣闂寸殑閫氳-娴峰悍SDK |
| | | */ |
| | | @Slf4j |
| | | @Data |
| | | @Component |
| | | public class HxGatewaySyncLprImpl1 implements GatewaySyncLprService { |
| | | public class HkGatewaySyncLprImpl implements GatewaySyncLprService { |
| | | |
| | | |
| | | @Override |
| | | public String getLprProtocol() { |
| | | return null; |
| | | return GatewayDeviceProtocol.DEVICE_LPR_SDK_HK.getCode(); |
| | | } |
| | | |
| | | @Override |
| | | public LprData syncLpr(SyncReqData reqData) { |
| | | |
| | | |
| | | |
| | | return null; |
| | | } |
| | | } |