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

26 lines
634 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace dccdc.Models
{
public class JmsqModel
{
public int id { get; set; }
public string ymdjid { get; set; }
public string xm { get; set; }
public int sqrid { get; set; }
public string sqrxm { get; set; }
public string sqsj { get; set; }
public int lx { get; set; }
public string shsj { get; set; }
public int shrid { get; set; }
public int jmlx { get; set; }
public string shr { get; set; }
public int chargeid { get; set; }
}
}