tijian_tieying/web/dccdc.Models/sqshModel.cs

20 lines
477 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 sqshModel
{
public int id { get; set; }
public string type { get; set; }
public int sqid { get; set; }
public string spr { get; set; }
public DateTime sptime { get; set; }
public string spnr { get; set; }
public string zt { get; set; }
public string spzw { get; set; }
}
}