22 lines
469 B
C#
22 lines
469 B
C#
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; }
|
|
}
|
|
}
|