tijian_tieying/web/dccdc.Models/sqysModel.cs
2025-02-20 12:14:39 +08:00

60 lines
2.0 KiB
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace dccdc.Models
{
public class sqysModel
{
public int id { get; set; }
public string sqdh { get; set; }
public DateTime? sqsj { get; set; }
public DateTime? tjsj { 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 decimal? je2 { get; set; }
public decimal? je3 { get; set; }
public string year { get; set; }
public string yt { get; set; }
public string bz { get; set; }
public string bz2 { get; set; }
public string fyly { get; set; }
public int? xmjfsrid { get; set; }
public int? xmjfid { get; set; }
public decimal? xmjfsrje { 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 decimal spje1 { get; set; }
public decimal spje11 { get; set; }
public decimal spje2 { get; set; }
public decimal spje22 { get; set; }
public decimal spje3 { get; set; }
public decimal spje33 { get; set; }
public decimal spje4 { get; set; }
public decimal spje44 { get; set; }
public string dxje { get; set; }
}
}