GET api/BasicData/GetFaultReasonClass

获取故障原因分类

请求参数信息

URI 参数

None.

Body 参数

None.

接口返回信息

返回信息说明

JMResponseOfListOfCommonClassEntity
NameDescriptionTypeAdditional information
code

string

None.

msg

string

None.

data

Collection of CommonClassEntity

None.

返回数据格式

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "msg": "sample string 2",
  "data": [
    {
      "FId": "sample string 1",
      "FParentId": "sample string 2",
      "FEnCode": "sample string 3",
      "FName": "sample string 4",
      "FLevel": 5,
      "SubTableName": "sample string 6",
      "FSortCode": 1,
      "FDeleteMark": true,
      "FEnabledMark": true,
      "FDescription": "sample string 7",
      "FCreatorTime": "2026-02-04 21:54:51",
      "FCreatorUserId": "sample string 8",
      "FLastModifyTime": "2026-02-04 21:54:51",
      "FLastModifyUserId": "sample string 9",
      "FDeleteTime": "2026-02-04 21:54:51",
      "FDeleteUserId": "sample string 10",
      "SourceType": 11
    },
    {
      "FId": "sample string 1",
      "FParentId": "sample string 2",
      "FEnCode": "sample string 3",
      "FName": "sample string 4",
      "FLevel": 5,
      "SubTableName": "sample string 6",
      "FSortCode": 1,
      "FDeleteMark": true,
      "FEnabledMark": true,
      "FDescription": "sample string 7",
      "FCreatorTime": "2026-02-04 21:54:51",
      "FCreatorUserId": "sample string 8",
      "FLastModifyTime": "2026-02-04 21:54:51",
      "FLastModifyUserId": "sample string 9",
      "FDeleteTime": "2026-02-04 21:54:51",
      "FDeleteUserId": "sample string 10",
      "SourceType": 11
    }
  ]
}

application/xml, text/xml

Sample:
<JMResponseOfArrayOfCommonClassEntityDC2oioRY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WLYServices.APIApplication.Models">
  <code>sample string 1</code>
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/WLYServices.Domain.Entity.BasicData">
    <d2p1:CommonClassEntity>
      <d2p1:FCreatorTime>2026-02-04T21:54:51.7896374+08:00</d2p1:FCreatorTime>
      <d2p1:FCreatorUserId>sample string 8</d2p1:FCreatorUserId>
      <d2p1:FDeleteMark>true</d2p1:FDeleteMark>
      <d2p1:FDeleteTime>2026-02-04T21:54:51.7896374+08:00</d2p1:FDeleteTime>
      <d2p1:FDeleteUserId>sample string 10</d2p1:FDeleteUserId>
      <d2p1:FDescription>sample string 7</d2p1:FDescription>
      <d2p1:FEnCode>sample string 3</d2p1:FEnCode>
      <d2p1:FEnabledMark>true</d2p1:FEnabledMark>
      <d2p1:FId>sample string 1</d2p1:FId>
      <d2p1:FLastModifyTime>2026-02-04T21:54:51.7896374+08:00</d2p1:FLastModifyTime>
      <d2p1:FLastModifyUserId>sample string 9</d2p1:FLastModifyUserId>
      <d2p1:FLevel>5</d2p1:FLevel>
      <d2p1:FName>sample string 4</d2p1:FName>
      <d2p1:FParentId>sample string 2</d2p1:FParentId>
      <d2p1:FSortCode>1</d2p1:FSortCode>
      <d2p1:SourceType>11</d2p1:SourceType>
      <d2p1:SubTableName>sample string 6</d2p1:SubTableName>
    </d2p1:CommonClassEntity>
    <d2p1:CommonClassEntity>
      <d2p1:FCreatorTime>2026-02-04T21:54:51.7896374+08:00</d2p1:FCreatorTime>
      <d2p1:FCreatorUserId>sample string 8</d2p1:FCreatorUserId>
      <d2p1:FDeleteMark>true</d2p1:FDeleteMark>
      <d2p1:FDeleteTime>2026-02-04T21:54:51.7896374+08:00</d2p1:FDeleteTime>
      <d2p1:FDeleteUserId>sample string 10</d2p1:FDeleteUserId>
      <d2p1:FDescription>sample string 7</d2p1:FDescription>
      <d2p1:FEnCode>sample string 3</d2p1:FEnCode>
      <d2p1:FEnabledMark>true</d2p1:FEnabledMark>
      <d2p1:FId>sample string 1</d2p1:FId>
      <d2p1:FLastModifyTime>2026-02-04T21:54:51.7896374+08:00</d2p1:FLastModifyTime>
      <d2p1:FLastModifyUserId>sample string 9</d2p1:FLastModifyUserId>
      <d2p1:FLevel>5</d2p1:FLevel>
      <d2p1:FName>sample string 4</d2p1:FName>
      <d2p1:FParentId>sample string 2</d2p1:FParentId>
      <d2p1:FSortCode>1</d2p1:FSortCode>
      <d2p1:SourceType>11</d2p1:SourceType>
      <d2p1:SubTableName>sample string 6</d2p1:SubTableName>
    </d2p1:CommonClassEntity>
  </data>
  <msg>sample string 2</msg>
</JMResponseOfArrayOfCommonClassEntityDC2oioRY>