This commit is contained in:
tongfei
2023-12-19 16:15:06 +08:00
6 changed files with 61 additions and 48 deletions

View File

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