69 lines
2.4 KiB
C#
69 lines
2.4 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace dccdc.Models
|
|
{
|
|
public class chuchai_sqModel
|
|
{
|
|
public int id { get; set; }
|
|
public string sqdh { get; set; }
|
|
public DateTime? sqsj { get; set; }
|
|
public int sqrid { get; set; }
|
|
public string sqr { get; set; }
|
|
public int ksid { get; set; }
|
|
public string ksmc { get; set; }
|
|
public decimal? je { get; set; }
|
|
public string cclx { get; set; }
|
|
public int? ccrs { get; set; }
|
|
public string ccry { get; set; }
|
|
public string ccryids { get; set; }
|
|
public string filepath { get; set; }
|
|
public string sy { get; set; }
|
|
public DateTime ccsj { get; set; }
|
|
public string ccsj2 { get; set; }
|
|
public int? ccts { get; set; }
|
|
public string ccdd { get; set; }
|
|
public string cclb { get; set; }
|
|
public int areaid1 { get; set; }
|
|
public int areaid2 { get; set; }
|
|
public int areaid3 { get; set; }
|
|
public string area { get; set; }
|
|
public string mx { get; set; }
|
|
public bool fyly1 { get; set; }
|
|
public bool fyly2 { get; set; }
|
|
public string fyly { get; set; }
|
|
public string fydh { get; set; }
|
|
public string fydhs { get; set; }
|
|
public string fydh2 { get; set; }
|
|
public int zt { get; set; }
|
|
|
|
public int sprid1 { get; set; }
|
|
public string spr1 { get; set; }
|
|
public DateTime? sptime1 { get; set; }
|
|
public string spnr1 { get; set; }
|
|
public int sprid2 { get; set; }
|
|
public string spr2 { get; set; }
|
|
public DateTime? sptime2 { get; set; }
|
|
public string spnr2 { get; set; }
|
|
public int sprid3 { get; set; }
|
|
public string spr3 { get; set; }
|
|
public DateTime? sptime3 { get; set; }
|
|
public string spnr3 { get; set; }
|
|
public int sprid4 { get; set; }
|
|
public string spr4 { get; set; }
|
|
public DateTime? sptime4 { get; set; }
|
|
public string spnr4 { get; set; }
|
|
public int sprid5 { get; set; }
|
|
public string spr5 { get; set; }
|
|
public DateTime? sptime5 { get; set; }
|
|
public string spnr5 { get; set; }
|
|
public int sprid6 { get; set; }
|
|
public string spr6 { get; set; }
|
|
public DateTime? sptime6 { get; set; }
|
|
public string spnr6 { get; set; }
|
|
|
|
}
|
|
}
|