修复bug

This commit is contained in:
18942506660
2023-12-18 16:53:06 +08:00
parent f171eabaa5
commit 7cf3b3a276
5 changed files with 16 additions and 5 deletions

View File

@@ -90,6 +90,11 @@ namespace WMS.Web.Core.Dto.TakeStock
[Column("盘点结果")]
public string ResultType { get; set; }
/// <summary>
/// 失败原因
/// </summary>
[Column("失败原因")]
public string FailRemark { get; set; }
/// <summary>
/// 备注
/// </summary>
[Column("备注")]