31 lines
855 B
C#
31 lines
855 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace dccdc.Models
|
|
{
|
|
public class sqysmxModel
|
|
{
|
|
public int id { get; set; }
|
|
public int sqdid { get; set; }
|
|
public int jflbid { get; set; }
|
|
public string jflbmc { get; set; }
|
|
public int jfid { get; set; }
|
|
public string jfmc { get; set; }
|
|
public int kmid { get; set; }
|
|
public string kmmc { get; set; }
|
|
public decimal sl { get; set; }
|
|
public decimal dj { get; set; }
|
|
public DateTime czsj { get; set; }
|
|
public decimal yyje { get; set; }
|
|
public decimal syje3 { get; set; }
|
|
public string xmnr { get; set; }
|
|
public string xmmb { get; set; }
|
|
|
|
public string addorupdate { get; set; }
|
|
|
|
public string csyj { get; set; }
|
|
}
|
|
}
|