37 lines
1.1 KiB
C#
37 lines
1.1 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace dccdc.Models
|
|
{
|
|
public class sqccbxmxModel
|
|
{
|
|
public int id { get; set; }
|
|
public int sqdid { get; set; }
|
|
public DateTime begint { get; set; }
|
|
public string begind { get; set; }
|
|
public DateTime endt { get; set; }
|
|
public string endd { get; set; }
|
|
public bool havecb { get; set; }
|
|
public string gongju { get; set; }
|
|
public decimal count { get; set; }
|
|
public decimal je { get; set; }
|
|
|
|
public string xiangmu { get; set; }
|
|
public decimal rs { get; set; }
|
|
public string ry { get; set; }
|
|
public decimal ts { get; set; }
|
|
public decimal bz { get; set; }
|
|
public decimal je2 { get; set; }
|
|
public string qt { get; set; }
|
|
public decimal bz2 { get; set; }
|
|
public decimal je3 { get; set; }
|
|
public DateTime czsj { get; set; }
|
|
|
|
//兼容暂存数据
|
|
public decimal hbz { get; set; }
|
|
public int bhjtbz { get; set; }
|
|
}
|
|
}
|