公告板
版本库
filestore
活动
搜索
登录
main
/
wms-master
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
添加openApi模块 添加下发任务接口模块
skyouc
18 小时以前
299cd2a4b79f32f9e1b55997e48bbe7e598c2d3f
[wms-master.git]
/
rsf-open-api
/
src
/
main
/
java
/
com
/
vincent
/
rsf
/
openApi
/
entity
/
constant
/
RcsConstant.java
1
2
3
4
5
6
7
package com.vincent.rsf.openApi.entity.constant;
public class RcsConstant {
public static String pubTask = "/api/open/bus/submit";
}