15 lines
301 B
C#
15 lines
301 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace dccdc.Models.DTO
|
|
{
|
|
public class Result_SQXM
|
|
{
|
|
public int id { get; set; }
|
|
public string exam_group { get; set; }
|
|
public int exam_group_maintain_id { get; set; }
|
|
}
|
|
}
|