30 lines
894 B
C#
30 lines
894 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace dccdc.Models
|
|||
|
|
{
|
|||
|
|
public class cgsqdModel
|
|||
|
|
{
|
|||
|
|
public int id { get; set; }
|
|||
|
|
public string sqdh { get; set; }
|
|||
|
|
public int sqrid { get; set; }
|
|||
|
|
public string sqr { get; set; }
|
|||
|
|
public int sqksid { get; set; }
|
|||
|
|
public string sqks { get; set; }
|
|||
|
|
public DateTime sqrq { get; set; }
|
|||
|
|
public int jflyid { get; set; }
|
|||
|
|
public string jfly { get; set; }
|
|||
|
|
public string sqyy { get; set; }
|
|||
|
|
public decimal cgje { get; set; }
|
|||
|
|
public int zt { get; set; }
|
|||
|
|
public string bmld { get; set; }
|
|||
|
|
public DateTime? bmshsj { get; set; }
|
|||
|
|
public string dwld { get; set; }
|
|||
|
|
public DateTime? dwshsj { get; set; }
|
|||
|
|
public DateTime? czsj { get; set; }
|
|||
|
|
public int cgzt { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|