POST api/ProvidersGoodsAllotList

获取某活动内某供应商商品列表列表

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

获取某活动内某供应商商品列表列表

DataResultListOfGoodsAllot
NameDescriptionTypeAdditional information
DataList

Collection of GoodsAllot

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": 1,
      "_purchaseType": 0,
      "sellType": 0,
      "type": 0,
      "way": 0,
      "beaconId": 4,
      "_goodsId": 5,
      "_goodsTableId": 6,
      "typeId": 7,
      "typeMarking": 8,
      "brandMarking": 9,
      "name": "sample string 10",
      "subhead": "sample string 11",
      "_imgURL": "sample string 12",
      "appendId": 13,
      "appendType": 14,
      "appendTableId": 15,
      "clicks": 16,
      "saleCount": 17,
      "minBuyCount": 18,
      "repetory": 19,
      "repetoryWarning": 20,
      "unitValue": 21.1,
      "unitName": "sample string 22",
      "fareTemplateId": 23,
      "_fare": 24.0,
      "_fareCumsum": 25.0,
      "integral": 26,
      "taxRate": 27.1,
      "barCode": "sample string 28",
      "sKU": "sample string 29",
      "marketPrice": 30.0,
      "_supplyPrice": 33.0,
      "sellPrice": 34.0,
      "_gpPrice": 35.0,
      "_gpRepetory": 36,
      "_gpRepetoryWarning": 37,
      "_gpMinBuyCount": 38,
      "_gpMaxBuyCount": 39,
      "_gpSaleCount": 40,
      "_groupPurchaseId": 41,
      "_groupPurchaseTableId": 42,
      "preferentialId": 43,
      "preferentialTableId": 44,
      "preferentialPrice": 45.0,
      "preferentialCount": 46,
      "preferentialMinBuyCount": 47,
      "preferentialMaxBuyCount": 48,
      "preferentialSaleCount": 49,
      "preferentialStartTime": "2026-01-02T04:01:06.9960652+08:00",
      "preferentialEndTime": "2026-01-02T04:01:06.9960652+08:00",
      "involvedActivity": true,
      "putawayState": 0,
      "setPutawayStateTime": "2026-01-02T04:01:06.9960652+08:00",
      "isTrueGoods": true,
      "isRelating": true,
      "goodOrder": 53,
      "newOrder": 54,
      "hotOrder": 55,
      "indexOrder": 56,
      "synGrade": 57,
      "supplierId": 58,
      "auditState": 0,
      "auditUserId": 59,
      "auditUserIP": "sample string 60",
      "auditUserType": 0,
      "auditTime": "2026-01-02T04:01:06.9960652+08:00",
      "auditCount": 61,
      "auditInfo": "sample string 62",
      "auditStartTime": "2026-01-02T04:01:06.9960652+08:00",
      "beforeAuditState": 0,
      "allotTableId": 63,
      "depict": "sample string 64",
      "_isGroup": true,
      "groupPrice": 66.0,
      "groupMinCout": 67,
      "groupMultiAddress": true,
      "groupLeaderAssist": true,
      "attIntTableId": 70,
      "attBigintTableId": 71,
      "attFloatTableId": 72,
      "attNVarCharTableId": 73,
      "attNTextTableId": 74,
      "attDateTimeTableId": 75,
      "attDateTableId": 76,
      "eXTNO": "sample string 77",
      "eXTId": 78,
      "_groupBuy": true,
      "referencePriceName": "sample string 80",
      "marketingType": 0,
      "state": 0,
      "createTime": "2026-01-02T04:01:06.9960652+08:00",
      "createrId": 81,
      "createrUserType": 0,
      "createrIP": "sample string 82",
      "updateTime": "2026-01-02T04:01:06.9960652+08:00",
      "updaterId": 83,
      "updaterUserType": 0,
      "updaterIP": "sample string 84",
      "remark": "sample string 85",
      "<IsVirtual>k__BackingField": true,
      "<ActivityType>k__BackingField": 0,
      "<LuckDrawPassword>k__BackingField": "sample string 3",
      "<BonusPoint>k__BackingField": 31,
      "<BonusPointType>k__BackingField": 0,
      "<CustomizedID>k__BackingField": "bd504a03-bf95-43ac-b617-cb19fdb834f0",
      "customFieldList_Int": [
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": 3,
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        },
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": 3,
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        }
      ],
      "customFieldList_Long": [
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": 3,
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        },
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": 3,
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        }
      ],
      "customFieldList_Float": [
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": 3.1,
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        },
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": 3.1,
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        }
      ],
      "customFieldList_Char": [
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": "sample string 3",
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        },
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": "sample string 3",
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        }
      ],
      "customFieldList_Text": [
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": "sample string 3",
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        },
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": "sample string 3",
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        }
      ],
      "customFieldList_DateTime": [
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": "2026-01-02T04:01:06.9999795+08:00",
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        },
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": "2026-01-02T04:01:06.9999795+08:00",
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        }
      ],
      "customFieldList_Date": [
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": "2026-01-02T04:01:06.9999795+08:00",
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        },
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": "2026-01-02T04:01:06.9999795+08:00",
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        }
      ]
    },
    {
      "id": 1,
      "_purchaseType": 0,
      "sellType": 0,
      "type": 0,
      "way": 0,
      "beaconId": 4,
      "_goodsId": 5,
      "_goodsTableId": 6,
      "typeId": 7,
      "typeMarking": 8,
      "brandMarking": 9,
      "name": "sample string 10",
      "subhead": "sample string 11",
      "_imgURL": "sample string 12",
      "appendId": 13,
      "appendType": 14,
      "appendTableId": 15,
      "clicks": 16,
      "saleCount": 17,
      "minBuyCount": 18,
      "repetory": 19,
      "repetoryWarning": 20,
      "unitValue": 21.1,
      "unitName": "sample string 22",
      "fareTemplateId": 23,
      "_fare": 24.0,
      "_fareCumsum": 25.0,
      "integral": 26,
      "taxRate": 27.1,
      "barCode": "sample string 28",
      "sKU": "sample string 29",
      "marketPrice": 30.0,
      "_supplyPrice": 33.0,
      "sellPrice": 34.0,
      "_gpPrice": 35.0,
      "_gpRepetory": 36,
      "_gpRepetoryWarning": 37,
      "_gpMinBuyCount": 38,
      "_gpMaxBuyCount": 39,
      "_gpSaleCount": 40,
      "_groupPurchaseId": 41,
      "_groupPurchaseTableId": 42,
      "preferentialId": 43,
      "preferentialTableId": 44,
      "preferentialPrice": 45.0,
      "preferentialCount": 46,
      "preferentialMinBuyCount": 47,
      "preferentialMaxBuyCount": 48,
      "preferentialSaleCount": 49,
      "preferentialStartTime": "2026-01-02T04:01:06.9960652+08:00",
      "preferentialEndTime": "2026-01-02T04:01:06.9960652+08:00",
      "involvedActivity": true,
      "putawayState": 0,
      "setPutawayStateTime": "2026-01-02T04:01:06.9960652+08:00",
      "isTrueGoods": true,
      "isRelating": true,
      "goodOrder": 53,
      "newOrder": 54,
      "hotOrder": 55,
      "indexOrder": 56,
      "synGrade": 57,
      "supplierId": 58,
      "auditState": 0,
      "auditUserId": 59,
      "auditUserIP": "sample string 60",
      "auditUserType": 0,
      "auditTime": "2026-01-02T04:01:06.9960652+08:00",
      "auditCount": 61,
      "auditInfo": "sample string 62",
      "auditStartTime": "2026-01-02T04:01:06.9960652+08:00",
      "beforeAuditState": 0,
      "allotTableId": 63,
      "depict": "sample string 64",
      "_isGroup": true,
      "groupPrice": 66.0,
      "groupMinCout": 67,
      "groupMultiAddress": true,
      "groupLeaderAssist": true,
      "attIntTableId": 70,
      "attBigintTableId": 71,
      "attFloatTableId": 72,
      "attNVarCharTableId": 73,
      "attNTextTableId": 74,
      "attDateTimeTableId": 75,
      "attDateTableId": 76,
      "eXTNO": "sample string 77",
      "eXTId": 78,
      "_groupBuy": true,
      "referencePriceName": "sample string 80",
      "marketingType": 0,
      "state": 0,
      "createTime": "2026-01-02T04:01:06.9960652+08:00",
      "createrId": 81,
      "createrUserType": 0,
      "createrIP": "sample string 82",
      "updateTime": "2026-01-02T04:01:06.9960652+08:00",
      "updaterId": 83,
      "updaterUserType": 0,
      "updaterIP": "sample string 84",
      "remark": "sample string 85",
      "<IsVirtual>k__BackingField": true,
      "<ActivityType>k__BackingField": 0,
      "<LuckDrawPassword>k__BackingField": "sample string 3",
      "<BonusPoint>k__BackingField": 31,
      "<BonusPointType>k__BackingField": 0,
      "<CustomizedID>k__BackingField": "bd504a03-bf95-43ac-b617-cb19fdb834f0",
      "customFieldList_Int": [
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": 3,
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        },
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": 3,
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        }
      ],
      "customFieldList_Long": [
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": 3,
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        },
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": 3,
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        }
      ],
      "customFieldList_Float": [
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": 3.1,
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        },
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": 3.1,
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        }
      ],
      "customFieldList_Char": [
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": "sample string 3",
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        },
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": "sample string 3",
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        }
      ],
      "customFieldList_Text": [
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": "sample string 3",
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        },
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": "sample string 3",
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        }
      ],
      "customFieldList_DateTime": [
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": "2026-01-02T04:01:06.9999795+08:00",
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        },
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": "2026-01-02T04:01:06.9999795+08:00",
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        }
      ],
      "customFieldList_Date": [
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": "2026-01-02T04:01:06.9999795+08:00",
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        },
        {
          "attributeId": 1,
          "fieldName": "sample string 2",
          "value": "2026-01-02T04:01:06.9999795+08:00",
          "fieldDBType": 0,
          "fieldType": 0,
          "options": {
            "1": "sample string 2",
            "3": "sample string 4"
          },
          "required": true
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<DataResultListOfGoodsAllotj8Uq4eGU 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.ProductSys">
    <d2p1:GoodsAllot>
      <d2p1:_fare>24</d2p1:_fare>
      <d2p1:_fareCumsum>25</d2p1:_fareCumsum>
      <d2p1:_goodsId>5</d2p1:_goodsId>
      <d2p1:_goodsTableId>6</d2p1:_goodsTableId>
      <d2p1:_gpMaxBuyCount>39</d2p1:_gpMaxBuyCount>
      <d2p1:_gpMinBuyCount>38</d2p1:_gpMinBuyCount>
      <d2p1:_gpPrice>35</d2p1:_gpPrice>
      <d2p1:_gpRepetory>36</d2p1:_gpRepetory>
      <d2p1:_gpRepetoryWarning>37</d2p1:_gpRepetoryWarning>
      <d2p1:_gpSaleCount>40</d2p1:_gpSaleCount>
      <d2p1:_groupBuy>true</d2p1:_groupBuy>
      <d2p1:_groupPurchaseId>41</d2p1:_groupPurchaseId>
      <d2p1:_groupPurchaseTableId>42</d2p1:_groupPurchaseTableId>
      <d2p1:_imgURL>sample string 12</d2p1:_imgURL>
      <d2p1:_isGroup>true</d2p1:_isGroup>
      <d2p1:_purchaseType>Unknow</d2p1:_purchaseType>
      <d2p1:_supplyPrice>33</d2p1:_supplyPrice>
      <d2p1:_x003C_ActivityType_x003E_k__BackingField>None</d2p1:_x003C_ActivityType_x003E_k__BackingField>
      <d2p1:_x003C_BonusPointType_x003E_k__BackingField>Disabled</d2p1:_x003C_BonusPointType_x003E_k__BackingField>
      <d2p1:_x003C_BonusPoint_x003E_k__BackingField>31</d2p1:_x003C_BonusPoint_x003E_k__BackingField>
      <d2p1:_x003C_CustomizedID_x003E_k__BackingField>bd504a03-bf95-43ac-b617-cb19fdb834f0</d2p1:_x003C_CustomizedID_x003E_k__BackingField>
      <d2p1:_x003C_IsVirtual_x003E_k__BackingField>true</d2p1:_x003C_IsVirtual_x003E_k__BackingField>
      <d2p1:_x003C_LuckDrawPassword_x003E_k__BackingField>sample string 3</d2p1:_x003C_LuckDrawPassword_x003E_k__BackingField>
      <d2p1:allotTableId>63</d2p1:allotTableId>
      <d2p1:appendId>13</d2p1:appendId>
      <d2p1:appendTableId>15</d2p1:appendTableId>
      <d2p1:appendType>14</d2p1:appendType>
      <d2p1:attBigintTableId>71</d2p1:attBigintTableId>
      <d2p1:attDateTableId>76</d2p1:attDateTableId>
      <d2p1:attDateTimeTableId>75</d2p1:attDateTimeTableId>
      <d2p1:attFloatTableId>72</d2p1:attFloatTableId>
      <d2p1:attIntTableId>70</d2p1:attIntTableId>
      <d2p1:attNTextTableId>74</d2p1:attNTextTableId>
      <d2p1:attNVarCharTableId>73</d2p1:attNVarCharTableId>
      <d2p1:auditCount>61</d2p1:auditCount>
      <d2p1:auditInfo>sample string 62</d2p1:auditInfo>
      <d2p1:auditStartTime>2026-01-02T04:01:06.9960652+08:00</d2p1:auditStartTime>
      <d2p1:auditState>Unknow</d2p1:auditState>
      <d2p1:auditTime>2026-01-02T04:01:06.9960652+08:00</d2p1:auditTime>
      <d2p1:auditUserIP>sample string 60</d2p1:auditUserIP>
      <d2p1:auditUserId>59</d2p1:auditUserId>
      <d2p1:auditUserType>Unknow</d2p1:auditUserType>
      <d2p1:barCode>sample string 28</d2p1:barCode>
      <d2p1:beaconId>4</d2p1:beaconId>
      <d2p1:beforeAuditState>Unknow</d2p1:beforeAuditState>
      <d2p1:brandMarking>9</d2p1:brandMarking>
      <d2p1:clicks>16</d2p1:clicks>
      <d2p1:createTime>2026-01-02T04:01:06.9960652+08:00</d2p1:createTime>
      <d2p1:createrIP>sample string 82</d2p1:createrIP>
      <d2p1:createrId>81</d2p1:createrId>
      <d2p1:createrUserType>Unknow</d2p1:createrUserType>
      <d2p1:customFieldList_Char>
        <d2p1:CustomFieldOfstring>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>sample string 3</d2p1:value>
        </d2p1:CustomFieldOfstring>
        <d2p1:CustomFieldOfstring>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>sample string 3</d2p1:value>
        </d2p1:CustomFieldOfstring>
      </d2p1:customFieldList_Char>
      <d2p1:customFieldList_Date>
        <d2p1:CustomFieldOfdateTime>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>2026-01-02T04:01:06.9999795+08:00</d2p1:value>
        </d2p1:CustomFieldOfdateTime>
        <d2p1:CustomFieldOfdateTime>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>2026-01-02T04:01:06.9999795+08:00</d2p1:value>
        </d2p1:CustomFieldOfdateTime>
      </d2p1:customFieldList_Date>
      <d2p1:customFieldList_DateTime>
        <d2p1:CustomFieldOfdateTime>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>2026-01-02T04:01:06.9999795+08:00</d2p1:value>
        </d2p1:CustomFieldOfdateTime>
        <d2p1:CustomFieldOfdateTime>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>2026-01-02T04:01:06.9999795+08:00</d2p1:value>
        </d2p1:CustomFieldOfdateTime>
      </d2p1:customFieldList_DateTime>
      <d2p1:customFieldList_Float>
        <d2p1:CustomFieldOffloat>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>3.1</d2p1:value>
        </d2p1:CustomFieldOffloat>
        <d2p1:CustomFieldOffloat>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>3.1</d2p1:value>
        </d2p1:CustomFieldOffloat>
      </d2p1:customFieldList_Float>
      <d2p1:customFieldList_Int>
        <d2p1:CustomFieldOfint>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>3</d2p1:value>
        </d2p1:CustomFieldOfint>
        <d2p1:CustomFieldOfint>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>3</d2p1:value>
        </d2p1:CustomFieldOfint>
      </d2p1:customFieldList_Int>
      <d2p1:customFieldList_Long>
        <d2p1:CustomFieldOflong>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>3</d2p1:value>
        </d2p1:CustomFieldOflong>
        <d2p1:CustomFieldOflong>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>3</d2p1:value>
        </d2p1:CustomFieldOflong>
      </d2p1:customFieldList_Long>
      <d2p1:customFieldList_Text>
        <d2p1:CustomFieldOfstring>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>sample string 3</d2p1:value>
        </d2p1:CustomFieldOfstring>
        <d2p1:CustomFieldOfstring>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>sample string 3</d2p1:value>
        </d2p1:CustomFieldOfstring>
      </d2p1:customFieldList_Text>
      <d2p1:depict>sample string 64</d2p1:depict>
      <d2p1:eXTId>78</d2p1:eXTId>
      <d2p1:eXTNO>sample string 77</d2p1:eXTNO>
      <d2p1:fareTemplateId>23</d2p1:fareTemplateId>
      <d2p1:goodOrder>53</d2p1:goodOrder>
      <d2p1:groupLeaderAssist>true</d2p1:groupLeaderAssist>
      <d2p1:groupMinCout>67</d2p1:groupMinCout>
      <d2p1:groupMultiAddress>true</d2p1:groupMultiAddress>
      <d2p1:groupPrice>66</d2p1:groupPrice>
      <d2p1:hotOrder>55</d2p1:hotOrder>
      <d2p1:id>1</d2p1:id>
      <d2p1:indexOrder>56</d2p1:indexOrder>
      <d2p1:integral>26</d2p1:integral>
      <d2p1:involvedActivity>true</d2p1:involvedActivity>
      <d2p1:isRelating>true</d2p1:isRelating>
      <d2p1:isTrueGoods>true</d2p1:isTrueGoods>
      <d2p1:marketPrice>30</d2p1:marketPrice>
      <d2p1:marketingType>Unknow</d2p1:marketingType>
      <d2p1:minBuyCount>18</d2p1:minBuyCount>
      <d2p1:name>sample string 10</d2p1:name>
      <d2p1:newOrder>54</d2p1:newOrder>
      <d2p1:preferentialCount>46</d2p1:preferentialCount>
      <d2p1:preferentialEndTime>2026-01-02T04:01:06.9960652+08:00</d2p1:preferentialEndTime>
      <d2p1:preferentialId>43</d2p1:preferentialId>
      <d2p1:preferentialMaxBuyCount>48</d2p1:preferentialMaxBuyCount>
      <d2p1:preferentialMinBuyCount>47</d2p1:preferentialMinBuyCount>
      <d2p1:preferentialPrice>45</d2p1:preferentialPrice>
      <d2p1:preferentialSaleCount>49</d2p1:preferentialSaleCount>
      <d2p1:preferentialStartTime>2026-01-02T04:01:06.9960652+08:00</d2p1:preferentialStartTime>
      <d2p1:preferentialTableId>44</d2p1:preferentialTableId>
      <d2p1:putawayState>Unknow</d2p1:putawayState>
      <d2p1:referencePriceName>sample string 80</d2p1:referencePriceName>
      <d2p1:remark>sample string 85</d2p1:remark>
      <d2p1:repetory>19</d2p1:repetory>
      <d2p1:repetoryWarning>20</d2p1:repetoryWarning>
      <d2p1:sKU>sample string 29</d2p1:sKU>
      <d2p1:saleCount>17</d2p1:saleCount>
      <d2p1:sellPrice>34</d2p1:sellPrice>
      <d2p1:sellType>Unknow</d2p1:sellType>
      <d2p1:setPutawayStateTime>2026-01-02T04:01:06.9960652+08:00</d2p1:setPutawayStateTime>
      <d2p1:state>Unknow</d2p1:state>
      <d2p1:subhead>sample string 11</d2p1:subhead>
      <d2p1:supplierId>58</d2p1:supplierId>
      <d2p1:synGrade>57</d2p1:synGrade>
      <d2p1:taxRate>27.1</d2p1:taxRate>
      <d2p1:type>Unknow</d2p1:type>
      <d2p1:typeId>7</d2p1:typeId>
      <d2p1:typeMarking>8</d2p1:typeMarking>
      <d2p1:unitName>sample string 22</d2p1:unitName>
      <d2p1:unitValue>21.1</d2p1:unitValue>
      <d2p1:updateTime>2026-01-02T04:01:06.9960652+08:00</d2p1:updateTime>
      <d2p1:updaterIP>sample string 84</d2p1:updaterIP>
      <d2p1:updaterId>83</d2p1:updaterId>
      <d2p1:updaterUserType>Unknow</d2p1:updaterUserType>
      <d2p1:way>Unknow</d2p1:way>
    </d2p1:GoodsAllot>
    <d2p1:GoodsAllot>
      <d2p1:_fare>24</d2p1:_fare>
      <d2p1:_fareCumsum>25</d2p1:_fareCumsum>
      <d2p1:_goodsId>5</d2p1:_goodsId>
      <d2p1:_goodsTableId>6</d2p1:_goodsTableId>
      <d2p1:_gpMaxBuyCount>39</d2p1:_gpMaxBuyCount>
      <d2p1:_gpMinBuyCount>38</d2p1:_gpMinBuyCount>
      <d2p1:_gpPrice>35</d2p1:_gpPrice>
      <d2p1:_gpRepetory>36</d2p1:_gpRepetory>
      <d2p1:_gpRepetoryWarning>37</d2p1:_gpRepetoryWarning>
      <d2p1:_gpSaleCount>40</d2p1:_gpSaleCount>
      <d2p1:_groupBuy>true</d2p1:_groupBuy>
      <d2p1:_groupPurchaseId>41</d2p1:_groupPurchaseId>
      <d2p1:_groupPurchaseTableId>42</d2p1:_groupPurchaseTableId>
      <d2p1:_imgURL>sample string 12</d2p1:_imgURL>
      <d2p1:_isGroup>true</d2p1:_isGroup>
      <d2p1:_purchaseType>Unknow</d2p1:_purchaseType>
      <d2p1:_supplyPrice>33</d2p1:_supplyPrice>
      <d2p1:_x003C_ActivityType_x003E_k__BackingField>None</d2p1:_x003C_ActivityType_x003E_k__BackingField>
      <d2p1:_x003C_BonusPointType_x003E_k__BackingField>Disabled</d2p1:_x003C_BonusPointType_x003E_k__BackingField>
      <d2p1:_x003C_BonusPoint_x003E_k__BackingField>31</d2p1:_x003C_BonusPoint_x003E_k__BackingField>
      <d2p1:_x003C_CustomizedID_x003E_k__BackingField>bd504a03-bf95-43ac-b617-cb19fdb834f0</d2p1:_x003C_CustomizedID_x003E_k__BackingField>
      <d2p1:_x003C_IsVirtual_x003E_k__BackingField>true</d2p1:_x003C_IsVirtual_x003E_k__BackingField>
      <d2p1:_x003C_LuckDrawPassword_x003E_k__BackingField>sample string 3</d2p1:_x003C_LuckDrawPassword_x003E_k__BackingField>
      <d2p1:allotTableId>63</d2p1:allotTableId>
      <d2p1:appendId>13</d2p1:appendId>
      <d2p1:appendTableId>15</d2p1:appendTableId>
      <d2p1:appendType>14</d2p1:appendType>
      <d2p1:attBigintTableId>71</d2p1:attBigintTableId>
      <d2p1:attDateTableId>76</d2p1:attDateTableId>
      <d2p1:attDateTimeTableId>75</d2p1:attDateTimeTableId>
      <d2p1:attFloatTableId>72</d2p1:attFloatTableId>
      <d2p1:attIntTableId>70</d2p1:attIntTableId>
      <d2p1:attNTextTableId>74</d2p1:attNTextTableId>
      <d2p1:attNVarCharTableId>73</d2p1:attNVarCharTableId>
      <d2p1:auditCount>61</d2p1:auditCount>
      <d2p1:auditInfo>sample string 62</d2p1:auditInfo>
      <d2p1:auditStartTime>2026-01-02T04:01:06.9960652+08:00</d2p1:auditStartTime>
      <d2p1:auditState>Unknow</d2p1:auditState>
      <d2p1:auditTime>2026-01-02T04:01:06.9960652+08:00</d2p1:auditTime>
      <d2p1:auditUserIP>sample string 60</d2p1:auditUserIP>
      <d2p1:auditUserId>59</d2p1:auditUserId>
      <d2p1:auditUserType>Unknow</d2p1:auditUserType>
      <d2p1:barCode>sample string 28</d2p1:barCode>
      <d2p1:beaconId>4</d2p1:beaconId>
      <d2p1:beforeAuditState>Unknow</d2p1:beforeAuditState>
      <d2p1:brandMarking>9</d2p1:brandMarking>
      <d2p1:clicks>16</d2p1:clicks>
      <d2p1:createTime>2026-01-02T04:01:06.9960652+08:00</d2p1:createTime>
      <d2p1:createrIP>sample string 82</d2p1:createrIP>
      <d2p1:createrId>81</d2p1:createrId>
      <d2p1:createrUserType>Unknow</d2p1:createrUserType>
      <d2p1:customFieldList_Char>
        <d2p1:CustomFieldOfstring>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>sample string 3</d2p1:value>
        </d2p1:CustomFieldOfstring>
        <d2p1:CustomFieldOfstring>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>sample string 3</d2p1:value>
        </d2p1:CustomFieldOfstring>
      </d2p1:customFieldList_Char>
      <d2p1:customFieldList_Date>
        <d2p1:CustomFieldOfdateTime>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>2026-01-02T04:01:06.9999795+08:00</d2p1:value>
        </d2p1:CustomFieldOfdateTime>
        <d2p1:CustomFieldOfdateTime>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>2026-01-02T04:01:06.9999795+08:00</d2p1:value>
        </d2p1:CustomFieldOfdateTime>
      </d2p1:customFieldList_Date>
      <d2p1:customFieldList_DateTime>
        <d2p1:CustomFieldOfdateTime>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>2026-01-02T04:01:06.9999795+08:00</d2p1:value>
        </d2p1:CustomFieldOfdateTime>
        <d2p1:CustomFieldOfdateTime>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>2026-01-02T04:01:06.9999795+08:00</d2p1:value>
        </d2p1:CustomFieldOfdateTime>
      </d2p1:customFieldList_DateTime>
      <d2p1:customFieldList_Float>
        <d2p1:CustomFieldOffloat>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>3.1</d2p1:value>
        </d2p1:CustomFieldOffloat>
        <d2p1:CustomFieldOffloat>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>3.1</d2p1:value>
        </d2p1:CustomFieldOffloat>
      </d2p1:customFieldList_Float>
      <d2p1:customFieldList_Int>
        <d2p1:CustomFieldOfint>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>3</d2p1:value>
        </d2p1:CustomFieldOfint>
        <d2p1:CustomFieldOfint>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>3</d2p1:value>
        </d2p1:CustomFieldOfint>
      </d2p1:customFieldList_Int>
      <d2p1:customFieldList_Long>
        <d2p1:CustomFieldOflong>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>3</d2p1:value>
        </d2p1:CustomFieldOflong>
        <d2p1:CustomFieldOflong>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>3</d2p1:value>
        </d2p1:CustomFieldOflong>
      </d2p1:customFieldList_Long>
      <d2p1:customFieldList_Text>
        <d2p1:CustomFieldOfstring>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>sample string 3</d2p1:value>
        </d2p1:CustomFieldOfstring>
        <d2p1:CustomFieldOfstring>
          <d2p1:attributeId>1</d2p1:attributeId>
          <d2p1:fieldDBType>Unknow</d2p1:fieldDBType>
          <d2p1:fieldName>sample string 2</d2p1:fieldName>
          <d2p1:fieldType>Unknow</d2p1:fieldType>
          <d2p1:options xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>1</d6p1:Key>
              <d6p1:Value>sample string 2</d6p1:Value>
            </d6p1:KeyValueOfintstring>
            <d6p1:KeyValueOfintstring>
              <d6p1:Key>3</d6p1:Key>
              <d6p1:Value>sample string 4</d6p1:Value>
            </d6p1:KeyValueOfintstring>
          </d2p1:options>
          <d2p1:required>true</d2p1:required>
          <d2p1:value>sample string 3</d2p1:value>
        </d2p1:CustomFieldOfstring>
      </d2p1:customFieldList_Text>
      <d2p1:depict>sample string 64</d2p1:depict>
      <d2p1:eXTId>78</d2p1:eXTId>
      <d2p1:eXTNO>sample string 77</d2p1:eXTNO>
      <d2p1:fareTemplateId>23</d2p1:fareTemplateId>
      <d2p1:goodOrder>53</d2p1:goodOrder>
      <d2p1:groupLeaderAssist>true</d2p1:groupLeaderAssist>
      <d2p1:groupMinCout>67</d2p1:groupMinCout>
      <d2p1:groupMultiAddress>true</d2p1:groupMultiAddress>
      <d2p1:groupPrice>66</d2p1:groupPrice>
      <d2p1:hotOrder>55</d2p1:hotOrder>
      <d2p1:id>1</d2p1:id>
      <d2p1:indexOrder>56</d2p1:indexOrder>
      <d2p1:integral>26</d2p1:integral>
      <d2p1:involvedActivity>true</d2p1:involvedActivity>
      <d2p1:isRelating>true</d2p1:isRelating>
      <d2p1:isTrueGoods>true</d2p1:isTrueGoods>
      <d2p1:marketPrice>30</d2p1:marketPrice>
      <d2p1:marketingType>Unknow</d2p1:marketingType>
      <d2p1:minBuyCount>18</d2p1:minBuyCount>
      <d2p1:name>sample string 10</d2p1:name>
      <d2p1:newOrder>54</d2p1:newOrder>
      <d2p1:preferentialCount>46</d2p1:preferentialCount>
      <d2p1:preferentialEndTime>2026-01-02T04:01:06.9960652+08:00</d2p1:preferentialEndTime>
      <d2p1:preferentialId>43</d2p1:preferentialId>
      <d2p1:preferentialMaxBuyCount>48</d2p1:preferentialMaxBuyCount>
      <d2p1:preferentialMinBuyCount>47</d2p1:preferentialMinBuyCount>
      <d2p1:preferentialPrice>45</d2p1:preferentialPrice>
      <d2p1:preferentialSaleCount>49</d2p1:preferentialSaleCount>
      <d2p1:preferentialStartTime>2026-01-02T04:01:06.9960652+08:00</d2p1:preferentialStartTime>
      <d2p1:preferentialTableId>44</d2p1:preferentialTableId>
      <d2p1:putawayState>Unknow</d2p1:putawayState>
      <d2p1:referencePriceName>sample string 80</d2p1:referencePriceName>
      <d2p1:remark>sample string 85</d2p1:remark>
      <d2p1:repetory>19</d2p1:repetory>
      <d2p1:repetoryWarning>20</d2p1:repetoryWarning>
      <d2p1:sKU>sample string 29</d2p1:sKU>
      <d2p1:saleCount>17</d2p1:saleCount>
      <d2p1:sellPrice>34</d2p1:sellPrice>
      <d2p1:sellType>Unknow</d2p1:sellType>
      <d2p1:setPutawayStateTime>2026-01-02T04:01:06.9960652+08:00</d2p1:setPutawayStateTime>
      <d2p1:state>Unknow</d2p1:state>
      <d2p1:subhead>sample string 11</d2p1:subhead>
      <d2p1:supplierId>58</d2p1:supplierId>
      <d2p1:synGrade>57</d2p1:synGrade>
      <d2p1:taxRate>27.1</d2p1:taxRate>
      <d2p1:type>Unknow</d2p1:type>
      <d2p1:typeId>7</d2p1:typeId>
      <d2p1:typeMarking>8</d2p1:typeMarking>
      <d2p1:unitName>sample string 22</d2p1:unitName>
      <d2p1:unitValue>21.1</d2p1:unitValue>
      <d2p1:updateTime>2026-01-02T04:01:06.9960652+08:00</d2p1:updateTime>
      <d2p1:updaterIP>sample string 84</d2p1:updaterIP>
      <d2p1:updaterId>83</d2p1:updaterId>
      <d2p1:updaterUserType>Unknow</d2p1:updaterUserType>
      <d2p1:way>Unknow</d2p1:way>
    </d2p1:GoodsAllot>
  </_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>
</DataResultListOfGoodsAllotj8Uq4eGU>