同步金蝶,改成异步

This commit is contained in:
tongfei
2023-12-20 16:48:59 +08:00
parent 428257d1e7
commit 0870962bc4
6 changed files with 18 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ namespace WMS.Web.Core.Dto
/// <summary>
/// 同步成功或者失败 null 就是未同步
/// </summary>
public bool? SuccessSync { get; set; }
public int? SuccessSync { get; set; }
/// <summary>
/// 供应商ID
/// </summary>