tijian_tieying/web/dccdc.Models/sqyssyModel.cs

20 lines
480 B
C#
Raw Permalink 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 sqyssyModel
{
public int id { get; set; }
public string type { get; set; }
public int ysmxid { get; set; }
public decimal je { get; set; }
public int bxdid { get; set; }
public DateTime czsj { get; set; }
public int czyid { get; set; }
public string czyname { get; set; }
}
}