20 lines
473 B
C#
20 lines
473 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace dccdc.Models
|
|
{
|
|
public class BDXX
|
|
{
|
|
public int id { get; set; }
|
|
public int etid { get; set; }
|
|
public string jzxm { get; set; }
|
|
public int yetgx { get; set; }
|
|
public string lxdh { get; set; }
|
|
public string sfzh { get; set; }
|
|
public string openid { get; set; }
|
|
public DateTime bdsj { get; set; }
|
|
}
|
|
}
|