修复bug

This commit is contained in:
18942506660
2024-10-09 10:21:08 +08:00
parent cbe206b92b
commit 10a3330f80
2 changed files with 1 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ namespace WMS.Web.Core.Dto
/// <summary>
/// 备注
/// </summary>
[Column("备注")]
public string Remark { get; set; }