22 lines
476 B
C#
22 lines
476 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace dccdc.Models
|
|
{
|
|
public class JfJkkc
|
|
{
|
|
public int id { get; set; }
|
|
public string jkkcfs { get; set; }
|
|
public int? ghrid { get; set; }
|
|
|
|
public string ghr { get; set; }
|
|
|
|
public string ghje { get; set; }
|
|
public int? jkdid { get; set; }
|
|
public int? bxdid { get; set; }
|
|
public string dkje { get; set; }
|
|
}
|
|
}
|