/** 版本信息模板在安装目录下,可自行修改。 * pow_exam_fault.cs * * 功 能: N/A * 类 名: pow_exam_fault * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── * V0.01 2022/8/11 16:04:44 N/A 初版 * * Copyright (c) 2012 Maticsoft Corporation. All rights reserved. *┌──────────────────────────────────┐ *│ 此技术信息为本公司机密信息,未经本公司书面同意禁止向第三方披露. │ *│ 版权所有:动软卓越(北京)科技有限公司              │ *└──────────────────────────────────┘ */ using System; namespace DataService.Model { /// /// pow_exam_fault:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class pow_exam_fault { public pow_exam_fault() {} #region Model private string _examfaultid; private string _examid; private string _faultid; private string _rootdeviceid; private string _deviceid; private string _type; private string _faulttype; private string _faultdesc; private string _defectlevel; private string _specificsimulation; private string _faultposition; private string _selectsocre; private string _faultscore; private string _handlerscore; private string _degreesserialnumber; private string _degreesvalue; private string _choicequestion; private string _multiplequestion; private string _difficultylevel; private string _positionvalue; private string _position; private string _fusiblecorenormal; private string _fusiblecorefault; private string _porcelainbottletype; private string _direction; private string _topic; private string _optiona; private string _optionb; private string _optionc; private string _optiond; private string _optione; private string _rightkey; private string _settings; private string _name; private string _value; private string _cablename; private DateTime? _createtime; private string _cablestart; private string _cableend; private string _modellength; private string _sensitiveknowledge; private string _minhui; private string _sensitiveline; private string _allergy; private string _gracefulgraceful; private string _requiredtool; /// /// /// public string ExamFaultId { set{ _examfaultid=value;} get{return _examfaultid;} } /// /// /// public string ExamId { set{ _examid=value;} get{return _examid;} } /// /// /// public string FaultId { set{ _faultid=value;} get{return _faultid;} } /// /// /// public string RootDeviceId { set{ _rootdeviceid=value;} get{return _rootdeviceid;} } /// /// /// public string DeviceId { set{ _deviceid=value;} get{return _deviceid;} } /// /// /// public string Type { set{ _type=value;} get{return _type;} } /// /// /// public string FaultType { set{ _faulttype=value;} get{return _faulttype;} } /// /// /// public string FaultDesc { set{ _faultdesc=value;} get{return _faultdesc;} } /// /// /// public string DefectLevel { set{ _defectlevel=value;} get{return _defectlevel;} } /// /// /// public string SpecificSimulation { set{ _specificsimulation=value;} get{return _specificsimulation;} } /// /// /// public string FaultPosition { set{ _faultposition=value;} get{return _faultposition;} } /// /// /// public string SelectSocre { set{ _selectsocre=value;} get{return _selectsocre;} } /// /// /// public string FaultScore { set{ _faultscore=value;} get{return _faultscore;} } /// /// /// public string HandlerScore { set{ _handlerscore=value;} get{return _handlerscore;} } /// /// /// public string DegreesSerialNumber { set{ _degreesserialnumber=value;} get{return _degreesserialnumber;} } /// /// /// public string DegreesValue { set{ _degreesvalue=value;} get{return _degreesvalue;} } /// /// /// public string ChoiceQuestion { set{ _choicequestion=value;} get{return _choicequestion;} } /// /// /// public string MultipleQuestion { set{ _multiplequestion=value;} get{return _multiplequestion;} } /// /// /// public string DifficultyLevel { set{ _difficultylevel=value;} get{return _difficultylevel;} } /// /// /// public string PositionValue { set{ _positionvalue=value;} get{return _positionvalue;} } /// /// /// public string Position { set{ _position=value;} get{return _position;} } /// /// /// public string FusibleCoreNormal { set{ _fusiblecorenormal=value;} get{return _fusiblecorenormal;} } /// /// /// public string FusibleCoreFault { set{ _fusiblecorefault=value;} get{return _fusiblecorefault;} } /// /// /// public string PorcelainBottleType { set{ _porcelainbottletype=value;} get{return _porcelainbottletype;} } /// /// /// public string Direction { set{ _direction=value;} get{return _direction;} } /// /// /// public string Topic { set{ _topic=value;} get{return _topic;} } /// /// /// public string OptionA { set{ _optiona=value;} get{return _optiona;} } /// /// /// public string OptionB { set{ _optionb=value;} get{return _optionb;} } /// /// /// public string OptionC { set{ _optionc=value;} get{return _optionc;} } /// /// /// public string OptionD { set{ _optiond=value;} get{return _optiond;} } /// /// /// public string OptionE { set{ _optione=value;} get{return _optione;} } /// /// /// public string RightKey { set{ _rightkey=value;} get{return _rightkey;} } /// /// /// public string Settings { set{ _settings=value;} get{return _settings;} } /// /// /// public string Name { set{ _name=value;} get{return _name;} } /// /// /// public string Value { set{ _value=value;} get{return _value;} } /// /// /// public string CableName { set{ _cablename=value;} get{return _cablename;} } /// /// /// public DateTime? CreateTime { set{ _createtime=value;} get{return _createtime;} } /// /// /// public string CableStart { set{ _cablestart=value;} get{return _cablestart;} } /// /// /// public string CableEnd { set{ _cableend=value;} get{return _cableend;} } /// /// /// public string ModelLength { set{ _modellength=value;} get{return _modellength;} } /// /// /// public string SensitiveKnowledge { set{ _sensitiveknowledge=value;} get{return _sensitiveknowledge;} } /// /// /// public string Minhui { set{ _minhui=value;} get{return _minhui;} } /// /// /// public string SensitiveLine { set{ _sensitiveline=value;} get{return _sensitiveline;} } /// /// /// public string Allergy { set{ _allergy=value;} get{return _allergy;} } /// /// /// public string GracefulGraceful { set{ _gracefulgraceful=value;} get{return _gracefulgraceful;} } /// /// /// public string RequiredTool { set{ _requiredtool=value;} get{return _requiredtool;} } #endregion Model } }