修复bug

This commit is contained in:
18942506660
2024-10-17 11:57:22 +08:00
parent 7499682041
commit a1716aa75a
10 changed files with 189 additions and 26 deletions

View File

@@ -14,7 +14,7 @@ namespace WMS.Web.Core.Dto.LingXing
/// <summary>
/// 仓库Id 1,3,234,33
/// </summary>
[JsonProperty("offset")]
[JsonProperty("wid")]
public string wid { get; set; }
}
}