| | |
| | | package com.zy.asrs.wms.apis.wcs.entity.domain;
|
| | |
|
| | |
|
| | | import com.zy.asrs.wms.system.entity.Host;
|
| | | import lombok.Data;
|
| | | import org.springframework.boot.context.properties.ConfigurationProperties;
|
| | | import org.springframework.stereotype.Component;
|
| | |
| | | private String issueTaskOfEvent;
|
| | | /**RCS通知传输线流动*/
|
| | | private String conveyorStart;
|
| | | // private static String HOST = "http://localhost:8080";
|
| | | private static String HOST = "http://localhost:8080";
|
| | | //
|
| | | // public static String ISSUE_TASK_OF_EVENT = HOST + "/task/create";
|
| | | //
|
| | | // public static String CONVEYOR_START = HOST + "/conveyor/moveContainer";
|
| | | //
|
| | | // public static String SLAP_LIGHT = HOST + "/expand/api/equipment/ptl/sendCommand";
|
| | | public static String SLAP_LIGHT = HOST + "/expand/api/equipment/ptl/sendCommand";
|
| | |
|
| | |
|
| | | }
|