详情接口

This commit is contained in:
tongfei
2023-11-15 15:50:49 +08:00
parent 92fff97981
commit db74dc89df
9 changed files with 231 additions and 96 deletions

View File

@@ -39,6 +39,16 @@ namespace WMS.Web.Domain.Entitys
/// </summary>
public bool? SuccessSync { get; set; }
/// <summary>
/// 操作人
/// </summary>
public int OperateId { get; set; }
/// <summary>
/// 同步时间
/// </summary>
public DateTime? SyncTime { get; set; }
/// <summary>
/// 明细
/// </summary>