This commit is contained in:
2025-09-02 15:16:29 +08:00
parent fdf1d59f3e
commit 6f3401179e
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
@@ -35,5 +36,10 @@ namespace MyCode.Project.Domain.Message.Response.LxmZHMDReport
/// 入库总数量
/// </summary>
public decimal InStockQty { get; set; }
/// <summary>
/// 下单时间
/// </summary>
public DateTime FCreateDate { get; set; }
}
}