|  |  |  | 
|---|
|  |  |  | package com.ld.igds.io.impl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.ld.igds.inout.dto.InoutApiData; | 
|---|
|  |  |  | import com.ld.igds.io.InoutApiService; | 
|---|
|  |  |  | import com.ld.igds.inout.dto.ApiInoutData; | 
|---|
|  |  |  | import com.ld.igds.inout.ApiInoutService; | 
|---|
|  |  |  | import com.ld.igds.inout.dto.InoutData; | 
|---|
|  |  |  | import com.ld.igds.io.constant.ProtocolEnum; | 
|---|
|  |  |  | import org.springframework.stereotype.Repository; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | * @author | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Repository | 
|---|
|  |  |  | public class DefaultInoutApiServiceImpl implements InoutApiService { | 
|---|
|  |  |  | public class DefaultInoutApiServiceImpl implements ApiInoutService { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public String getProtocol() { | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public InoutApiData getPlateNum(InoutApiData param) { | 
|---|
|  |  |  | public ApiInoutData getIcCardNum(ApiInoutData param) { | 
|---|
|  |  |  | return null; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public ApiInoutData getPlateNum(ApiInoutData param) { | 
|---|
|  |  |  | return param; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public String reConnectLpr(InoutApiData param) { | 
|---|
|  |  |  | public String initLpr(ApiInoutData param) { | 
|---|
|  |  |  | return null; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public String initLpr(InoutApiData param) { | 
|---|
|  |  |  | public String gateControl(ApiInoutData param) { | 
|---|
|  |  |  | return null; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public String gateControl(InoutApiData param) { | 
|---|
|  |  |  | public String lightControl(ApiInoutData param) { | 
|---|
|  |  |  | return null; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public String addWhitePlate(InoutApiData param) { | 
|---|
|  |  |  | public String noticeRadio(ApiInoutData param, InoutData data) { | 
|---|
|  |  |  | return null; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public String delWhitePlate(InoutApiData apiData) { | 
|---|
|  |  |  | return null; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public String noticeRadio(InoutApiData param) { | 
|---|
|  |  |  | return null; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public String gatewayStatus(InoutApiData param) { | 
|---|
|  |  |  | return null; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public String noticeWeightDone(InoutApiData param) { | 
|---|
|  |  |  | return null; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public InoutApiData getIcCardNum(InoutApiData param) { | 
|---|
|  |  |  | public String noticeLed(ApiInoutData param, InoutData data) { | 
|---|
|  |  |  | return null; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|