using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MyCode.Project.Domain.Message.Response.LxmZHMDReport { public class PrdReportHead { public decimal YearPrdQty { get; set; } public decimal YearInStockQty { get; set; } public decimal MonthPrdQty { get; set; } public decimal MonthInStockQty { get; set; } public decimal StockQty { get; set; } public DateTime dateTime { get; set; } } }