2026-01-26 11:04:00 +08:00

14 lines
260 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DOAN.Model.MES
{
public class MonthProductDto : PagerInfo
{
public DateTime SearchYearMonth { get; set; }
}
}