16 lines
384 B
C#
16 lines
384 B
C#
namespace Tnb.BasicData
|
|
{
|
|
public static class WebApiConst
|
|
{
|
|
#region wms
|
|
|
|
//mes生产入库接口
|
|
public const string MES_CREATE_INSTOCK = "/api/wms/wms-in-stock/mes-create-instock";
|
|
|
|
//载具签收接口
|
|
public const string MES_CARRY_SIGN = "/api/wms/wms-sign-for-delivery/mes-carry-sign";
|
|
|
|
#endregion
|
|
|
|
}
|
|
} |