tijian_tieying/web/dccdc.Models/ym_yymx.cs
2025-02-20 12:14:39 +08:00

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; }
}
}