修复bug

This commit is contained in:
18942506660
2023-12-08 15:32:36 +08:00
parent 1dbcf1cf4e
commit bd4fcdb904
8 changed files with 116 additions and 66 deletions

View File

@@ -72,6 +72,10 @@ namespace WMS.Web.Domain.Values.Erp
/// <summary>
/// 客户
/// </summary>
BD_Customer=16
BD_Customer=16,
/// <summary>
/// 销售出库单
/// </summary>
SAL_OUTSTOCK=17
}
}