POST VueApi/getQueryListSet
列设置
Request Information
URI Parameters
None.
Body Parameters
QueryReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| super | boolean |
None. |
|
| fClassId | string |
None. |
|
| listDetail | Collection of QueryDetail |
None. |
|
| fSchemeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"super": true,
"fClassId": "sample string 2",
"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
}
],
"fSchemeId": 3
}
application/xml, text/xml
Sample:
<QueryReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue">
<fClassId>sample string 2</fClassId>
<fSchemeId>3</fSchemeId>
<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>
<super>true</super>
</QueryReqModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
QuerySetResModel| Name | Description | Type | Additional information |
|---|---|---|---|
| t_ClassInfo1 | Collection of t_ClassInfo |
None. |
|
| t_ClassInfo2 | Collection of t_ClassInfo |
None. |
|
| error | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"t_ClassInfo1": [
{
"fFormat": "sample string 1",
"fAction": "sample string 2",
"fBillTypeId": 3,
"fCaption": "sample string 4",
"fCapWidth": 5,
"fColumn": "sample string 6",
"fContainer": "sample string 7",
"fCtlType": 8,
"fDecimal": "sample string 9",
"fDefaultValue": "sample string 10",
"fEnableIndex": 11,
"fFieldLength": "sample string 12",
"fFieldName": "sample string 13",
"fFieldType": "sample string 14",
"fFilter": "sample string 15",
"fFont": "sample string 16",
"fHeight": 17,
"fIndex": 18,
"fIsSql": true,
"fSave": true,
"fIsMe": true,
"fJoin": "sample string 22",
"fJoinMode": 23,
"fLeft": 24,
"fLine": 25,
"fList": "sample string 26",
"fListAction": "sample string 27",
"fListWidth": 28.0,
"fListCtlType": 29,
"fMustInput": true,
"fNeedCount": true,
"fPageIndex": 32,
"fRelation": "sample string 33",
"fSaveRule": "sample string 34",
"fScale": "sample string 35",
"fSearch": 36,
"fSearchType": 37,
"fSrcTable": "sample string 38",
"fSrvOtherField": "sample string 39",
"fSrcTableAlias": "sample string 40",
"fSrvDspField": "sample string 41",
"fSrvValueField": "sample string 42",
"fTabIndex": 43,
"fFilterIndex": 44,
"fTop": 45,
"fVisIndex": 46,
"fWidth": 47,
"fListStyle": "sample string 48",
"fEntryStyle": "sample string 49",
"fFormStyle": "sample string 50",
"fIsPublish": true,
"fAlign": 52,
"fFreeze": 53,
"fVisible": 54,
"fSignKey": "sample string 55",
"fRegExType": "sample string 56",
"fRegEx": "sample string 57",
"fCaptcha": true,
"fCapListWidth": 59.0,
"fIsFieldAuth": true,
"fY1SQL": "sample string 61",
"fCoverCorpSbj": true,
"fConditioinId": 63,
"fCopy": true,
"fImpCaption": "sample string 65",
"fImpSrvDspField": "sample string 66",
"fEntrySelBillTypeId": 67,
"fEntryFieldName": "sample string 68",
"fSearchTypeId": 69,
"fIsUseCanModify": true,
"fGroupType": 71,
"fShowInLeftTree": true,
"fImageMaxWidth": 73,
"fImageMaxHeight": 74,
"fRegMessage": "sample string 75",
"fTarDecimalField": "sample string 76",
"fTarEnableField": "sample string 77",
"fTarMustInputField": "sample string 78",
"fTarClearField": "sample string 79",
"fTarSearchField": "sample string 80",
"fMaxDynCnt": 81,
"fDynRowPageIndex": 82,
"fDynColPageIndexs": "sample string 83",
"fNeedDyn": true,
"fDynCaption": "sample string 85",
"fZeroShow": true,
"fGroupHead": "sample string 87",
"fGroupBy": "sample string 88",
"fDtlColumn": 89,
"fFixedRowPageIndex": "sample string 90",
"fIsAmount": true,
"fDtlColumnDec": 92.0
},
{
"fFormat": "sample string 1",
"fAction": "sample string 2",
"fBillTypeId": 3,
"fCaption": "sample string 4",
"fCapWidth": 5,
"fColumn": "sample string 6",
"fContainer": "sample string 7",
"fCtlType": 8,
"fDecimal": "sample string 9",
"fDefaultValue": "sample string 10",
"fEnableIndex": 11,
"fFieldLength": "sample string 12",
"fFieldName": "sample string 13",
"fFieldType": "sample string 14",
"fFilter": "sample string 15",
"fFont": "sample string 16",
"fHeight": 17,
"fIndex": 18,
"fIsSql": true,
"fSave": true,
"fIsMe": true,
"fJoin": "sample string 22",
"fJoinMode": 23,
"fLeft": 24,
"fLine": 25,
"fList": "sample string 26",
"fListAction": "sample string 27",
"fListWidth": 28.0,
"fListCtlType": 29,
"fMustInput": true,
"fNeedCount": true,
"fPageIndex": 32,
"fRelation": "sample string 33",
"fSaveRule": "sample string 34",
"fScale": "sample string 35",
"fSearch": 36,
"fSearchType": 37,
"fSrcTable": "sample string 38",
"fSrvOtherField": "sample string 39",
"fSrcTableAlias": "sample string 40",
"fSrvDspField": "sample string 41",
"fSrvValueField": "sample string 42",
"fTabIndex": 43,
"fFilterIndex": 44,
"fTop": 45,
"fVisIndex": 46,
"fWidth": 47,
"fListStyle": "sample string 48",
"fEntryStyle": "sample string 49",
"fFormStyle": "sample string 50",
"fIsPublish": true,
"fAlign": 52,
"fFreeze": 53,
"fVisible": 54,
"fSignKey": "sample string 55",
"fRegExType": "sample string 56",
"fRegEx": "sample string 57",
"fCaptcha": true,
"fCapListWidth": 59.0,
"fIsFieldAuth": true,
"fY1SQL": "sample string 61",
"fCoverCorpSbj": true,
"fConditioinId": 63,
"fCopy": true,
"fImpCaption": "sample string 65",
"fImpSrvDspField": "sample string 66",
"fEntrySelBillTypeId": 67,
"fEntryFieldName": "sample string 68",
"fSearchTypeId": 69,
"fIsUseCanModify": true,
"fGroupType": 71,
"fShowInLeftTree": true,
"fImageMaxWidth": 73,
"fImageMaxHeight": 74,
"fRegMessage": "sample string 75",
"fTarDecimalField": "sample string 76",
"fTarEnableField": "sample string 77",
"fTarMustInputField": "sample string 78",
"fTarClearField": "sample string 79",
"fTarSearchField": "sample string 80",
"fMaxDynCnt": 81,
"fDynRowPageIndex": 82,
"fDynColPageIndexs": "sample string 83",
"fNeedDyn": true,
"fDynCaption": "sample string 85",
"fZeroShow": true,
"fGroupHead": "sample string 87",
"fGroupBy": "sample string 88",
"fDtlColumn": 89,
"fFixedRowPageIndex": "sample string 90",
"fIsAmount": true,
"fDtlColumnDec": 92.0
}
],
"t_ClassInfo2": [
{
"fFormat": "sample string 1",
"fAction": "sample string 2",
"fBillTypeId": 3,
"fCaption": "sample string 4",
"fCapWidth": 5,
"fColumn": "sample string 6",
"fContainer": "sample string 7",
"fCtlType": 8,
"fDecimal": "sample string 9",
"fDefaultValue": "sample string 10",
"fEnableIndex": 11,
"fFieldLength": "sample string 12",
"fFieldName": "sample string 13",
"fFieldType": "sample string 14",
"fFilter": "sample string 15",
"fFont": "sample string 16",
"fHeight": 17,
"fIndex": 18,
"fIsSql": true,
"fSave": true,
"fIsMe": true,
"fJoin": "sample string 22",
"fJoinMode": 23,
"fLeft": 24,
"fLine": 25,
"fList": "sample string 26",
"fListAction": "sample string 27",
"fListWidth": 28.0,
"fListCtlType": 29,
"fMustInput": true,
"fNeedCount": true,
"fPageIndex": 32,
"fRelation": "sample string 33",
"fSaveRule": "sample string 34",
"fScale": "sample string 35",
"fSearch": 36,
"fSearchType": 37,
"fSrcTable": "sample string 38",
"fSrvOtherField": "sample string 39",
"fSrcTableAlias": "sample string 40",
"fSrvDspField": "sample string 41",
"fSrvValueField": "sample string 42",
"fTabIndex": 43,
"fFilterIndex": 44,
"fTop": 45,
"fVisIndex": 46,
"fWidth": 47,
"fListStyle": "sample string 48",
"fEntryStyle": "sample string 49",
"fFormStyle": "sample string 50",
"fIsPublish": true,
"fAlign": 52,
"fFreeze": 53,
"fVisible": 54,
"fSignKey": "sample string 55",
"fRegExType": "sample string 56",
"fRegEx": "sample string 57",
"fCaptcha": true,
"fCapListWidth": 59.0,
"fIsFieldAuth": true,
"fY1SQL": "sample string 61",
"fCoverCorpSbj": true,
"fConditioinId": 63,
"fCopy": true,
"fImpCaption": "sample string 65",
"fImpSrvDspField": "sample string 66",
"fEntrySelBillTypeId": 67,
"fEntryFieldName": "sample string 68",
"fSearchTypeId": 69,
"fIsUseCanModify": true,
"fGroupType": 71,
"fShowInLeftTree": true,
"fImageMaxWidth": 73,
"fImageMaxHeight": 74,
"fRegMessage": "sample string 75",
"fTarDecimalField": "sample string 76",
"fTarEnableField": "sample string 77",
"fTarMustInputField": "sample string 78",
"fTarClearField": "sample string 79",
"fTarSearchField": "sample string 80",
"fMaxDynCnt": 81,
"fDynRowPageIndex": 82,
"fDynColPageIndexs": "sample string 83",
"fNeedDyn": true,
"fDynCaption": "sample string 85",
"fZeroShow": true,
"fGroupHead": "sample string 87",
"fGroupBy": "sample string 88",
"fDtlColumn": 89,
"fFixedRowPageIndex": "sample string 90",
"fIsAmount": true,
"fDtlColumnDec": 92.0
},
{
"fFormat": "sample string 1",
"fAction": "sample string 2",
"fBillTypeId": 3,
"fCaption": "sample string 4",
"fCapWidth": 5,
"fColumn": "sample string 6",
"fContainer": "sample string 7",
"fCtlType": 8,
"fDecimal": "sample string 9",
"fDefaultValue": "sample string 10",
"fEnableIndex": 11,
"fFieldLength": "sample string 12",
"fFieldName": "sample string 13",
"fFieldType": "sample string 14",
"fFilter": "sample string 15",
"fFont": "sample string 16",
"fHeight": 17,
"fIndex": 18,
"fIsSql": true,
"fSave": true,
"fIsMe": true,
"fJoin": "sample string 22",
"fJoinMode": 23,
"fLeft": 24,
"fLine": 25,
"fList": "sample string 26",
"fListAction": "sample string 27",
"fListWidth": 28.0,
"fListCtlType": 29,
"fMustInput": true,
"fNeedCount": true,
"fPageIndex": 32,
"fRelation": "sample string 33",
"fSaveRule": "sample string 34",
"fScale": "sample string 35",
"fSearch": 36,
"fSearchType": 37,
"fSrcTable": "sample string 38",
"fSrvOtherField": "sample string 39",
"fSrcTableAlias": "sample string 40",
"fSrvDspField": "sample string 41",
"fSrvValueField": "sample string 42",
"fTabIndex": 43,
"fFilterIndex": 44,
"fTop": 45,
"fVisIndex": 46,
"fWidth": 47,
"fListStyle": "sample string 48",
"fEntryStyle": "sample string 49",
"fFormStyle": "sample string 50",
"fIsPublish": true,
"fAlign": 52,
"fFreeze": 53,
"fVisible": 54,
"fSignKey": "sample string 55",
"fRegExType": "sample string 56",
"fRegEx": "sample string 57",
"fCaptcha": true,
"fCapListWidth": 59.0,
"fIsFieldAuth": true,
"fY1SQL": "sample string 61",
"fCoverCorpSbj": true,
"fConditioinId": 63,
"fCopy": true,
"fImpCaption": "sample string 65",
"fImpSrvDspField": "sample string 66",
"fEntrySelBillTypeId": 67,
"fEntryFieldName": "sample string 68",
"fSearchTypeId": 69,
"fIsUseCanModify": true,
"fGroupType": 71,
"fShowInLeftTree": true,
"fImageMaxWidth": 73,
"fImageMaxHeight": 74,
"fRegMessage": "sample string 75",
"fTarDecimalField": "sample string 76",
"fTarEnableField": "sample string 77",
"fTarMustInputField": "sample string 78",
"fTarClearField": "sample string 79",
"fTarSearchField": "sample string 80",
"fMaxDynCnt": 81,
"fDynRowPageIndex": 82,
"fDynColPageIndexs": "sample string 83",
"fNeedDyn": true,
"fDynCaption": "sample string 85",
"fZeroShow": true,
"fGroupHead": "sample string 87",
"fGroupBy": "sample string 88",
"fDtlColumn": 89,
"fFixedRowPageIndex": "sample string 90",
"fIsAmount": true,
"fDtlColumnDec": 92.0
}
],
"error": 1,
"Msg": "sample string 2"
}
application/xml, text/xml
Sample:
<QuerySetResModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.VueApi">
<Msg>sample string 2</Msg>
<error>1</error>
<t_ClassInfo1 xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:t_ClassInfo>
<d2p1:fAction>sample string 2</d2p1:fAction>
<d2p1:fAlign>52</d2p1:fAlign>
<d2p1:fBillTypeId>3</d2p1:fBillTypeId>
<d2p1:fCapListWidth>59</d2p1:fCapListWidth>
<d2p1:fCapWidth>5</d2p1:fCapWidth>
<d2p1:fCaptcha>true</d2p1:fCaptcha>
<d2p1:fCaption>sample string 4</d2p1:fCaption>
<d2p1:fColumn>sample string 6</d2p1:fColumn>
<d2p1:fConditioinId>63</d2p1:fConditioinId>
<d2p1:fContainer>sample string 7</d2p1:fContainer>
<d2p1:fCopy>true</d2p1:fCopy>
<d2p1:fCoverCorpSbj>true</d2p1:fCoverCorpSbj>
<d2p1:fCtlType>8</d2p1:fCtlType>
<d2p1:fDecimal>sample string 9</d2p1:fDecimal>
<d2p1:fDefaultValue>sample string 10</d2p1:fDefaultValue>
<d2p1:fDtlColumn>89</d2p1:fDtlColumn>
<d2p1:fDtlColumnDec>92</d2p1:fDtlColumnDec>
<d2p1:fDynCaption>sample string 85</d2p1:fDynCaption>
<d2p1:fDynColPageIndexs>sample string 83</d2p1:fDynColPageIndexs>
<d2p1:fDynRowPageIndex>82</d2p1:fDynRowPageIndex>
<d2p1:fEnableIndex>11</d2p1:fEnableIndex>
<d2p1:fEntryFieldName>sample string 68</d2p1:fEntryFieldName>
<d2p1:fEntrySelBillTypeId>67</d2p1:fEntrySelBillTypeId>
<d2p1:fEntryStyle>sample string 49</d2p1:fEntryStyle>
<d2p1:fFieldLength>sample string 12</d2p1:fFieldLength>
<d2p1:fFieldName>sample string 13</d2p1:fFieldName>
<d2p1:fFieldType>sample string 14</d2p1:fFieldType>
<d2p1:fFilter>sample string 15</d2p1:fFilter>
<d2p1:fFilterIndex>44</d2p1:fFilterIndex>
<d2p1:fFixedRowPageIndex>sample string 90</d2p1:fFixedRowPageIndex>
<d2p1:fFont>sample string 16</d2p1:fFont>
<d2p1:fFormStyle>sample string 50</d2p1:fFormStyle>
<d2p1:fFormat>sample string 1</d2p1:fFormat>
<d2p1:fFreeze>53</d2p1:fFreeze>
<d2p1:fGroupBy>sample string 88</d2p1:fGroupBy>
<d2p1:fGroupHead>sample string 87</d2p1:fGroupHead>
<d2p1:fGroupType>71</d2p1:fGroupType>
<d2p1:fHeight>17</d2p1:fHeight>
<d2p1:fImageMaxHeight>74</d2p1:fImageMaxHeight>
<d2p1:fImageMaxWidth>73</d2p1:fImageMaxWidth>
<d2p1:fImpCaption>sample string 65</d2p1:fImpCaption>
<d2p1:fImpSrvDspField>sample string 66</d2p1:fImpSrvDspField>
<d2p1:fIndex>18</d2p1:fIndex>
<d2p1:fIsAmount>true</d2p1:fIsAmount>
<d2p1:fIsFieldAuth>true</d2p1:fIsFieldAuth>
<d2p1:fIsMe>true</d2p1:fIsMe>
<d2p1:fIsPublish>true</d2p1:fIsPublish>
<d2p1:fIsSql>true</d2p1:fIsSql>
<d2p1:fIsUseCanModify>true</d2p1:fIsUseCanModify>
<d2p1:fJoin>sample string 22</d2p1:fJoin>
<d2p1:fJoinMode>23</d2p1:fJoinMode>
<d2p1:fLeft>24</d2p1:fLeft>
<d2p1:fLine>25</d2p1:fLine>
<d2p1:fList>sample string 26</d2p1:fList>
<d2p1:fListAction>sample string 27</d2p1:fListAction>
<d2p1:fListCtlType>29</d2p1:fListCtlType>
<d2p1:fListStyle>sample string 48</d2p1:fListStyle>
<d2p1:fListWidth>28</d2p1:fListWidth>
<d2p1:fMaxDynCnt>81</d2p1:fMaxDynCnt>
<d2p1:fMustInput>true</d2p1:fMustInput>
<d2p1:fNeedCount>true</d2p1:fNeedCount>
<d2p1:fNeedDyn>true</d2p1:fNeedDyn>
<d2p1:fPageIndex>32</d2p1:fPageIndex>
<d2p1:fRegEx>sample string 57</d2p1:fRegEx>
<d2p1:fRegExType>sample string 56</d2p1:fRegExType>
<d2p1:fRegMessage>sample string 75</d2p1:fRegMessage>
<d2p1:fRelation>sample string 33</d2p1:fRelation>
<d2p1:fSave>true</d2p1:fSave>
<d2p1:fSaveRule>sample string 34</d2p1:fSaveRule>
<d2p1:fScale>sample string 35</d2p1:fScale>
<d2p1:fSearch>36</d2p1:fSearch>
<d2p1:fSearchType>37</d2p1:fSearchType>
<d2p1:fSearchTypeId>69</d2p1:fSearchTypeId>
<d2p1:fShowInLeftTree>true</d2p1:fShowInLeftTree>
<d2p1:fSignKey>sample string 55</d2p1:fSignKey>
<d2p1:fSrcTable>sample string 38</d2p1:fSrcTable>
<d2p1:fSrcTableAlias>sample string 40</d2p1:fSrcTableAlias>
<d2p1:fSrvDspField>sample string 41</d2p1:fSrvDspField>
<d2p1:fSrvOtherField>sample string 39</d2p1:fSrvOtherField>
<d2p1:fSrvValueField>sample string 42</d2p1:fSrvValueField>
<d2p1:fTabIndex>43</d2p1:fTabIndex>
<d2p1:fTarClearField>sample string 79</d2p1:fTarClearField>
<d2p1:fTarDecimalField>sample string 76</d2p1:fTarDecimalField>
<d2p1:fTarEnableField>sample string 77</d2p1:fTarEnableField>
<d2p1:fTarMustInputField>sample string 78</d2p1:fTarMustInputField>
<d2p1:fTarSearchField>sample string 80</d2p1:fTarSearchField>
<d2p1:fTop>45</d2p1:fTop>
<d2p1:fVisIndex>46</d2p1:fVisIndex>
<d2p1:fVisible>54</d2p1:fVisible>
<d2p1:fWidth>47</d2p1:fWidth>
<d2p1:fY1SQL>sample string 61</d2p1:fY1SQL>
<d2p1:fZeroShow>true</d2p1:fZeroShow>
</d2p1:t_ClassInfo>
<d2p1:t_ClassInfo>
<d2p1:fAction>sample string 2</d2p1:fAction>
<d2p1:fAlign>52</d2p1:fAlign>
<d2p1:fBillTypeId>3</d2p1:fBillTypeId>
<d2p1:fCapListWidth>59</d2p1:fCapListWidth>
<d2p1:fCapWidth>5</d2p1:fCapWidth>
<d2p1:fCaptcha>true</d2p1:fCaptcha>
<d2p1:fCaption>sample string 4</d2p1:fCaption>
<d2p1:fColumn>sample string 6</d2p1:fColumn>
<d2p1:fConditioinId>63</d2p1:fConditioinId>
<d2p1:fContainer>sample string 7</d2p1:fContainer>
<d2p1:fCopy>true</d2p1:fCopy>
<d2p1:fCoverCorpSbj>true</d2p1:fCoverCorpSbj>
<d2p1:fCtlType>8</d2p1:fCtlType>
<d2p1:fDecimal>sample string 9</d2p1:fDecimal>
<d2p1:fDefaultValue>sample string 10</d2p1:fDefaultValue>
<d2p1:fDtlColumn>89</d2p1:fDtlColumn>
<d2p1:fDtlColumnDec>92</d2p1:fDtlColumnDec>
<d2p1:fDynCaption>sample string 85</d2p1:fDynCaption>
<d2p1:fDynColPageIndexs>sample string 83</d2p1:fDynColPageIndexs>
<d2p1:fDynRowPageIndex>82</d2p1:fDynRowPageIndex>
<d2p1:fEnableIndex>11</d2p1:fEnableIndex>
<d2p1:fEntryFieldName>sample string 68</d2p1:fEntryFieldName>
<d2p1:fEntrySelBillTypeId>67</d2p1:fEntrySelBillTypeId>
<d2p1:fEntryStyle>sample string 49</d2p1:fEntryStyle>
<d2p1:fFieldLength>sample string 12</d2p1:fFieldLength>
<d2p1:fFieldName>sample string 13</d2p1:fFieldName>
<d2p1:fFieldType>sample string 14</d2p1:fFieldType>
<d2p1:fFilter>sample string 15</d2p1:fFilter>
<d2p1:fFilterIndex>44</d2p1:fFilterIndex>
<d2p1:fFixedRowPageIndex>sample string 90</d2p1:fFixedRowPageIndex>
<d2p1:fFont>sample string 16</d2p1:fFont>
<d2p1:fFormStyle>sample string 50</d2p1:fFormStyle>
<d2p1:fFormat>sample string 1</d2p1:fFormat>
<d2p1:fFreeze>53</d2p1:fFreeze>
<d2p1:fGroupBy>sample string 88</d2p1:fGroupBy>
<d2p1:fGroupHead>sample string 87</d2p1:fGroupHead>
<d2p1:fGroupType>71</d2p1:fGroupType>
<d2p1:fHeight>17</d2p1:fHeight>
<d2p1:fImageMaxHeight>74</d2p1:fImageMaxHeight>
<d2p1:fImageMaxWidth>73</d2p1:fImageMaxWidth>
<d2p1:fImpCaption>sample string 65</d2p1:fImpCaption>
<d2p1:fImpSrvDspField>sample string 66</d2p1:fImpSrvDspField>
<d2p1:fIndex>18</d2p1:fIndex>
<d2p1:fIsAmount>true</d2p1:fIsAmount>
<d2p1:fIsFieldAuth>true</d2p1:fIsFieldAuth>
<d2p1:fIsMe>true</d2p1:fIsMe>
<d2p1:fIsPublish>true</d2p1:fIsPublish>
<d2p1:fIsSql>true</d2p1:fIsSql>
<d2p1:fIsUseCanModify>true</d2p1:fIsUseCanModify>
<d2p1:fJoin>sample string 22</d2p1:fJoin>
<d2p1:fJoinMode>23</d2p1:fJoinMode>
<d2p1:fLeft>24</d2p1:fLeft>
<d2p1:fLine>25</d2p1:fLine>
<d2p1:fList>sample string 26</d2p1:fList>
<d2p1:fListAction>sample string 27</d2p1:fListAction>
<d2p1:fListCtlType>29</d2p1:fListCtlType>
<d2p1:fListStyle>sample string 48</d2p1:fListStyle>
<d2p1:fListWidth>28</d2p1:fListWidth>
<d2p1:fMaxDynCnt>81</d2p1:fMaxDynCnt>
<d2p1:fMustInput>true</d2p1:fMustInput>
<d2p1:fNeedCount>true</d2p1:fNeedCount>
<d2p1:fNeedDyn>true</d2p1:fNeedDyn>
<d2p1:fPageIndex>32</d2p1:fPageIndex>
<d2p1:fRegEx>sample string 57</d2p1:fRegEx>
<d2p1:fRegExType>sample string 56</d2p1:fRegExType>
<d2p1:fRegMessage>sample string 75</d2p1:fRegMessage>
<d2p1:fRelation>sample string 33</d2p1:fRelation>
<d2p1:fSave>true</d2p1:fSave>
<d2p1:fSaveRule>sample string 34</d2p1:fSaveRule>
<d2p1:fScale>sample string 35</d2p1:fScale>
<d2p1:fSearch>36</d2p1:fSearch>
<d2p1:fSearchType>37</d2p1:fSearchType>
<d2p1:fSearchTypeId>69</d2p1:fSearchTypeId>
<d2p1:fShowInLeftTree>true</d2p1:fShowInLeftTree>
<d2p1:fSignKey>sample string 55</d2p1:fSignKey>
<d2p1:fSrcTable>sample string 38</d2p1:fSrcTable>
<d2p1:fSrcTableAlias>sample string 40</d2p1:fSrcTableAlias>
<d2p1:fSrvDspField>sample string 41</d2p1:fSrvDspField>
<d2p1:fSrvOtherField>sample string 39</d2p1:fSrvOtherField>
<d2p1:fSrvValueField>sample string 42</d2p1:fSrvValueField>
<d2p1:fTabIndex>43</d2p1:fTabIndex>
<d2p1:fTarClearField>sample string 79</d2p1:fTarClearField>
<d2p1:fTarDecimalField>sample string 76</d2p1:fTarDecimalField>
<d2p1:fTarEnableField>sample string 77</d2p1:fTarEnableField>
<d2p1:fTarMustInputField>sample string 78</d2p1:fTarMustInputField>
<d2p1:fTarSearchField>sample string 80</d2p1:fTarSearchField>
<d2p1:fTop>45</d2p1:fTop>
<d2p1:fVisIndex>46</d2p1:fVisIndex>
<d2p1:fVisible>54</d2p1:fVisible>
<d2p1:fWidth>47</d2p1:fWidth>
<d2p1:fY1SQL>sample string 61</d2p1:fY1SQL>
<d2p1:fZeroShow>true</d2p1:fZeroShow>
</d2p1:t_ClassInfo>
</t_ClassInfo1>
<t_ClassInfo2 xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:t_ClassInfo>
<d2p1:fAction>sample string 2</d2p1:fAction>
<d2p1:fAlign>52</d2p1:fAlign>
<d2p1:fBillTypeId>3</d2p1:fBillTypeId>
<d2p1:fCapListWidth>59</d2p1:fCapListWidth>
<d2p1:fCapWidth>5</d2p1:fCapWidth>
<d2p1:fCaptcha>true</d2p1:fCaptcha>
<d2p1:fCaption>sample string 4</d2p1:fCaption>
<d2p1:fColumn>sample string 6</d2p1:fColumn>
<d2p1:fConditioinId>63</d2p1:fConditioinId>
<d2p1:fContainer>sample string 7</d2p1:fContainer>
<d2p1:fCopy>true</d2p1:fCopy>
<d2p1:fCoverCorpSbj>true</d2p1:fCoverCorpSbj>
<d2p1:fCtlType>8</d2p1:fCtlType>
<d2p1:fDecimal>sample string 9</d2p1:fDecimal>
<d2p1:fDefaultValue>sample string 10</d2p1:fDefaultValue>
<d2p1:fDtlColumn>89</d2p1:fDtlColumn>
<d2p1:fDtlColumnDec>92</d2p1:fDtlColumnDec>
<d2p1:fDynCaption>sample string 85</d2p1:fDynCaption>
<d2p1:fDynColPageIndexs>sample string 83</d2p1:fDynColPageIndexs>
<d2p1:fDynRowPageIndex>82</d2p1:fDynRowPageIndex>
<d2p1:fEnableIndex>11</d2p1:fEnableIndex>
<d2p1:fEntryFieldName>sample string 68</d2p1:fEntryFieldName>
<d2p1:fEntrySelBillTypeId>67</d2p1:fEntrySelBillTypeId>
<d2p1:fEntryStyle>sample string 49</d2p1:fEntryStyle>
<d2p1:fFieldLength>sample string 12</d2p1:fFieldLength>
<d2p1:fFieldName>sample string 13</d2p1:fFieldName>
<d2p1:fFieldType>sample string 14</d2p1:fFieldType>
<d2p1:fFilter>sample string 15</d2p1:fFilter>
<d2p1:fFilterIndex>44</d2p1:fFilterIndex>
<d2p1:fFixedRowPageIndex>sample string 90</d2p1:fFixedRowPageIndex>
<d2p1:fFont>sample string 16</d2p1:fFont>
<d2p1:fFormStyle>sample string 50</d2p1:fFormStyle>
<d2p1:fFormat>sample string 1</d2p1:fFormat>
<d2p1:fFreeze>53</d2p1:fFreeze>
<d2p1:fGroupBy>sample string 88</d2p1:fGroupBy>
<d2p1:fGroupHead>sample string 87</d2p1:fGroupHead>
<d2p1:fGroupType>71</d2p1:fGroupType>
<d2p1:fHeight>17</d2p1:fHeight>
<d2p1:fImageMaxHeight>74</d2p1:fImageMaxHeight>
<d2p1:fImageMaxWidth>73</d2p1:fImageMaxWidth>
<d2p1:fImpCaption>sample string 65</d2p1:fImpCaption>
<d2p1:fImpSrvDspField>sample string 66</d2p1:fImpSrvDspField>
<d2p1:fIndex>18</d2p1:fIndex>
<d2p1:fIsAmount>true</d2p1:fIsAmount>
<d2p1:fIsFieldAuth>true</d2p1:fIsFieldAuth>
<d2p1:fIsMe>true</d2p1:fIsMe>
<d2p1:fIsPublish>true</d2p1:fIsPublish>
<d2p1:fIsSql>true</d2p1:fIsSql>
<d2p1:fIsUseCanModify>true</d2p1:fIsUseCanModify>
<d2p1:fJoin>sample string 22</d2p1:fJoin>
<d2p1:fJoinMode>23</d2p1:fJoinMode>
<d2p1:fLeft>24</d2p1:fLeft>
<d2p1:fLine>25</d2p1:fLine>
<d2p1:fList>sample string 26</d2p1:fList>
<d2p1:fListAction>sample string 27</d2p1:fListAction>
<d2p1:fListCtlType>29</d2p1:fListCtlType>
<d2p1:fListStyle>sample string 48</d2p1:fListStyle>
<d2p1:fListWidth>28</d2p1:fListWidth>
<d2p1:fMaxDynCnt>81</d2p1:fMaxDynCnt>
<d2p1:fMustInput>true</d2p1:fMustInput>
<d2p1:fNeedCount>true</d2p1:fNeedCount>
<d2p1:fNeedDyn>true</d2p1:fNeedDyn>
<d2p1:fPageIndex>32</d2p1:fPageIndex>
<d2p1:fRegEx>sample string 57</d2p1:fRegEx>
<d2p1:fRegExType>sample string 56</d2p1:fRegExType>
<d2p1:fRegMessage>sample string 75</d2p1:fRegMessage>
<d2p1:fRelation>sample string 33</d2p1:fRelation>
<d2p1:fSave>true</d2p1:fSave>
<d2p1:fSaveRule>sample string 34</d2p1:fSaveRule>
<d2p1:fScale>sample string 35</d2p1:fScale>
<d2p1:fSearch>36</d2p1:fSearch>
<d2p1:fSearchType>37</d2p1:fSearchType>
<d2p1:fSearchTypeId>69</d2p1:fSearchTypeId>
<d2p1:fShowInLeftTree>true</d2p1:fShowInLeftTree>
<d2p1:fSignKey>sample string 55</d2p1:fSignKey>
<d2p1:fSrcTable>sample string 38</d2p1:fSrcTable>
<d2p1:fSrcTableAlias>sample string 40</d2p1:fSrcTableAlias>
<d2p1:fSrvDspField>sample string 41</d2p1:fSrvDspField>
<d2p1:fSrvOtherField>sample string 39</d2p1:fSrvOtherField>
<d2p1:fSrvValueField>sample string 42</d2p1:fSrvValueField>
<d2p1:fTabIndex>43</d2p1:fTabIndex>
<d2p1:fTarClearField>sample string 79</d2p1:fTarClearField>
<d2p1:fTarDecimalField>sample string 76</d2p1:fTarDecimalField>
<d2p1:fTarEnableField>sample string 77</d2p1:fTarEnableField>
<d2p1:fTarMustInputField>sample string 78</d2p1:fTarMustInputField>
<d2p1:fTarSearchField>sample string 80</d2p1:fTarSearchField>
<d2p1:fTop>45</d2p1:fTop>
<d2p1:fVisIndex>46</d2p1:fVisIndex>
<d2p1:fVisible>54</d2p1:fVisible>
<d2p1:fWidth>47</d2p1:fWidth>
<d2p1:fY1SQL>sample string 61</d2p1:fY1SQL>
<d2p1:fZeroShow>true</d2p1:fZeroShow>
</d2p1:t_ClassInfo>
<d2p1:t_ClassInfo>
<d2p1:fAction>sample string 2</d2p1:fAction>
<d2p1:fAlign>52</d2p1:fAlign>
<d2p1:fBillTypeId>3</d2p1:fBillTypeId>
<d2p1:fCapListWidth>59</d2p1:fCapListWidth>
<d2p1:fCapWidth>5</d2p1:fCapWidth>
<d2p1:fCaptcha>true</d2p1:fCaptcha>
<d2p1:fCaption>sample string 4</d2p1:fCaption>
<d2p1:fColumn>sample string 6</d2p1:fColumn>
<d2p1:fConditioinId>63</d2p1:fConditioinId>
<d2p1:fContainer>sample string 7</d2p1:fContainer>
<d2p1:fCopy>true</d2p1:fCopy>
<d2p1:fCoverCorpSbj>true</d2p1:fCoverCorpSbj>
<d2p1:fCtlType>8</d2p1:fCtlType>
<d2p1:fDecimal>sample string 9</d2p1:fDecimal>
<d2p1:fDefaultValue>sample string 10</d2p1:fDefaultValue>
<d2p1:fDtlColumn>89</d2p1:fDtlColumn>
<d2p1:fDtlColumnDec>92</d2p1:fDtlColumnDec>
<d2p1:fDynCaption>sample string 85</d2p1:fDynCaption>
<d2p1:fDynColPageIndexs>sample string 83</d2p1:fDynColPageIndexs>
<d2p1:fDynRowPageIndex>82</d2p1:fDynRowPageIndex>
<d2p1:fEnableIndex>11</d2p1:fEnableIndex>
<d2p1:fEntryFieldName>sample string 68</d2p1:fEntryFieldName>
<d2p1:fEntrySelBillTypeId>67</d2p1:fEntrySelBillTypeId>
<d2p1:fEntryStyle>sample string 49</d2p1:fEntryStyle>
<d2p1:fFieldLength>sample string 12</d2p1:fFieldLength>
<d2p1:fFieldName>sample string 13</d2p1:fFieldName>
<d2p1:fFieldType>sample string 14</d2p1:fFieldType>
<d2p1:fFilter>sample string 15</d2p1:fFilter>
<d2p1:fFilterIndex>44</d2p1:fFilterIndex>
<d2p1:fFixedRowPageIndex>sample string 90</d2p1:fFixedRowPageIndex>
<d2p1:fFont>sample string 16</d2p1:fFont>
<d2p1:fFormStyle>sample string 50</d2p1:fFormStyle>
<d2p1:fFormat>sample string 1</d2p1:fFormat>
<d2p1:fFreeze>53</d2p1:fFreeze>
<d2p1:fGroupBy>sample string 88</d2p1:fGroupBy>
<d2p1:fGroupHead>sample string 87</d2p1:fGroupHead>
<d2p1:fGroupType>71</d2p1:fGroupType>
<d2p1:fHeight>17</d2p1:fHeight>
<d2p1:fImageMaxHeight>74</d2p1:fImageMaxHeight>
<d2p1:fImageMaxWidth>73</d2p1:fImageMaxWidth>
<d2p1:fImpCaption>sample string 65</d2p1:fImpCaption>
<d2p1:fImpSrvDspField>sample string 66</d2p1:fImpSrvDspField>
<d2p1:fIndex>18</d2p1:fIndex>
<d2p1:fIsAmount>true</d2p1:fIsAmount>
<d2p1:fIsFieldAuth>true</d2p1:fIsFieldAuth>
<d2p1:fIsMe>true</d2p1:fIsMe>
<d2p1:fIsPublish>true</d2p1:fIsPublish>
<d2p1:fIsSql>true</d2p1:fIsSql>
<d2p1:fIsUseCanModify>true</d2p1:fIsUseCanModify>
<d2p1:fJoin>sample string 22</d2p1:fJoin>
<d2p1:fJoinMode>23</d2p1:fJoinMode>
<d2p1:fLeft>24</d2p1:fLeft>
<d2p1:fLine>25</d2p1:fLine>
<d2p1:fList>sample string 26</d2p1:fList>
<d2p1:fListAction>sample string 27</d2p1:fListAction>
<d2p1:fListCtlType>29</d2p1:fListCtlType>
<d2p1:fListStyle>sample string 48</d2p1:fListStyle>
<d2p1:fListWidth>28</d2p1:fListWidth>
<d2p1:fMaxDynCnt>81</d2p1:fMaxDynCnt>
<d2p1:fMustInput>true</d2p1:fMustInput>
<d2p1:fNeedCount>true</d2p1:fNeedCount>
<d2p1:fNeedDyn>true</d2p1:fNeedDyn>
<d2p1:fPageIndex>32</d2p1:fPageIndex>
<d2p1:fRegEx>sample string 57</d2p1:fRegEx>
<d2p1:fRegExType>sample string 56</d2p1:fRegExType>
<d2p1:fRegMessage>sample string 75</d2p1:fRegMessage>
<d2p1:fRelation>sample string 33</d2p1:fRelation>
<d2p1:fSave>true</d2p1:fSave>
<d2p1:fSaveRule>sample string 34</d2p1:fSaveRule>
<d2p1:fScale>sample string 35</d2p1:fScale>
<d2p1:fSearch>36</d2p1:fSearch>
<d2p1:fSearchType>37</d2p1:fSearchType>
<d2p1:fSearchTypeId>69</d2p1:fSearchTypeId>
<d2p1:fShowInLeftTree>true</d2p1:fShowInLeftTree>
<d2p1:fSignKey>sample string 55</d2p1:fSignKey>
<d2p1:fSrcTable>sample string 38</d2p1:fSrcTable>
<d2p1:fSrcTableAlias>sample string 40</d2p1:fSrcTableAlias>
<d2p1:fSrvDspField>sample string 41</d2p1:fSrvDspField>
<d2p1:fSrvOtherField>sample string 39</d2p1:fSrvOtherField>
<d2p1:fSrvValueField>sample string 42</d2p1:fSrvValueField>
<d2p1:fTabIndex>43</d2p1:fTabIndex>
<d2p1:fTarClearField>sample string 79</d2p1:fTarClearField>
<d2p1:fTarDecimalField>sample string 76</d2p1:fTarDecimalField>
<d2p1:fTarEnableField>sample string 77</d2p1:fTarEnableField>
<d2p1:fTarMustInputField>sample string 78</d2p1:fTarMustInputField>
<d2p1:fTarSearchField>sample string 80</d2p1:fTarSearchField>
<d2p1:fTop>45</d2p1:fTop>
<d2p1:fVisIndex>46</d2p1:fVisIndex>
<d2p1:fVisible>54</d2p1:fVisible>
<d2p1:fWidth>47</d2p1:fWidth>
<d2p1:fY1SQL>sample string 61</d2p1:fY1SQL>
<d2p1:fZeroShow>true</d2p1:fZeroShow>
</d2p1:t_ClassInfo>
</t_ClassInfo2>
</QuerySetResModel>