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

24 lines
644 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace dccdc.Models
{
public class sqbxmx2Model
{
public int id { get; set; }
public string type { get; set; }
public int bxdid { get; set; }
public string content { get; set; }
public int kmid { get; set; }
public string kmmc { get; set; }
public int ysid { get; set; }
public string xmmc { get; set; }
public decimal? je { get; set; }
public DateTime czsj { get; set; }
public int czyid { get; set; }
public string czyname { get; set; }
}
}