修改了同步

This commit is contained in:
2025-07-15 10:35:37 +08:00
parent e8e4992dbe
commit 41ef8ff89b
6 changed files with 37 additions and 3 deletions

View File

@@ -103,6 +103,11 @@ namespace WMS.Web.Domain.Entitys
/// </summary>
public string FMaterialGroupFName { get; set; }
/// <summary>
/// 物料32进制Id
/// </summary>
public string FProductIDS { get; set; }