公告板
版本库
filestore
活动
搜索
登录
main
/
zy-asrs-master
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
状态上传判断问题修复
DESKTOP-LMJ82IJ\Eno
2024-12-22
5a972c19b6f166aa7e64705258c85eb8413411f4
[zy-asrs-master.git]
/
zy-asrs-wms
/
src
/
main
/
java
/
com
/
zy
/
asrs
/
wms
/
apis
/
wcs
/
entity
/
domain
/
Constant.java
1
2
3
4
5
6
7
8
9
10
11
package com.zy.asrs.wms.apis.wcs.entity.domain;
public class Constant {
private static String HOST = "http://localhost:8080";
public static String ISSUE_TASK_OF_PUTAWAY = HOST + "/task/create";
public static String CONVEYOR_START = HOST + "/conveyor/moveContainer";
}