回退保存请求对象优化
This commit is contained in:
@@ -35,6 +35,6 @@ namespace WMS.Web.Core.Dto.BackRecord
|
||||
/// 序列号集
|
||||
/// </summary>
|
||||
[Required(ErrorMessage = "序列号不能为空")]
|
||||
public string SerialNumbers { get; set; }
|
||||
public List<string> SerialNumbers { get; set; } = new List<string>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user