125 lines
5.1 KiB
C#
125 lines
5.1 KiB
C#
using System;
|
||
using System.Collections;
|
||
using System.Collections.Generic;
|
||
using UnityEngine;
|
||
//============================================================
|
||
//支持中文,文件使用UTF-8编码
|
||
//@author YangHua
|
||
//@create 20230920
|
||
//@company QianHuo
|
||
//
|
||
//@description:
|
||
//============================================================
|
||
|
||
public class ExamRoot
|
||
{
|
||
/// <summary>
|
||
/// 操作成功
|
||
/// </summary>
|
||
public string msg;
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public int code;
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public ExamDataRoot data;
|
||
}
|
||
[Serializable]
|
||
public class ExamDataRoot
|
||
{
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string pageNum ;
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string pageSize ;
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public int id ;
|
||
/// <summary>
|
||
/// 室内高供高计
|
||
/// </summary>
|
||
public string examName ;
|
||
/// <summary>
|
||
/// [{"pageNum":null,"pageSize":null,"id":560,"point":"在工具间选择需要带到现场的工器具(验电笔、安全帽、绝缘鞋(设置日期)、相位伏安表、钳形表、万用表、螺丝刀(绝缘包裹)、钢丝钳、服务记录仪、绝缘手套、印泥、证物袋、工作卡(背包默认存在工作证、移动作业终端)迷惑项:金属梯子、螺丝刀金属部分未绝缘包裹,日期超期)","score":"10","createTime":"2024-06-28T09:42:20.000+08:00","createBy":null,"sceneId":95,"step":"检查工器具"},{"pageNum":null,"pageSize":null,"id":561,"point":"填写现场工作卡(通过下拉菜单来填写)","score":"10","createTime":"2024-06-28T09:42:20.000+08:00","createBy":null,"sceneId":95,"step":"填写工作单"},{"pageNum":null,"pageSize":null,"id":562,"point":"打开服务记录仪、全程记录","score":"10","createTime":"2024-06-28T09:42:20.000+08:00","createBy":null,"sceneId":95,"step":"联系客户"},{"pageNum":null,"pageSize":null,"id":563,"point":"出示工作证、告知用户来进行用电检查","score":"10","createTime":"2024-06-28T09:42:20.000+08:00","createBy":null,"sceneId":95,"step":"联系客户"},{"pageNum":null,"pageSize":null,"id":564,"point":"拿出验电笔在有电的地方测试验电笔是否好坏。如果验电笔是好的验过并网柜门之后再次在有电的地方测试验电笔好坏。确保并网柜外壳确无电压。验电流程经过第一个三步之后,后续开门只需要一步","score":"20","createTime":"2024-06-28T09:42:20.000+08:00","createBy":null,"sceneId":95,"step":"柜门验电"},{"pageNum":null,"pageSize":null,"id":565,"point":"选择钳形电流表合适的量程对一次回路及二次回路电流进行检查。(在配电箱测出的数值无法与计量箱测出数值对应,则为异常,需打开电缆沟寻找窃电位置)","score":"10","createTime":"2024-06-28T09:42:20.000+08:00","createBy":null,"sceneId":95,"step":"现场检查"},{"pageNum":null,"pageSize":null,"id":566,"point":"使用万用表对表计电压进行检查是否正常,无断相现象。(电压检测出0V,为异常)","score":"15","createTime":"2024-06-28T09:42:20.000+08:00","createBy":null,"sceneId":95,"step":"现场检查"},{"pageNum":null,"pageSize":null,"id":567,"point":"随时可填写相关现场检查出的问题","score":"15","createTime":"2024-06-28T09:42:20.000+08:00","createBy":null,"sceneId":95,"step":"填写异常记录"}]
|
||
/// </summary>
|
||
public string examContent;
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public int sceneId ;
|
||
/// <summary>
|
||
/// 室内型高供高计
|
||
/// </summary>
|
||
public string sceneName ;
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string sceneScriptId ;
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public int status ;
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string createBy ;
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string createTime ;
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string updateBy ;
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string updateTime ;
|
||
}
|
||
[Serializable]
|
||
public class ExamStepItem
|
||
{
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string pageNum ;
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string pageSize ;
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public int id ;
|
||
/// <summary>
|
||
/// 在工具间选择需要带到现场的工器具(验电笔、安全帽、绝缘鞋(设置日期)、相位伏安表、钳形表、万用表、螺丝刀(绝缘包裹)、钢丝钳、服务记录仪、绝缘手套、印泥、证物袋、工作卡(背包默认存在工作证、移动作业终端)迷惑项:金属梯子、螺丝刀金属部分未绝缘包裹,日期超期)
|
||
/// </summary>
|
||
public string point ;
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string score ;
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string createTime ;
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string createBy ;
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public int sceneId ;
|
||
/// <summary>
|
||
/// 检查工器具
|
||
/// </summary>
|
||
public string step ;
|
||
}
|