21 lines
516 B
C#
21 lines
516 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace dccdc.Models
|
|
{
|
|
public class thdModel
|
|
{
|
|
public int id { get; set; }
|
|
public string thdh { get; set; }
|
|
public DateTime thsj { get; set; }
|
|
public int thrid { get; set; }
|
|
public string thr { get; set; }
|
|
public int gysid { get; set; }
|
|
public string gys { get; set; }
|
|
public decimal thje { get; set; }
|
|
public string thyy { get; set; }
|
|
}
|
|
}
|