16 lines
313 B
C#
16 lines
313 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace dccdc.Models
|
|
{
|
|
public class set_jg_lx_kyyrs
|
|
{
|
|
public int id { get; set; }
|
|
public int jgid { get; set; }
|
|
public int cylx { get; set; }
|
|
public int kyyrs { get; set; }
|
|
}
|
|
}
|