using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Business.ResourceExamineManagement.Dto { [Keyless] public class ProcurementForecast { public string wlh { get; set; } public string wlmc { get; set; } public string wlgg { get; set; } public string gysdm { get; set; } public string gysmc { get; set; } public string jbdw { get; set; } public decimal? sl { get; set; } public string cgyf { get; set; } } }