销售出库与拣货接口以及部分问题修复

This commit is contained in:
2024-05-14 15:29:18 +08:00
parent 72ddc61591
commit eadaa50ef7
22 changed files with 1195 additions and 84 deletions

View File

@@ -209,4 +209,17 @@ public class ModuleConsts
/// </summary>
public const string MODLUE_WMSTASKSTOCK_ID = "27690726707477";
/// <summary>
/// 模块标识-销售出库
/// </summary>
public const string MODULE_WMSSALERELEASE_ID = "25104446664213";
/// <summary>
/// 模块标识-分拣任务
/// </summary>
public const string MODULE_WMSSORTINGTASK_ID = "34088685351445";
/// <summary>
/// 模块标识-成品调拨入库单
/// </summary>
public const string MODULE_WMSTRANSFERINSTOCKH_ID = "34154749548053";
}