重写在库物料维护

This commit is contained in:
2023-11-15 09:25:58 +08:00
parent 5714e38ffc
commit e13f1fd3d2
2 changed files with 110 additions and 0 deletions

View File

@@ -191,4 +191,8 @@ public class ModuleConsts
/// 模块标识-采购收货
/// </summary>
public const string MODULE_WMSPURCHASE_ID = "29975280336405";
/// <summary>
/// 模块标识-在库物料维护
/// </summary>
public const string MODULE_WMSINSTKMIN_ID = "27124095468309";
}