This commit is contained in:
2025-11-04 11:36:19 +08:00
parent 8d0542953e
commit cd93b84014
2 changed files with 27 additions and 17 deletions

View File

@@ -505,4 +505,15 @@ namespace MyCode.Project.Infrastructure.JackYun
public string logisticNo { get; set; }
}
public class BusiOrderGoodsDocInResponse2
{
public List<BusiOrderGoodsDocInResponse> Data { get; set; }
/// <summary>
/// 上下文编号
/// </summary>
public string contextId { get; set; }
}
}