增加PDA扫码入库模块

This commit is contained in:
FanLian
2023-09-04 14:19:23 +08:00
parent 1b71afefce
commit 13e2e81d13
10 changed files with 313 additions and 7 deletions

View File

@@ -181,4 +181,9 @@ public class ModuleConsts
/// </summary>
public const string MODULE_WMSPOINT_ID = "26099196480805";
/// <summary>
/// 模块标识-PDA寄存出库
/// </summary>
public const string MODULE_WMSSCANCODEINSTOCKPDA_ID = "28576495374869";
}