POST api/GetTeachers

获取教师列表

Request Information

URI Parameters

None.

Body Parameters

d=[PageNumber=[PageNumber int not null],PageSize=[PageSize int not null]]

UploadParameters
NameDescriptionTypeAdditional information
u

用户ID StaffID

integer

None.

t

全局数据(加密) 1.单点登陆格式:[[用户密码,加密]|[requestTime]|[设备标识],加密] 2.其他数据通讯格式:[[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密]

string

Required

d

数据参数 加密(单点登陆除外) 不同API,参数格式不同

string

None.

Request Formats

application/json, text/json

Sample:
{
  "u": 1,
  "t": "sample string 2",
  "d": "sample string 3"
}

application/xml, text/xml

Sample:
<UploadParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArtizanAPI.Models">
  <d>sample string 3</d>
  <t>sample string 2</t>
  <u>1</u>
</UploadParameters>

application/x-www-form-urlencoded

Sample:
u=Value&t=Value&d=Value

Response Information

Resource Description

获取教师列表

DataResultListOfSkilledWorkerTrain
NameDescriptionTypeAdditional information
DataList

Collection of SkilledWorkerTrain

None.

PageNum

integer

None.

PageSize

integer

None.

PageCount

integer

None.

PreviousIndex

integer

None.

NextIndex

integer

None.

RecordCount

integer

None.

Error

boolean

None.

ErrorInfo

Collection of string

None.

ExInfo

Exception

None.

Response Formats

application/json, text/json

Sample:
{
  "_pageSize": 2,
  "_recordCount": 3,
  "_pageNum": 1,
  "_error": true,
  "_errorInfo": [
    "sample string 1",
    "sample string 2"
  ],
  "_exInfo": {
    "ClassName": "System.Exception",
    "Message": null,
    "Data": null,
    "InnerException": null,
    "HelpURL": "sample string 1",
    "StackTraceString": null,
    "RemoteStackTraceString": null,
    "RemoteStackIndex": 0,
    "ExceptionMethod": null,
    "HResult": 3,
    "Source": "sample string 2",
    "WatsonBuckets": null
  },
  "_dataList": [
    {
      "ID": "5a612a72-3056-4d53-9200-137c552077da",
      "StaffID": 2,
      "Genre": 5,
      "Name": "sample string 3",
      "Sex": 0,
      "Industry": "sample string 4",
      "Position": "sample string 5",
      "CompanyID": 6,
      "Company": {
        "iD": 2,
        "cardSN": 3,
        "companyName": "sample string 4",
        "phone": "sample string 5",
        "fax": "sample string 6",
        "uRL": "sample string 7",
        "introduction": "sample string 8",
        "email": "sample string 9",
        "uploadId": 10,
        "uploadTableId": 11,
        "careDayUploadId": 12,
        "careDayUploadTableId": 13,
        "cardDayIntro": "sample string 14",
        "contact": "sample string 15",
        "contactPhone": "sample string 16",
        "contactMobilePhone": "sample string 17",
        "contactEmail": "sample string 18",
        "address": "sample string 19",
        "addressTableId": 20,
        "postcode": "sample string 21",
        "domainId": 22,
        "employeeCount": 23,
        "registerCount": 24,
        "registInfo": "sample string 25",
        "districtId": 26,
        "districtCode": 27,
        "typeId": 28,
        "typeCode": 29,
        "tradeId": 30,
        "tradeCode": 31,
        "parentID": 32,
        "_baseID": 33,
        "<Code>k__BackingField": "sample string 1",
        "<CodeType>k__BackingField": 0,
        "_companyType": 0,
        "companyMarking": 34,
        "departMarking": 35,
        "allowRegisterType": 0,
        "createType": 0,
        "state": 0,
        "createTime": "2025-05-13T19:25:38.9580454+08:00",
        "createrId": 36,
        "createrUserType": 0,
        "createrIP": "sample string 37",
        "updateTime": "2025-05-13T19:25:38.9580454+08:00",
        "updaterId": 38,
        "updaterUserType": 0,
        "updaterIP": "sample string 39",
        "remark": "sample string 40",
        "_app": 0,
        "signState": 0,
        "serviceState": 0,
        "systemVersion": 0,
        "showPlace": 0,
        "<VID>k__BackingField": 41
      },
      "CompanyName": "sample string 7",
      "HasHomePage": true,
      "PicturePath": "sample string 9",
      "Introduction": "sample string 10",
      "LikeAmounts": 11,
      "Likers": [
        {
          "ID": "8e52471d-efe1-41ec-ab5e-8a22cc82fba4",
          "Type": 0,
          "LikerID": 2,
          "StuffID": "0da48e6e-c6db-4912-afc3-4337846ceb8c",
          "CreateTime": "2025-05-13T19:25:38.9600071+08:00"
        },
        {
          "ID": "8e52471d-efe1-41ec-ab5e-8a22cc82fba4",
          "Type": 0,
          "LikerID": 2,
          "StuffID": "0da48e6e-c6db-4912-afc3-4337846ceb8c",
          "CreateTime": "2025-05-13T19:25:38.9600071+08:00"
        }
      ],
      "HasLiked": true,
      "CareAmounts": 13,
      "Carers": [
        {
          "ID": "fe3840b8-0921-45fd-9574-c3bf58df57b6",
          "Type": 0,
          "CarerID": 2,
          "StuffID": "0a73a55a-5357-418d-93ba-f1e98a072791",
          "CreateTime": "2025-05-13T19:25:38.9600071+08:00"
        },
        {
          "ID": "fe3840b8-0921-45fd-9574-c3bf58df57b6",
          "Type": 0,
          "CarerID": 2,
          "StuffID": "0a73a55a-5357-418d-93ba-f1e98a072791",
          "CreateTime": "2025-05-13T19:25:38.9600071+08:00"
        }
      ],
      "HasCared": true,
      "KeyWords": "sample string 15",
      "Files": [
        {
          "ID": 1,
          "StuffID": "535e7c5b-05c2-4439-b041-a794a16f1cf1",
          "Name": "sample string 3",
          "Extension": "sample string 4",
          "Path": "sample string 5",
          "Remarks": "sample string 6",
          "CreateTime": "2025-05-13T19:25:38.9600071+08:00"
        },
        {
          "ID": 1,
          "StuffID": "535e7c5b-05c2-4439-b041-a794a16f1cf1",
          "Name": "sample string 3",
          "Extension": "sample string 4",
          "Path": "sample string 5",
          "Remarks": "sample string 6",
          "CreateTime": "2025-05-13T19:25:38.9600071+08:00"
        }
      ],
      "CreateTime": "2025-05-13T19:25:38.9600071+08:00",
      "UpdateTime": "2025-05-13T19:25:38.9600071+08:00"
    },
    {
      "ID": "5a612a72-3056-4d53-9200-137c552077da",
      "StaffID": 2,
      "Genre": 5,
      "Name": "sample string 3",
      "Sex": 0,
      "Industry": "sample string 4",
      "Position": "sample string 5",
      "CompanyID": 6,
      "Company": {
        "iD": 2,
        "cardSN": 3,
        "companyName": "sample string 4",
        "phone": "sample string 5",
        "fax": "sample string 6",
        "uRL": "sample string 7",
        "introduction": "sample string 8",
        "email": "sample string 9",
        "uploadId": 10,
        "uploadTableId": 11,
        "careDayUploadId": 12,
        "careDayUploadTableId": 13,
        "cardDayIntro": "sample string 14",
        "contact": "sample string 15",
        "contactPhone": "sample string 16",
        "contactMobilePhone": "sample string 17",
        "contactEmail": "sample string 18",
        "address": "sample string 19",
        "addressTableId": 20,
        "postcode": "sample string 21",
        "domainId": 22,
        "employeeCount": 23,
        "registerCount": 24,
        "registInfo": "sample string 25",
        "districtId": 26,
        "districtCode": 27,
        "typeId": 28,
        "typeCode": 29,
        "tradeId": 30,
        "tradeCode": 31,
        "parentID": 32,
        "_baseID": 33,
        "<Code>k__BackingField": "sample string 1",
        "<CodeType>k__BackingField": 0,
        "_companyType": 0,
        "companyMarking": 34,
        "departMarking": 35,
        "allowRegisterType": 0,
        "createType": 0,
        "state": 0,
        "createTime": "2025-05-13T19:25:38.9580454+08:00",
        "createrId": 36,
        "createrUserType": 0,
        "createrIP": "sample string 37",
        "updateTime": "2025-05-13T19:25:38.9580454+08:00",
        "updaterId": 38,
        "updaterUserType": 0,
        "updaterIP": "sample string 39",
        "remark": "sample string 40",
        "_app": 0,
        "signState": 0,
        "serviceState": 0,
        "systemVersion": 0,
        "showPlace": 0,
        "<VID>k__BackingField": 41
      },
      "CompanyName": "sample string 7",
      "HasHomePage": true,
      "PicturePath": "sample string 9",
      "Introduction": "sample string 10",
      "LikeAmounts": 11,
      "Likers": [
        {
          "ID": "8e52471d-efe1-41ec-ab5e-8a22cc82fba4",
          "Type": 0,
          "LikerID": 2,
          "StuffID": "0da48e6e-c6db-4912-afc3-4337846ceb8c",
          "CreateTime": "2025-05-13T19:25:38.9600071+08:00"
        },
        {
          "ID": "8e52471d-efe1-41ec-ab5e-8a22cc82fba4",
          "Type": 0,
          "LikerID": 2,
          "StuffID": "0da48e6e-c6db-4912-afc3-4337846ceb8c",
          "CreateTime": "2025-05-13T19:25:38.9600071+08:00"
        }
      ],
      "HasLiked": true,
      "CareAmounts": 13,
      "Carers": [
        {
          "ID": "fe3840b8-0921-45fd-9574-c3bf58df57b6",
          "Type": 0,
          "CarerID": 2,
          "StuffID": "0a73a55a-5357-418d-93ba-f1e98a072791",
          "CreateTime": "2025-05-13T19:25:38.9600071+08:00"
        },
        {
          "ID": "fe3840b8-0921-45fd-9574-c3bf58df57b6",
          "Type": 0,
          "CarerID": 2,
          "StuffID": "0a73a55a-5357-418d-93ba-f1e98a072791",
          "CreateTime": "2025-05-13T19:25:38.9600071+08:00"
        }
      ],
      "HasCared": true,
      "KeyWords": "sample string 15",
      "Files": [
        {
          "ID": 1,
          "StuffID": "535e7c5b-05c2-4439-b041-a794a16f1cf1",
          "Name": "sample string 3",
          "Extension": "sample string 4",
          "Path": "sample string 5",
          "Remarks": "sample string 6",
          "CreateTime": "2025-05-13T19:25:38.9600071+08:00"
        },
        {
          "ID": 1,
          "StuffID": "535e7c5b-05c2-4439-b041-a794a16f1cf1",
          "Name": "sample string 3",
          "Extension": "sample string 4",
          "Path": "sample string 5",
          "Remarks": "sample string 6",
          "CreateTime": "2025-05-13T19:25:38.9600071+08:00"
        }
      ],
      "CreateTime": "2025-05-13T19:25:38.9600071+08:00",
      "UpdateTime": "2025-05-13T19:25:38.9600071+08:00"
    }
  ]
}

application/xml, text/xml

Sample:
<DataResultListOfSkilledWorkerTrain6tijvX8x xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Care365_V2.Utility">
  <_dataList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Care365_V2.Model.TrainSys">
    <d2p1:SkilledWorkerTrain>
      <d2p1:CareAmounts>13</d2p1:CareAmounts>
      <d2p1:Carers>
        <d2p1:CareInStuff>
          <d2p1:CarerID>2</d2p1:CarerID>
          <d2p1:CreateTime>2025-05-13T19:25:38.9600071+08:00</d2p1:CreateTime>
          <d2p1:ID>fe3840b8-0921-45fd-9574-c3bf58df57b6</d2p1:ID>
          <d2p1:StuffID>0a73a55a-5357-418d-93ba-f1e98a072791</d2p1:StuffID>
          <d2p1:Type>工作室</d2p1:Type>
        </d2p1:CareInStuff>
        <d2p1:CareInStuff>
          <d2p1:CarerID>2</d2p1:CarerID>
          <d2p1:CreateTime>2025-05-13T19:25:38.9600071+08:00</d2p1:CreateTime>
          <d2p1:ID>fe3840b8-0921-45fd-9574-c3bf58df57b6</d2p1:ID>
          <d2p1:StuffID>0a73a55a-5357-418d-93ba-f1e98a072791</d2p1:StuffID>
          <d2p1:Type>工作室</d2p1:Type>
        </d2p1:CareInStuff>
      </d2p1:Carers>
      <d2p1:Company xmlns:d4p1="http://schemas.datacontract.org/2004/07/Care365_V2.Model.CompanySys">
        <d4p1:_app>Default</d4p1:_app>
        <d4p1:_baseID>33</d4p1:_baseID>
        <d4p1:_companyType>Normal</d4p1:_companyType>
        <d4p1:_x003C_CodeType_x003E_k__BackingField>Nothing</d4p1:_x003C_CodeType_x003E_k__BackingField>
        <d4p1:_x003C_Code_x003E_k__BackingField>sample string 1</d4p1:_x003C_Code_x003E_k__BackingField>
        <d4p1:_x003C_VID_x003E_k__BackingField>41</d4p1:_x003C_VID_x003E_k__BackingField>
        <d4p1:address>sample string 19</d4p1:address>
        <d4p1:addressTableId>20</d4p1:addressTableId>
        <d4p1:allowRegisterType>Unknow</d4p1:allowRegisterType>
        <d4p1:cardDayIntro>sample string 14</d4p1:cardDayIntro>
        <d4p1:cardSN>3</d4p1:cardSN>
        <d4p1:careDayUploadId>12</d4p1:careDayUploadId>
        <d4p1:careDayUploadTableId>13</d4p1:careDayUploadTableId>
        <d4p1:companyMarking>34</d4p1:companyMarking>
        <d4p1:companyName>sample string 4</d4p1:companyName>
        <d4p1:contact>sample string 15</d4p1:contact>
        <d4p1:contactEmail>sample string 18</d4p1:contactEmail>
        <d4p1:contactMobilePhone>sample string 17</d4p1:contactMobilePhone>
        <d4p1:contactPhone>sample string 16</d4p1:contactPhone>
        <d4p1:createTime>2025-05-13T19:25:38.9580454+08:00</d4p1:createTime>
        <d4p1:createType>Unknown</d4p1:createType>
        <d4p1:createrIP>sample string 37</d4p1:createrIP>
        <d4p1:createrId>36</d4p1:createrId>
        <d4p1:createrUserType>Unknow</d4p1:createrUserType>
        <d4p1:departMarking>35</d4p1:departMarking>
        <d4p1:districtCode>27</d4p1:districtCode>
        <d4p1:districtId>26</d4p1:districtId>
        <d4p1:domainId>22</d4p1:domainId>
        <d4p1:email>sample string 9</d4p1:email>
        <d4p1:employeeCount>23</d4p1:employeeCount>
        <d4p1:fax>sample string 6</d4p1:fax>
        <d4p1:iD>2</d4p1:iD>
        <d4p1:introduction>sample string 8</d4p1:introduction>
        <d4p1:parentID>32</d4p1:parentID>
        <d4p1:phone>sample string 5</d4p1:phone>
        <d4p1:postcode>sample string 21</d4p1:postcode>
        <d4p1:registInfo>sample string 25</d4p1:registInfo>
        <d4p1:registerCount>24</d4p1:registerCount>
        <d4p1:remark>sample string 40</d4p1:remark>
        <d4p1:serviceState>Unknow</d4p1:serviceState>
        <d4p1:showPlace>AllShow</d4p1:showPlace>
        <d4p1:signState>Unknow</d4p1:signState>
        <d4p1:state>Unknown</d4p1:state>
        <d4p1:systemVersion>Unknow</d4p1:systemVersion>
        <d4p1:tradeCode>31</d4p1:tradeCode>
        <d4p1:tradeId>30</d4p1:tradeId>
        <d4p1:typeCode>29</d4p1:typeCode>
        <d4p1:typeId>28</d4p1:typeId>
        <d4p1:uRL>sample string 7</d4p1:uRL>
        <d4p1:updateTime>2025-05-13T19:25:38.9580454+08:00</d4p1:updateTime>
        <d4p1:updaterIP>sample string 39</d4p1:updaterIP>
        <d4p1:updaterId>38</d4p1:updaterId>
        <d4p1:updaterUserType>Unknow</d4p1:updaterUserType>
        <d4p1:uploadId>10</d4p1:uploadId>
        <d4p1:uploadTableId>11</d4p1:uploadTableId>
      </d2p1:Company>
      <d2p1:CompanyID>6</d2p1:CompanyID>
      <d2p1:CompanyName>sample string 7</d2p1:CompanyName>
      <d2p1:CreateTime>2025-05-13T19:25:38.9600071+08:00</d2p1:CreateTime>
      <d2p1:Files>
        <d2p1:StuffInFile>
          <d2p1:CreateTime>2025-05-13T19:25:38.9600071+08:00</d2p1:CreateTime>
          <d2p1:Extension>sample string 4</d2p1:Extension>
          <d2p1:ID>1</d2p1:ID>
          <d2p1:Name>sample string 3</d2p1:Name>
          <d2p1:Path>sample string 5</d2p1:Path>
          <d2p1:Remarks>sample string 6</d2p1:Remarks>
          <d2p1:StuffID>535e7c5b-05c2-4439-b041-a794a16f1cf1</d2p1:StuffID>
        </d2p1:StuffInFile>
        <d2p1:StuffInFile>
          <d2p1:CreateTime>2025-05-13T19:25:38.9600071+08:00</d2p1:CreateTime>
          <d2p1:Extension>sample string 4</d2p1:Extension>
          <d2p1:ID>1</d2p1:ID>
          <d2p1:Name>sample string 3</d2p1:Name>
          <d2p1:Path>sample string 5</d2p1:Path>
          <d2p1:Remarks>sample string 6</d2p1:Remarks>
          <d2p1:StuffID>535e7c5b-05c2-4439-b041-a794a16f1cf1</d2p1:StuffID>
        </d2p1:StuffInFile>
      </d2p1:Files>
      <d2p1:Genre>教师</d2p1:Genre>
      <d2p1:HasCared>true</d2p1:HasCared>
      <d2p1:HasHomePage>true</d2p1:HasHomePage>
      <d2p1:HasLiked>true</d2p1:HasLiked>
      <d2p1:ID>5a612a72-3056-4d53-9200-137c552077da</d2p1:ID>
      <d2p1:Industry>sample string 4</d2p1:Industry>
      <d2p1:Introduction>sample string 10</d2p1:Introduction>
      <d2p1:KeyWords>sample string 15</d2p1:KeyWords>
      <d2p1:LikeAmounts>11</d2p1:LikeAmounts>
      <d2p1:Likers>
        <d2p1:LikeInStuff>
          <d2p1:CreateTime>2025-05-13T19:25:38.9600071+08:00</d2p1:CreateTime>
          <d2p1:ID>8e52471d-efe1-41ec-ab5e-8a22cc82fba4</d2p1:ID>
          <d2p1:LikerID>2</d2p1:LikerID>
          <d2p1:StuffID>0da48e6e-c6db-4912-afc3-4337846ceb8c</d2p1:StuffID>
          <d2p1:Type>工作室</d2p1:Type>
        </d2p1:LikeInStuff>
        <d2p1:LikeInStuff>
          <d2p1:CreateTime>2025-05-13T19:25:38.9600071+08:00</d2p1:CreateTime>
          <d2p1:ID>8e52471d-efe1-41ec-ab5e-8a22cc82fba4</d2p1:ID>
          <d2p1:LikerID>2</d2p1:LikerID>
          <d2p1:StuffID>0da48e6e-c6db-4912-afc3-4337846ceb8c</d2p1:StuffID>
          <d2p1:Type>工作室</d2p1:Type>
        </d2p1:LikeInStuff>
      </d2p1:Likers>
      <d2p1:Name>sample string 3</d2p1:Name>
      <d2p1:PicturePath>sample string 9</d2p1:PicturePath>
      <d2p1:Position>sample string 5</d2p1:Position>
      <d2p1:Sex>男</d2p1:Sex>
      <d2p1:StaffID>2</d2p1:StaffID>
      <d2p1:UpdateTime>2025-05-13T19:25:38.9600071+08:00</d2p1:UpdateTime>
    </d2p1:SkilledWorkerTrain>
    <d2p1:SkilledWorkerTrain>
      <d2p1:CareAmounts>13</d2p1:CareAmounts>
      <d2p1:Carers>
        <d2p1:CareInStuff>
          <d2p1:CarerID>2</d2p1:CarerID>
          <d2p1:CreateTime>2025-05-13T19:25:38.9600071+08:00</d2p1:CreateTime>
          <d2p1:ID>fe3840b8-0921-45fd-9574-c3bf58df57b6</d2p1:ID>
          <d2p1:StuffID>0a73a55a-5357-418d-93ba-f1e98a072791</d2p1:StuffID>
          <d2p1:Type>工作室</d2p1:Type>
        </d2p1:CareInStuff>
        <d2p1:CareInStuff>
          <d2p1:CarerID>2</d2p1:CarerID>
          <d2p1:CreateTime>2025-05-13T19:25:38.9600071+08:00</d2p1:CreateTime>
          <d2p1:ID>fe3840b8-0921-45fd-9574-c3bf58df57b6</d2p1:ID>
          <d2p1:StuffID>0a73a55a-5357-418d-93ba-f1e98a072791</d2p1:StuffID>
          <d2p1:Type>工作室</d2p1:Type>
        </d2p1:CareInStuff>
      </d2p1:Carers>
      <d2p1:Company xmlns:d4p1="http://schemas.datacontract.org/2004/07/Care365_V2.Model.CompanySys">
        <d4p1:_app>Default</d4p1:_app>
        <d4p1:_baseID>33</d4p1:_baseID>
        <d4p1:_companyType>Normal</d4p1:_companyType>
        <d4p1:_x003C_CodeType_x003E_k__BackingField>Nothing</d4p1:_x003C_CodeType_x003E_k__BackingField>
        <d4p1:_x003C_Code_x003E_k__BackingField>sample string 1</d4p1:_x003C_Code_x003E_k__BackingField>
        <d4p1:_x003C_VID_x003E_k__BackingField>41</d4p1:_x003C_VID_x003E_k__BackingField>
        <d4p1:address>sample string 19</d4p1:address>
        <d4p1:addressTableId>20</d4p1:addressTableId>
        <d4p1:allowRegisterType>Unknow</d4p1:allowRegisterType>
        <d4p1:cardDayIntro>sample string 14</d4p1:cardDayIntro>
        <d4p1:cardSN>3</d4p1:cardSN>
        <d4p1:careDayUploadId>12</d4p1:careDayUploadId>
        <d4p1:careDayUploadTableId>13</d4p1:careDayUploadTableId>
        <d4p1:companyMarking>34</d4p1:companyMarking>
        <d4p1:companyName>sample string 4</d4p1:companyName>
        <d4p1:contact>sample string 15</d4p1:contact>
        <d4p1:contactEmail>sample string 18</d4p1:contactEmail>
        <d4p1:contactMobilePhone>sample string 17</d4p1:contactMobilePhone>
        <d4p1:contactPhone>sample string 16</d4p1:contactPhone>
        <d4p1:createTime>2025-05-13T19:25:38.9580454+08:00</d4p1:createTime>
        <d4p1:createType>Unknown</d4p1:createType>
        <d4p1:createrIP>sample string 37</d4p1:createrIP>
        <d4p1:createrId>36</d4p1:createrId>
        <d4p1:createrUserType>Unknow</d4p1:createrUserType>
        <d4p1:departMarking>35</d4p1:departMarking>
        <d4p1:districtCode>27</d4p1:districtCode>
        <d4p1:districtId>26</d4p1:districtId>
        <d4p1:domainId>22</d4p1:domainId>
        <d4p1:email>sample string 9</d4p1:email>
        <d4p1:employeeCount>23</d4p1:employeeCount>
        <d4p1:fax>sample string 6</d4p1:fax>
        <d4p1:iD>2</d4p1:iD>
        <d4p1:introduction>sample string 8</d4p1:introduction>
        <d4p1:parentID>32</d4p1:parentID>
        <d4p1:phone>sample string 5</d4p1:phone>
        <d4p1:postcode>sample string 21</d4p1:postcode>
        <d4p1:registInfo>sample string 25</d4p1:registInfo>
        <d4p1:registerCount>24</d4p1:registerCount>
        <d4p1:remark>sample string 40</d4p1:remark>
        <d4p1:serviceState>Unknow</d4p1:serviceState>
        <d4p1:showPlace>AllShow</d4p1:showPlace>
        <d4p1:signState>Unknow</d4p1:signState>
        <d4p1:state>Unknown</d4p1:state>
        <d4p1:systemVersion>Unknow</d4p1:systemVersion>
        <d4p1:tradeCode>31</d4p1:tradeCode>
        <d4p1:tradeId>30</d4p1:tradeId>
        <d4p1:typeCode>29</d4p1:typeCode>
        <d4p1:typeId>28</d4p1:typeId>
        <d4p1:uRL>sample string 7</d4p1:uRL>
        <d4p1:updateTime>2025-05-13T19:25:38.9580454+08:00</d4p1:updateTime>
        <d4p1:updaterIP>sample string 39</d4p1:updaterIP>
        <d4p1:updaterId>38</d4p1:updaterId>
        <d4p1:updaterUserType>Unknow</d4p1:updaterUserType>
        <d4p1:uploadId>10</d4p1:uploadId>
        <d4p1:uploadTableId>11</d4p1:uploadTableId>
      </d2p1:Company>
      <d2p1:CompanyID>6</d2p1:CompanyID>
      <d2p1:CompanyName>sample string 7</d2p1:CompanyName>
      <d2p1:CreateTime>2025-05-13T19:25:38.9600071+08:00</d2p1:CreateTime>
      <d2p1:Files>
        <d2p1:StuffInFile>
          <d2p1:CreateTime>2025-05-13T19:25:38.9600071+08:00</d2p1:CreateTime>
          <d2p1:Extension>sample string 4</d2p1:Extension>
          <d2p1:ID>1</d2p1:ID>
          <d2p1:Name>sample string 3</d2p1:Name>
          <d2p1:Path>sample string 5</d2p1:Path>
          <d2p1:Remarks>sample string 6</d2p1:Remarks>
          <d2p1:StuffID>535e7c5b-05c2-4439-b041-a794a16f1cf1</d2p1:StuffID>
        </d2p1:StuffInFile>
        <d2p1:StuffInFile>
          <d2p1:CreateTime>2025-05-13T19:25:38.9600071+08:00</d2p1:CreateTime>
          <d2p1:Extension>sample string 4</d2p1:Extension>
          <d2p1:ID>1</d2p1:ID>
          <d2p1:Name>sample string 3</d2p1:Name>
          <d2p1:Path>sample string 5</d2p1:Path>
          <d2p1:Remarks>sample string 6</d2p1:Remarks>
          <d2p1:StuffID>535e7c5b-05c2-4439-b041-a794a16f1cf1</d2p1:StuffID>
        </d2p1:StuffInFile>
      </d2p1:Files>
      <d2p1:Genre>教师</d2p1:Genre>
      <d2p1:HasCared>true</d2p1:HasCared>
      <d2p1:HasHomePage>true</d2p1:HasHomePage>
      <d2p1:HasLiked>true</d2p1:HasLiked>
      <d2p1:ID>5a612a72-3056-4d53-9200-137c552077da</d2p1:ID>
      <d2p1:Industry>sample string 4</d2p1:Industry>
      <d2p1:Introduction>sample string 10</d2p1:Introduction>
      <d2p1:KeyWords>sample string 15</d2p1:KeyWords>
      <d2p1:LikeAmounts>11</d2p1:LikeAmounts>
      <d2p1:Likers>
        <d2p1:LikeInStuff>
          <d2p1:CreateTime>2025-05-13T19:25:38.9600071+08:00</d2p1:CreateTime>
          <d2p1:ID>8e52471d-efe1-41ec-ab5e-8a22cc82fba4</d2p1:ID>
          <d2p1:LikerID>2</d2p1:LikerID>
          <d2p1:StuffID>0da48e6e-c6db-4912-afc3-4337846ceb8c</d2p1:StuffID>
          <d2p1:Type>工作室</d2p1:Type>
        </d2p1:LikeInStuff>
        <d2p1:LikeInStuff>
          <d2p1:CreateTime>2025-05-13T19:25:38.9600071+08:00</d2p1:CreateTime>
          <d2p1:ID>8e52471d-efe1-41ec-ab5e-8a22cc82fba4</d2p1:ID>
          <d2p1:LikerID>2</d2p1:LikerID>
          <d2p1:StuffID>0da48e6e-c6db-4912-afc3-4337846ceb8c</d2p1:StuffID>
          <d2p1:Type>工作室</d2p1:Type>
        </d2p1:LikeInStuff>
      </d2p1:Likers>
      <d2p1:Name>sample string 3</d2p1:Name>
      <d2p1:PicturePath>sample string 9</d2p1:PicturePath>
      <d2p1:Position>sample string 5</d2p1:Position>
      <d2p1:Sex>男</d2p1:Sex>
      <d2p1:StaffID>2</d2p1:StaffID>
      <d2p1:UpdateTime>2025-05-13T19:25:38.9600071+08:00</d2p1:UpdateTime>
    </d2p1:SkilledWorkerTrain>
  </_dataList>
  <_error>true</_error>
  <_errorInfo xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </_errorInfo>
  <_exInfo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <ClassName xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">System.Exception</ClassName>
    <Message i:nil="true" xmlns="" />
    <Data i:nil="true" xmlns="" />
    <InnerException i:nil="true" xmlns="" />
    <HelpURL xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</HelpURL>
    <StackTraceString i:nil="true" xmlns="" />
    <RemoteStackTraceString i:nil="true" xmlns="" />
    <RemoteStackIndex xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:int" xmlns="">0</RemoteStackIndex>
    <ExceptionMethod i:nil="true" xmlns="" />
    <HResult xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:int" xmlns="">3</HResult>
    <Source xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</Source>
    <WatsonBuckets i:nil="true" xmlns="" />
  </_exInfo>
  <_pageNum>1</_pageNum>
  <_pageSize>2</_pageSize>
  <_recordCount>3</_recordCount>
</DataResultListOfSkilledWorkerTrain6tijvX8x>