CompetitionAPI_dotnet/Competition.Mysql/Model/pow_user_exam.cs

412 lines
8.6 KiB
C#

/** 版本信息模板在安装目录下,可自行修改。
* pow_user_exam.cs
*
* 功 能: N/A
* 类 名: pow_user_exam
*
* Ver 变更日期 负责人 变更内容
* ───────────────────────────────────
* V0.01 2022/8/24 15:43:08 N/A 初版
*
* Copyright (c) 2012 Maticsoft Corporation. All rights reserved.
*┌──────────────────────────────────┐
*│ 此技术信息为本公司机密信息,未经本公司书面同意禁止向第三方披露. │
*│ 版权所有:动软卓越(北京)科技有限公司              │
*└──────────────────────────────────┘
*/
using System;
namespace Competition.Mysql.Model
{
/// <summary>
/// pow_user_exam:实体类(属性说明自动提取数据库字段的描述信息)
/// </summary>
[Serializable]
public partial class pow_user_exam
{
public pow_user_exam()
{}
#region Model
private string _userexamid;
private string _userid;
private string _examid;
private string _examname;
private DateTime? _startexamtime;
private DateTime? _endexamtime;
private string _examinationduration;
private string _restorescenemsg;
private string _sceneid;
private string _scenename;
private string _platformareaid;
private string _platformareaname;
private string _lineid;
private string _linename;
private string _selectplatformarea;
private string _isscore;
private DateTime? _linepatroldate;
private string _lineisscore;
private string _faultisscore;
private string _climbrodisscore;
private string _enclosureisscore;
private string _fusiblecoreisscore;
private DateTime? _handledate;
private string _workordercontent;
private string _backgroundinformation;
private string _incominglinemodellength;
private string _outgoinglinemodellength;
private string _status;
private string _examinationlink;
private DateTime? _createtime;
private string _leakageprotection;
private string _overloadprotection;
private string _shortcircuitdelayprotection;
private string _shortcircuitprotection;
private string _undervoltageprotection;
private string _overvoltageprotection;
private string _phaselossprotection;
private string _fusiblecorecurrent;
private DateTime? _updatetime;
private string _r1;
private string _r2;
private string _r3;
/// <summary>
///
/// </summary>
public string UserExamId
{
set { _userexamid = value; }
get { return _userexamid; }
}
/// <summary>
///
/// </summary>
public string UserId
{
set { _userid = value; }
get { return _userid; }
}
/// <summary>
///
/// </summary>
public string ExamId
{
set { _examid = value; }
get { return _examid; }
}
/// <summary>
///
/// </summary>
public string ExamName
{
set { _examname = value; }
get { return _examname; }
}
/// <summary>
///
/// </summary>
public DateTime? StartExamTime
{
set { _startexamtime = value; }
get { return _startexamtime; }
}
/// <summary>
///
/// </summary>
public DateTime? EndExamTime
{
set { _endexamtime = value; }
get { return _endexamtime; }
}
/// <summary>
///
/// </summary>
public string ExaminationDuration
{
set { _examinationduration = value; }
get { return _examinationduration; }
}
/// <summary>
///
/// </summary>
public string RestoreSceneMsg
{
set { _restorescenemsg = value; }
get { return _restorescenemsg; }
}
/// <summary>
///
/// </summary>
public string SceneId
{
set { _sceneid = value; }
get { return _sceneid; }
}
/// <summary>
///
/// </summary>
public string SceneName
{
set { _scenename = value; }
get { return _scenename; }
}
/// <summary>
///
/// </summary>
public string PlatformAreaId
{
set { _platformareaid = value; }
get { return _platformareaid; }
}
/// <summary>
///
/// </summary>
public string PlatformAreaName
{
set { _platformareaname = value; }
get { return _platformareaname; }
}
/// <summary>
///
/// </summary>
public string LineId
{
set { _lineid = value; }
get { return _lineid; }
}
/// <summary>
///
/// </summary>
public string LineName
{
set { _linename = value; }
get { return _linename; }
}
/// <summary>
///
/// </summary>
public string SelectPlatformArea
{
set { _selectplatformarea = value; }
get { return _selectplatformarea; }
}
/// <summary>
///
/// </summary>
public string IsScore
{
set { _isscore = value; }
get { return _isscore; }
}
/// <summary>
///
/// </summary>
public DateTime? LinePatrolDate
{
set { _linepatroldate = value; }
get { return _linepatroldate; }
}
/// <summary>
///
/// </summary>
public string LineIsScore
{
set { _lineisscore = value; }
get { return _lineisscore; }
}
/// <summary>
///
/// </summary>
public string FaultIsScore
{
set { _faultisscore = value; }
get { return _faultisscore; }
}
/// <summary>
///
/// </summary>
public string ClimbrodIsScore
{
set { _climbrodisscore = value; }
get { return _climbrodisscore; }
}
/// <summary>
///
/// </summary>
public string EnclosureIsScore
{
set { _enclosureisscore = value; }
get { return _enclosureisscore; }
}
/// <summary>
///
/// </summary>
public string FusibleCoreIsScore
{
set { _fusiblecoreisscore = value; }
get { return _fusiblecoreisscore; }
}
/// <summary>
///
/// </summary>
public DateTime? HandleDate
{
set { _handledate = value; }
get { return _handledate; }
}
/// <summary>
///
/// </summary>
public string WorkOrderContent
{
set { _workordercontent = value; }
get { return _workordercontent; }
}
/// <summary>
///
/// </summary>
public string BackgroundInformation
{
set { _backgroundinformation = value; }
get { return _backgroundinformation; }
}
/// <summary>
///
/// </summary>
public string IncomingLineModelLength
{
set { _incominglinemodellength = value; }
get { return _incominglinemodellength; }
}
/// <summary>
///
/// </summary>
public string OutgoingLineModelLength
{
set { _outgoinglinemodellength = value; }
get { return _outgoinglinemodellength; }
}
/// <summary>
///
/// </summary>
public string Status
{
set { _status = value; }
get { return _status; }
}
/// <summary>
///
/// </summary>
public string ExaminationLink
{
set { _examinationlink = value; }
get { return _examinationlink; }
}
/// <summary>
///
/// </summary>
public DateTime? CreateTime
{
set { _createtime = value; }
get { return _createtime; }
}
/// <summary>
///
/// </summary>
public string LeakageProtection
{
set { _leakageprotection = value; }
get { return _leakageprotection; }
}
/// <summary>
///
/// </summary>
public string OverloadProtection
{
set { _overloadprotection = value; }
get { return _overloadprotection; }
}
/// <summary>
///
/// </summary>
public string ShortCircuitDelayProtection
{
set { _shortcircuitdelayprotection = value; }
get { return _shortcircuitdelayprotection; }
}
/// <summary>
///
/// </summary>
public string ShortCircuitProtection
{
set { _shortcircuitprotection = value; }
get { return _shortcircuitprotection; }
}
/// <summary>
///
/// </summary>
public string UndervoltageProtection
{
set { _undervoltageprotection = value; }
get { return _undervoltageprotection; }
}
/// <summary>
///
/// </summary>
public string OvervoltageProtection
{
set { _overvoltageprotection = value; }
get { return _overvoltageprotection; }
}
/// <summary>
///
/// </summary>
public string PhaseLossProtection
{
set { _phaselossprotection = value; }
get { return _phaselossprotection; }
}
/// <summary>
///
/// </summary>
public string FusibleCoreCurrent
{
set { _fusiblecorecurrent = value; }
get { return _fusiblecorecurrent; }
}
/// <summary>
///
/// </summary>
public DateTime? UpdateTime
{
set { _updatetime = value; }
get { return _updatetime; }
}
/// <summary>
///
/// </summary>
public string R1
{
set { _r1 = value; }
get { return _r1; }
}
/// <summary>
///
/// </summary>
public string R2
{
set { _r2 = value; }
get { return _r2; }
}
/// <summary>
///
/// </summary>
public string R3
{
set { _r3 = value; }
get { return _r3; }
}
#endregion Model
}
}