23 lines
559 B
C#
23 lines
559 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace dccdc.Models
|
|
{
|
|
public class ym_yymx
|
|
{
|
|
public int id { get; set; }
|
|
public DateTime yyrq { get; set; }
|
|
public int sjdid { get; set; }
|
|
public DateTime yysj { get; set; }
|
|
public byte lx { get; set; }
|
|
public string xm { get; set; }
|
|
public string zjhm { get; set; }
|
|
public string lxdh { get; set; }
|
|
public string openid { get; set; }
|
|
|
|
public string sjdmc { get; set; }
|
|
}
|
|
}
|