|
using DataService.Api;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace RuralPower.Api
|
|
{
|
|
public class exam_data
|
|
{
|
|
public int code { get; set; }
|
|
|
|
public string state { get; set; }
|
|
|
|
public get_exam_response data { get; set; }
|
|
}
|
|
}
|