增加序列号结构表
This commit is contained in:
@@ -62,7 +62,7 @@ namespace WMS.Web.Core.Dto
|
||||
/// 序列号生成时间
|
||||
/// </summary>
|
||||
[JsonProperty("barCreateTime")]
|
||||
public string BarCreateTime { get; set; }
|
||||
public DateTime? BarCreateTime { get; set; }
|
||||
/// <summary>
|
||||
/// 序列号生成用户
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user