bug修复

This commit is contained in:
tongfei
2023-12-06 16:01:47 +08:00
parent 372d8fbfda
commit f1dba1cfcc
4 changed files with 9 additions and 8 deletions

View File

@@ -73,6 +73,6 @@ namespace WMS.Web.Core.Dto
/// <summary>
/// 同步成功或者失败
/// </summary>
public bool? SuccessSync { get; set; }
public string SuccessSync { get; set; }
}
}