using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace dccdc.Models { public class pdd2mxModel { public int id { get; set; } public int pddid { get; set; } public int wzid { get; set; } public string wzmc { get; set; } public decimal sl { get; set; } public decimal dj { get; set; } public decimal oldsl { get; set; } public DateTime czsj { get; set; } public int sign { get; set; } } }