fix: 启动报错修改

This commit is contained in:
yanps
2024-01-22 19:35:21 +08:00
parent 47b3889c5b
commit b3b343c075

View File

@@ -5,13 +5,10 @@ import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import org.nl.acs.ext.wms.data.*;
import org.nl.acs.ext.wms.data.one.*;
<<<<<<< Updated upstream
import org.nl.acs.ext.wms.data.one.ApplyLabelingAndBindingRequest;
import org.nl.acs.ext.wms.data.one.ApplyLabelingAndBindingResponse;
import org.nl.acs.ext.wms.data.one.BaseRequest;
=======
import org.nl.acs.instruction.domain.Instruction;
>>>>>>> Stashed changes
public interface AcsToWmsService {
@@ -133,7 +130,6 @@ public interface AcsToWmsService {
*/
BlankingButtonResponse applyBlankButtonTask(BlankingButtonRequest param);
<<<<<<< Updated upstream
/**
* 向lms申请反馈
* @param param
@@ -147,7 +143,7 @@ public interface AcsToWmsService {
* @return
*/
ApplyPlugPullSitResponse applyPlugPullSiteRequest(ApplyPlugPullSiteRequest param);
=======
/**
* 查询站点有无货状态
@@ -156,5 +152,4 @@ public interface AcsToWmsService {
*/
JSONObject queryStationState(Instruction inst);
>>>>>>> Stashed changes
}