lbq
8 天以前 e21d8767d595eff3d700d7d0b9eeed3ed2317fef
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";
 
}