修复bug

This commit is contained in:
18942506660
2023-12-06 14:54:13 +08:00
parent acb90e8202
commit 68019d22b2
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ namespace WMS.Web.Core.Dto.SerialNumbers
/// <summary>
/// 完成装箱时间
/// </summary>
public DateTime? CompleteCartonTime { get; set; }
public string CompleteCartonTime { get; set; }
/// <summary>
/// 出库单对应销售订单号
/// </summary>