增加状态

This commit is contained in:
18942506660
2023-12-20 16:48:29 +08:00
parent 0870962bc4
commit e1883dd993
6 changed files with 27 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ namespace WMS.Web.Core.Dto.OutStock
/// <summary>
/// 同步成功或者失败 null 就是未同步
/// </summary>
public bool? SuccessSync { get; set; }
public int? SuccessSync { get; set; }
/// <summary>
/// 来源单号
///</summary>