chen.lin
2 天以前 91e6029be34ae47593dea647f38f98a3a69fd6dd
1
2
3
4
5
6
7
8
9
package com.vincent.rsf.openApi.entity.constant;
 
public class WcsConstant {
 
    public static String pubTask = "/openapi/createInTask";
 
    public static String syncLocs = "/api/open/loc/sync";
 
}