tijian_tieying/web/dccdc.Models/BDXX.cs

20 lines
473 B
C#
Raw Normal View History

2025-02-20 12:14:39 +08:00
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; }
}
}