20 lines
480 B
C#
20 lines
480 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace dccdc.Models
|
|||
|
|
{
|
|||
|
|
public class sqyssyModel
|
|||
|
|
{
|
|||
|
|
public int id { get; set; }
|
|||
|
|
public string type { get; set; }
|
|||
|
|
public int ysmxid { get; set; }
|
|||
|
|
public decimal je { get; set; }
|
|||
|
|
public int bxdid { get; set; }
|
|||
|
|
public DateTime czsj { get; set; }
|
|||
|
|
public int czyid { get; set; }
|
|||
|
|
public string czyname { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|