POST Visual/queryDataNew
查询列表加载/刷新数据
Request Information
URI Parameters
None.
Body Parameters
VisualQueryDataReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fClassId | string |
None. |
|
| fRowBegin | integer |
None. |
|
| fRowEnd | integer |
None. |
|
| fFilter | Collection of QueryPlanReqModelDic |
None. |
|
| fUse | boolean |
None. |
|
| fTreeId | integer |
None. |
|
| fTreeFieldName | string |
None. |
|
| fNodeTreeClassId | integer |
None. |
|
| listDetail | Collection of QueryDetail |
None. |
|
| passListEntry | Collection of GlHasSelect |
None. |
|
| filterListEntry | Collection of GlFilterDic |
None. |
|
| fastQueryList | Collection of t_ClassFastSearchDetail |
None. |
Request Formats
application/json, text/json
{
"fClassId": "sample string 1",
"fRowBegin": 2,
"fRowEnd": 3,
"fFilter": [
{
"fPageIndex": 1,
"super": true,
"left": "sample string 3",
"key": "sample string 4",
"fIsVariable": true,
"value": {},
"right": "sample string 7",
"logic": "sample string 8",
"caption": "sample string 9",
"fListCtlType": 10,
"fScale": "sample string 11",
"sqlValue": "sample string 12",
"opt": "sample string 13",
"fNeedValue": true
},
{
"fPageIndex": 1,
"super": true,
"left": "sample string 3",
"key": "sample string 4",
"fIsVariable": true,
"value": {},
"right": "sample string 7",
"logic": "sample string 8",
"caption": "sample string 9",
"fListCtlType": 10,
"fScale": "sample string 11",
"sqlValue": "sample string 12",
"opt": "sample string 13",
"fNeedValue": true
}
],
"fUse": true,
"fTreeId": 5,
"fTreeFieldName": "sample string 6",
"fNodeTreeClassId": 7,
"listDetail": [
{
"fPageIndex": "sample string 1",
"fName": "sample string 2",
"fCheck": "sample string 3",
"fIsEntry": true,
"fMustCheck": true
},
{
"fPageIndex": "sample string 1",
"fName": "sample string 2",
"fCheck": "sample string 3",
"fIsEntry": true,
"fMustCheck": true
}
],
"passListEntry": [
{
"fBillTypeId": 1,
"fInterId": 2,
"fEntryId": 3
},
{
"fBillTypeId": 1,
"fInterId": 2,
"fEntryId": 3
}
],
"filterListEntry": [
{
"fName": "sample string 1",
"fSourPage": 2,
"fValue": "sample string 3"
},
{
"fName": "sample string 1",
"fSourPage": 2,
"fValue": "sample string 3"
}
],
"fastQueryList": [
{
"fBillTypeId": 1,
"fTitle": "sample string 2"
},
{
"fBillTypeId": 1,
"fTitle": "sample string 2"
}
]
}
application/xml, text/xml
<VisualQueryDataReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Visual">
<fClassId>sample string 1</fClassId>
<fFilter xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:QueryPlanReqModelDic>
<d2p1:caption>sample string 9</d2p1:caption>
<d2p1:fIsVariable>true</d2p1:fIsVariable>
<d2p1:fListCtlType>10</d2p1:fListCtlType>
<d2p1:fNeedValue>true</d2p1:fNeedValue>
<d2p1:fPageIndex>1</d2p1:fPageIndex>
<d2p1:fScale>sample string 11</d2p1:fScale>
<d2p1:key>sample string 4</d2p1:key>
<d2p1:left>sample string 3</d2p1:left>
<d2p1:logic>sample string 8</d2p1:logic>
<d2p1:opt>sample string 13</d2p1:opt>
<d2p1:right>sample string 7</d2p1:right>
<d2p1:sqlValue>sample string 12</d2p1:sqlValue>
<d2p1:super>true</d2p1:super>
<d2p1:value />
</d2p1:QueryPlanReqModelDic>
<d2p1:QueryPlanReqModelDic>
<d2p1:caption>sample string 9</d2p1:caption>
<d2p1:fIsVariable>true</d2p1:fIsVariable>
<d2p1:fListCtlType>10</d2p1:fListCtlType>
<d2p1:fNeedValue>true</d2p1:fNeedValue>
<d2p1:fPageIndex>1</d2p1:fPageIndex>
<d2p1:fScale>sample string 11</d2p1:fScale>
<d2p1:key>sample string 4</d2p1:key>
<d2p1:left>sample string 3</d2p1:left>
<d2p1:logic>sample string 8</d2p1:logic>
<d2p1:opt>sample string 13</d2p1:opt>
<d2p1:right>sample string 7</d2p1:right>
<d2p1:sqlValue>sample string 12</d2p1:sqlValue>
<d2p1:super>true</d2p1:super>
<d2p1:value />
</d2p1:QueryPlanReqModelDic>
</fFilter>
<fNodeTreeClassId>7</fNodeTreeClassId>
<fRowBegin>2</fRowBegin>
<fRowEnd>3</fRowEnd>
<fTreeFieldName>sample string 6</fTreeFieldName>
<fTreeId>5</fTreeId>
<fUse>true</fUse>
<fastQueryList xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:t_ClassFastSearchDetail>
<d2p1:fBillTypeId>1</d2p1:fBillTypeId>
<d2p1:fTitle>sample string 2</d2p1:fTitle>
</d2p1:t_ClassFastSearchDetail>
<d2p1:t_ClassFastSearchDetail>
<d2p1:fBillTypeId>1</d2p1:fBillTypeId>
<d2p1:fTitle>sample string 2</d2p1:fTitle>
</d2p1:t_ClassFastSearchDetail>
</fastQueryList>
<filterListEntry xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:GlFilterDic>
<d2p1:fName>sample string 1</d2p1:fName>
<d2p1:fSourPage>2</d2p1:fSourPage>
<d2p1:fValue>sample string 3</d2p1:fValue>
</d2p1:GlFilterDic>
<d2p1:GlFilterDic>
<d2p1:fName>sample string 1</d2p1:fName>
<d2p1:fSourPage>2</d2p1:fSourPage>
<d2p1:fValue>sample string 3</d2p1:fValue>
</d2p1:GlFilterDic>
</filterListEntry>
<listDetail xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:QueryDetail>
<d2p1:fCheck>sample string 3</d2p1:fCheck>
<d2p1:fIsEntry>true</d2p1:fIsEntry>
<d2p1:fMustCheck>true</d2p1:fMustCheck>
<d2p1:fName>sample string 2</d2p1:fName>
<d2p1:fPageIndex>sample string 1</d2p1:fPageIndex>
</d2p1:QueryDetail>
<d2p1:QueryDetail>
<d2p1:fCheck>sample string 3</d2p1:fCheck>
<d2p1:fIsEntry>true</d2p1:fIsEntry>
<d2p1:fMustCheck>true</d2p1:fMustCheck>
<d2p1:fName>sample string 2</d2p1:fName>
<d2p1:fPageIndex>sample string 1</d2p1:fPageIndex>
</d2p1:QueryDetail>
</listDetail>
<passListEntry xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:GlHasSelect>
<d2p1:fBillTypeId>1</d2p1:fBillTypeId>
<d2p1:fEntryId>3</d2p1:fEntryId>
<d2p1:fInterId>2</d2p1:fInterId>
</d2p1:GlHasSelect>
<d2p1:GlHasSelect>
<d2p1:fBillTypeId>1</d2p1:fBillTypeId>
<d2p1:fEntryId>3</d2p1:fEntryId>
<d2p1:fInterId>2</d2p1:fInterId>
</d2p1:GlHasSelect>
</passListEntry>
</VisualQueryDataReqModel>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
DataSetModel| Name | Description | Type | Additional information |
|---|---|---|---|
| result | DataSet |
None. |
|
| fPrimaryKey | string |
None. |
|
| fParentKey | string |
None. |
|
| fIndexKey | string |
None. |
|
| fDeletedKey | string |
None. |
|
| fNeedAudit | boolean |
None. |
|
| fAuditKey | string |
None. |
|
| fAuditDateKey | string |
None. |
|
| fAuditBillerIdKey | string |
None. |
|
| fAuditBillerNameKey | string |
None. |
|
| fNeedMultiAudit | boolean |
None. |
|
| fNeedClose | boolean |
None. |
|
| fClosedKey | string |
None. |
|
| fClosedDateKey | string |
None. |
|
| fClosedBillerIdKey | string |
None. |
|
| fClosedBillerNameKey | string |
None. |
|
| fNeedForbid | boolean |
None. |
|
| fNeedCancel | boolean |
None. |
|
| fCancelKey | string |
None. |
|
| fAuditAutoPush | boolean |
None. |
|
| fAutoPushLinks | string |
None. |
|
| fEntryKey | string |
None. |
|
| fNewAfterSave | boolean |
None. |
|
| fBillTypeName | string |
None. |
|
| fNeedNumberRules | boolean |
None. |
|
| fSourceTranIdKey | string |
None. |
|
| fSourceInterIdKey | string |
None. |
|
| listEntry | Collection of t_ClassTypeEntryForm |
None. |
|
| listInfoSp | Collection of t_ClassInfoCalPara |
None. |
|
| t_ClassInfoStatus | Collection of t_ClassInfoStatus |
None. |
|
| fIds | Collection of integer |
None. |
|
| t_ClassGlEntry | Collection of t_ClassGlEntry |
None. |
|
| t_ClassInfoDateCal | Collection of t_ClassInfoDateCal |
None. |
|
| t_ClassBill | Collection of t_ClassBill |
None. |
|
| fNeedSign | Collection of string |
None. |
|
| fNeedMultiAuditRej | boolean |
None. |
|
| listFile | Collection of t_ClassFile |
None. |
|
| listPhoneTypeEntry | Collection of t_PhoneClassTypeEntry |
None. |
|
| error | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json, text/json
{
"result": null,
"fPrimaryKey": "sample string 1",
"fParentKey": "sample string 2",
"fIndexKey": "sample string 3",
"fDeletedKey": "sample string 4",
"fNeedAudit": true,
"fAuditKey": "sample string 6",
"fAuditDateKey": "sample string 7",
"fAuditBillerIdKey": "sample string 8",
"fAuditBillerNameKey": "sample string 9",
"fNeedMultiAudit": true,
"fNeedClose": true,
"fClosedKey": "sample string 12",
"fClosedDateKey": "sample string 13",
"fClosedBillerIdKey": "sample string 14",
"fClosedBillerNameKey": "sample string 15",
"fNeedForbid": true,
"fNeedCancel": true,
"fCancelKey": "sample string 18",
"fAuditAutoPush": true,
"fAutoPushLinks": "sample string 20",
"fEntryKey": "sample string 21",
"fNewAfterSave": true,
"fBillTypeName": "sample string 23",
"fNeedNumberRules": true,
"fSourceTranIdKey": "sample string 25",
"fSourceInterIdKey": "sample string 26",
"listEntry": null,
"listInfoSp": [
{
"fFieldName": "sample string 1"
},
{
"fFieldName": "sample string 1"
}
],
"t_ClassInfoStatus": [
{
"fBillTypeId": 1,
"fTargetPageIndex": 2,
"fTargetFieldName": "sample string 3",
"fStatus": "sample string 4",
"fSourcePageIndex": 5,
"fSourceFieldName": "sample string 6",
"fSourceValue": "sample string 7",
"fSort": 8,
"fIsDraft": true,
"fTargetTabName": "sample string 10",
"fTargetTabKey": "sample string 11"
},
{
"fBillTypeId": 1,
"fTargetPageIndex": 2,
"fTargetFieldName": "sample string 3",
"fStatus": "sample string 4",
"fSourcePageIndex": 5,
"fSourceFieldName": "sample string 6",
"fSourceValue": "sample string 7",
"fSort": 8,
"fIsDraft": true,
"fTargetTabName": "sample string 10",
"fTargetTabKey": "sample string 11"
}
],
"fIds": [
1,
2
],
"t_ClassGlEntry": [
{
"fBillTypeId": 1,
"fPageIndex": 2,
"fFieldName": "sample string 3",
"fSourceBillTypeId": 4,
"fSourcePageIndex": 5,
"fSourceFieldName": "sample string 6",
"fTargetPageIndex": 7,
"fTargetFieldName": "sample string 8",
"fIsDraft": true,
"fType": 10
},
{
"fBillTypeId": 1,
"fPageIndex": 2,
"fFieldName": "sample string 3",
"fSourceBillTypeId": 4,
"fSourcePageIndex": 5,
"fSourceFieldName": "sample string 6",
"fTargetPageIndex": 7,
"fTargetFieldName": "sample string 8",
"fIsDraft": true,
"fType": 10
}
],
"t_ClassInfoDateCal": [
{
"fBillTypeId": 1,
"fSouDatePageIndex": 2,
"fSouDateFieldName": "sample string 3",
"fSouInterValPageIndex": 4,
"fSouInterValFieldName": "sample string 5",
"fTarDatePageIndex": 6,
"fTarDateFieldName": "sample string 7",
"fIsDraft": true,
"fSymbol": "sample string 9",
"fSouInterValUnit": "sample string 10",
"fSouInterFieldName": "sample string 11",
"fSouInterType": 12
},
{
"fBillTypeId": 1,
"fSouDatePageIndex": 2,
"fSouDateFieldName": "sample string 3",
"fSouInterValPageIndex": 4,
"fSouInterValFieldName": "sample string 5",
"fTarDatePageIndex": 6,
"fTarDateFieldName": "sample string 7",
"fIsDraft": true,
"fSymbol": "sample string 9",
"fSouInterValUnit": "sample string 10",
"fSouInterFieldName": "sample string 11",
"fSouInterType": 12
}
],
"t_ClassBill": [
{
"fBillTypeId": 1,
"fIndex": 2,
"fName": "sample string 3",
"fIsDraft": true,
"fBindBillTypeId": 5,
"fBindPageIndex": 6,
"fBindFieldName": "sample string 7",
"fTop": 8,
"fLeft": 9,
"fWidth": 10,
"fHeight": 11,
"fDftRow": 12,
"fContainer": "sample string 13"
},
{
"fBillTypeId": 1,
"fIndex": 2,
"fName": "sample string 3",
"fIsDraft": true,
"fBindBillTypeId": 5,
"fBindPageIndex": 6,
"fBindFieldName": "sample string 7",
"fTop": 8,
"fLeft": 9,
"fWidth": 10,
"fHeight": 11,
"fDftRow": 12,
"fContainer": "sample string 13"
}
],
"fNeedSign": [
"sample string 1",
"sample string 2"
],
"fNeedMultiAuditRej": true,
"listFile": [
{
"fItemId": 1,
"fEntryId": 2,
"fOriginName": "sample string 3",
"fName": "sample string 4",
"fType": "sample string 5",
"fLenght": "sample string 6",
"fDate": "sample string 7",
"fThumbName": "sample string 8",
"fUrl": "sample string 9",
"fThumbUrl": "sample string 10"
},
{
"fItemId": 1,
"fEntryId": 2,
"fOriginName": "sample string 3",
"fName": "sample string 4",
"fType": "sample string 5",
"fLenght": "sample string 6",
"fDate": "sample string 7",
"fThumbName": "sample string 8",
"fUrl": "sample string 9",
"fThumbUrl": "sample string 10"
}
],
"listPhoneTypeEntry": [
{
"fBillTypeId": 1,
"fPageIndex": 2,
"fTableName": "sample string 3",
"fParentPageIndex": 4,
"fGroupDtlBy": "sample string 5"
},
{
"fBillTypeId": 1,
"fPageIndex": 2,
"fTableName": "sample string 3",
"fParentPageIndex": 4,
"fGroupDtlBy": "sample string 5"
}
],
"error": 28,
"Msg": "sample string 29"
}
application/xml, text/xml
<DataSetModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.VueApi">
<Msg>sample string 29</Msg>
<error>28</error>
<fAuditAutoPush>true</fAuditAutoPush>
<fAuditBillerIdKey>sample string 8</fAuditBillerIdKey>
<fAuditBillerNameKey>sample string 9</fAuditBillerNameKey>
<fAuditDateKey>sample string 7</fAuditDateKey>
<fAuditKey>sample string 6</fAuditKey>
<fAutoPushLinks>sample string 20</fAutoPushLinks>
<fBillTypeName>sample string 23</fBillTypeName>
<fCancelKey>sample string 18</fCancelKey>
<fClosedBillerIdKey>sample string 14</fClosedBillerIdKey>
<fClosedBillerNameKey>sample string 15</fClosedBillerNameKey>
<fClosedDateKey>sample string 13</fClosedDateKey>
<fClosedKey>sample string 12</fClosedKey>
<fDeletedKey>sample string 4</fDeletedKey>
<fEntryKey>sample string 21</fEntryKey>
<fIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</fIds>
<fIndexKey>sample string 3</fIndexKey>
<fNeedAudit>true</fNeedAudit>
<fNeedCancel>true</fNeedCancel>
<fNeedClose>true</fNeedClose>
<fNeedForbid>true</fNeedForbid>
<fNeedMultiAudit>true</fNeedMultiAudit>
<fNeedMultiAuditRej>true</fNeedMultiAuditRej>
<fNeedNumberRules>true</fNeedNumberRules>
<fNeedSign xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</fNeedSign>
<fNewAfterSave>true</fNewAfterSave>
<fParentKey>sample string 2</fParentKey>
<fPrimaryKey>sample string 1</fPrimaryKey>
<fSourceInterIdKey>sample string 26</fSourceInterIdKey>
<fSourceTranIdKey>sample string 25</fSourceTranIdKey>
<listEntry xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel" i:nil="true" />
<listFile xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">
<d2p1:t_ClassFile>
<d2p1:fDate>sample string 7</d2p1:fDate>
<d2p1:fEntryId>2</d2p1:fEntryId>
<d2p1:fItemId>1</d2p1:fItemId>
<d2p1:fLenght>sample string 6</d2p1:fLenght>
<d2p1:fName>sample string 4</d2p1:fName>
<d2p1:fOriginName>sample string 3</d2p1:fOriginName>
<d2p1:fThumbName>sample string 8</d2p1:fThumbName>
<d2p1:fThumbUrl>sample string 10</d2p1:fThumbUrl>
<d2p1:fType>sample string 5</d2p1:fType>
<d2p1:fUrl>sample string 9</d2p1:fUrl>
</d2p1:t_ClassFile>
<d2p1:t_ClassFile>
<d2p1:fDate>sample string 7</d2p1:fDate>
<d2p1:fEntryId>2</d2p1:fEntryId>
<d2p1:fItemId>1</d2p1:fItemId>
<d2p1:fLenght>sample string 6</d2p1:fLenght>
<d2p1:fName>sample string 4</d2p1:fName>
<d2p1:fOriginName>sample string 3</d2p1:fOriginName>
<d2p1:fThumbName>sample string 8</d2p1:fThumbName>
<d2p1:fThumbUrl>sample string 10</d2p1:fThumbUrl>
<d2p1:fType>sample string 5</d2p1:fType>
<d2p1:fUrl>sample string 9</d2p1:fUrl>
</d2p1:t_ClassFile>
</listFile>
<listInfoSp xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:t_ClassInfoCalPara>
<d2p1:fFieldName>sample string 1</d2p1:fFieldName>
</d2p1:t_ClassInfoCalPara>
<d2p1:t_ClassInfoCalPara>
<d2p1:fFieldName>sample string 1</d2p1:fFieldName>
</d2p1:t_ClassInfoCalPara>
</listInfoSp>
<listPhoneTypeEntry xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">
<d2p1:t_PhoneClassTypeEntry>
<d2p1:fBillTypeId>1</d2p1:fBillTypeId>
<d2p1:fGroupDtlBy>sample string 5</d2p1:fGroupDtlBy>
<d2p1:fPageIndex>2</d2p1:fPageIndex>
<d2p1:fParentPageIndex>4</d2p1:fParentPageIndex>
<d2p1:fTableName>sample string 3</d2p1:fTableName>
</d2p1:t_PhoneClassTypeEntry>
<d2p1:t_PhoneClassTypeEntry>
<d2p1:fBillTypeId>1</d2p1:fBillTypeId>
<d2p1:fGroupDtlBy>sample string 5</d2p1:fGroupDtlBy>
<d2p1:fPageIndex>2</d2p1:fPageIndex>
<d2p1:fParentPageIndex>4</d2p1:fParentPageIndex>
<d2p1:fTableName>sample string 3</d2p1:fTableName>
</d2p1:t_PhoneClassTypeEntry>
</listPhoneTypeEntry>
<result i:nil="true" />
<t_ClassBill xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">
<d2p1:t_ClassBill>
<d2p1:fBillTypeId>1</d2p1:fBillTypeId>
<d2p1:fBindBillTypeId>5</d2p1:fBindBillTypeId>
<d2p1:fBindFieldName>sample string 7</d2p1:fBindFieldName>
<d2p1:fBindPageIndex>6</d2p1:fBindPageIndex>
<d2p1:fContainer>sample string 13</d2p1:fContainer>
<d2p1:fDftRow>12</d2p1:fDftRow>
<d2p1:fHeight>11</d2p1:fHeight>
<d2p1:fIndex>2</d2p1:fIndex>
<d2p1:fIsDraft>true</d2p1:fIsDraft>
<d2p1:fLeft>9</d2p1:fLeft>
<d2p1:fName>sample string 3</d2p1:fName>
<d2p1:fTop>8</d2p1:fTop>
<d2p1:fWidth>10</d2p1:fWidth>
</d2p1:t_ClassBill>
<d2p1:t_ClassBill>
<d2p1:fBillTypeId>1</d2p1:fBillTypeId>
<d2p1:fBindBillTypeId>5</d2p1:fBindBillTypeId>
<d2p1:fBindFieldName>sample string 7</d2p1:fBindFieldName>
<d2p1:fBindPageIndex>6</d2p1:fBindPageIndex>
<d2p1:fContainer>sample string 13</d2p1:fContainer>
<d2p1:fDftRow>12</d2p1:fDftRow>
<d2p1:fHeight>11</d2p1:fHeight>
<d2p1:fIndex>2</d2p1:fIndex>
<d2p1:fIsDraft>true</d2p1:fIsDraft>
<d2p1:fLeft>9</d2p1:fLeft>
<d2p1:fName>sample string 3</d2p1:fName>
<d2p1:fTop>8</d2p1:fTop>
<d2p1:fWidth>10</d2p1:fWidth>
</d2p1:t_ClassBill>
</t_ClassBill>
<t_ClassGlEntry xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">
<d2p1:t_ClassGlEntry>
<d2p1:fBillTypeId>1</d2p1:fBillTypeId>
<d2p1:fFieldName>sample string 3</d2p1:fFieldName>
<d2p1:fIsDraft>true</d2p1:fIsDraft>
<d2p1:fPageIndex>2</d2p1:fPageIndex>
<d2p1:fSourceBillTypeId>4</d2p1:fSourceBillTypeId>
<d2p1:fSourceFieldName>sample string 6</d2p1:fSourceFieldName>
<d2p1:fSourcePageIndex>5</d2p1:fSourcePageIndex>
<d2p1:fTargetFieldName>sample string 8</d2p1:fTargetFieldName>
<d2p1:fTargetPageIndex>7</d2p1:fTargetPageIndex>
<d2p1:fType>10</d2p1:fType>
</d2p1:t_ClassGlEntry>
<d2p1:t_ClassGlEntry>
<d2p1:fBillTypeId>1</d2p1:fBillTypeId>
<d2p1:fFieldName>sample string 3</d2p1:fFieldName>
<d2p1:fIsDraft>true</d2p1:fIsDraft>
<d2p1:fPageIndex>2</d2p1:fPageIndex>
<d2p1:fSourceBillTypeId>4</d2p1:fSourceBillTypeId>
<d2p1:fSourceFieldName>sample string 6</d2p1:fSourceFieldName>
<d2p1:fSourcePageIndex>5</d2p1:fSourcePageIndex>
<d2p1:fTargetFieldName>sample string 8</d2p1:fTargetFieldName>
<d2p1:fTargetPageIndex>7</d2p1:fTargetPageIndex>
<d2p1:fType>10</d2p1:fType>
</d2p1:t_ClassGlEntry>
</t_ClassGlEntry>
<t_ClassInfoDateCal xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">
<d2p1:t_ClassInfoDateCal>
<d2p1:fBillTypeId>1</d2p1:fBillTypeId>
<d2p1:fIsDraft>true</d2p1:fIsDraft>
<d2p1:fSouDateFieldName>sample string 3</d2p1:fSouDateFieldName>
<d2p1:fSouDatePageIndex>2</d2p1:fSouDatePageIndex>
<d2p1:fSouInterFieldName>sample string 11</d2p1:fSouInterFieldName>
<d2p1:fSouInterType>12</d2p1:fSouInterType>
<d2p1:fSouInterValFieldName>sample string 5</d2p1:fSouInterValFieldName>
<d2p1:fSouInterValPageIndex>4</d2p1:fSouInterValPageIndex>
<d2p1:fSouInterValUnit>sample string 10</d2p1:fSouInterValUnit>
<d2p1:fSymbol>sample string 9</d2p1:fSymbol>
<d2p1:fTarDateFieldName>sample string 7</d2p1:fTarDateFieldName>
<d2p1:fTarDatePageIndex>6</d2p1:fTarDatePageIndex>
</d2p1:t_ClassInfoDateCal>
<d2p1:t_ClassInfoDateCal>
<d2p1:fBillTypeId>1</d2p1:fBillTypeId>
<d2p1:fIsDraft>true</d2p1:fIsDraft>
<d2p1:fSouDateFieldName>sample string 3</d2p1:fSouDateFieldName>
<d2p1:fSouDatePageIndex>2</d2p1:fSouDatePageIndex>
<d2p1:fSouInterFieldName>sample string 11</d2p1:fSouInterFieldName>
<d2p1:fSouInterType>12</d2p1:fSouInterType>
<d2p1:fSouInterValFieldName>sample string 5</d2p1:fSouInterValFieldName>
<d2p1:fSouInterValPageIndex>4</d2p1:fSouInterValPageIndex>
<d2p1:fSouInterValUnit>sample string 10</d2p1:fSouInterValUnit>
<d2p1:fSymbol>sample string 9</d2p1:fSymbol>
<d2p1:fTarDateFieldName>sample string 7</d2p1:fTarDateFieldName>
<d2p1:fTarDatePageIndex>6</d2p1:fTarDatePageIndex>
</d2p1:t_ClassInfoDateCal>
</t_ClassInfoDateCal>
<t_ClassInfoStatus xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:t_ClassInfoStatus>
<d2p1:fBillTypeId>1</d2p1:fBillTypeId>
<d2p1:fIsDraft>true</d2p1:fIsDraft>
<d2p1:fSort>8</d2p1:fSort>
<d2p1:fSourceFieldName>sample string 6</d2p1:fSourceFieldName>
<d2p1:fSourcePageIndex>5</d2p1:fSourcePageIndex>
<d2p1:fSourceValue>sample string 7</d2p1:fSourceValue>
<d2p1:fStatus>sample string 4</d2p1:fStatus>
<d2p1:fTargetFieldName>sample string 3</d2p1:fTargetFieldName>
<d2p1:fTargetPageIndex>2</d2p1:fTargetPageIndex>
<d2p1:fTargetTabKey>sample string 11</d2p1:fTargetTabKey>
<d2p1:fTargetTabName>sample string 10</d2p1:fTargetTabName>
</d2p1:t_ClassInfoStatus>
<d2p1:t_ClassInfoStatus>
<d2p1:fBillTypeId>1</d2p1:fBillTypeId>
<d2p1:fIsDraft>true</d2p1:fIsDraft>
<d2p1:fSort>8</d2p1:fSort>
<d2p1:fSourceFieldName>sample string 6</d2p1:fSourceFieldName>
<d2p1:fSourcePageIndex>5</d2p1:fSourcePageIndex>
<d2p1:fSourceValue>sample string 7</d2p1:fSourceValue>
<d2p1:fStatus>sample string 4</d2p1:fStatus>
<d2p1:fTargetFieldName>sample string 3</d2p1:fTargetFieldName>
<d2p1:fTargetPageIndex>2</d2p1:fTargetPageIndex>
<d2p1:fTargetTabKey>sample string 11</d2p1:fTargetTabKey>
<d2p1:fTargetTabName>sample string 10</d2p1:fTargetTabName>
</d2p1:t_ClassInfoStatus>
</t_ClassInfoStatus>
</DataSetModel>