调整同步状态
This commit is contained in:
@@ -3,6 +3,7 @@ using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.Text;
|
||||
using WMS.Web.Core;
|
||||
using WMS.Web.Domain.Values;
|
||||
|
||||
namespace WMS.Web.Domain.Entitys
|
||||
{
|
||||
@@ -48,6 +49,6 @@ namespace WMS.Web.Domain.Entitys
|
||||
/// 同步成功或者失败 默认是失败状态
|
||||
/// </summary>
|
||||
[Column("SuccessSync")]
|
||||
public bool SuccessSync { get; set; } = false;
|
||||
public SyncStatus SuccessSync { get; set; } = SyncStatus.Fail;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user