公告板
版本库
filestore
活动
搜索
登录
main
/
wms-master
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改入出库历史的拣料类型,不上传ERP
skyouc
2025-11-27
d7355ce983c2bddcc5b95e4d84283f6631fb176a
[wms-master.git]
/
rsf-open-api
/
src
/
main
/
java
/
com
/
vincent
/
rsf
/
openApi
/
entity
/
constant
/
RcsConstant.java
1
2
3
4
5
6
7
8
9
10
11
package com.vincent.rsf.openApi.entity.constant;
public class RcsConstant {
public static String pubTask = "/api/open/bus/submit";
public static String syncLocs = "/api/open/loc/sync";
public static String modifystatus = "/api/open/modify/status";
}