1
2026-01-15 0dbbb4f916caef60d982435db1c7ebc5463771f1
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";
 
}