修复bug

This commit is contained in:
18942506660
2023-12-19 14:33:48 +08:00
parent 84be9f33c8
commit 9997398a9f

View File

@@ -46,7 +46,6 @@ namespace WMS.Web.Core.Dto.TakeStock
/// <summary>
/// 备注
/// </summary>
[Required(ErrorMessage = "备注不能为空")]
public string Remark { get; set; }
}
}