tijian_tieying/web/dccdc.Models/tj_yysjd.cs

22 lines
469 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 tj_yysjd
{
public int id { get; set; }
public int jgid { get; set; }
public string btime { get; set; }
public string etime { get; set; }
public int px { get; set; }
public int yyrs { get; set; }
public string mc { get; set; }
public string jgmc { get; set; }
}
}