POST VueApi/getAppQueryList
APP查询列表列信息
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
AppQueryResModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fTitle | string |
None. |
|
| fLeftPWidthPer | decimal number |
None. |
|
| result | Collection of t_AppClassInfo |
None. |
|
| listDic | Collection of DicDetail |
None. |
|
| listEntrySel | Collection of EntrySel |
None. |
|
| error | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"fTitle": "sample string 1",
"fLeftPWidthPer": 2.0,
"result": [
{
"fVisAppIndex": 1,
"fVisibleInLeftList": true,
"fHide": true,
"fFilterIndex": 4,
"fVisibleListTop": 5,
"fVisibleListLeft": 6,
"fVisibleListWidth": 7.0,
"fVisibleListHeight": 8.0,
"fFormat": "sample string 9",
"fAction": "sample string 10",
"fBillTypeId": 11,
"fCaption": "sample string 12",
"fCapWidth": 13,
"fColumn": "sample string 14",
"fContainer": "sample string 15",
"fCtlType": 16,
"fDecimal": "sample string 17",
"fDefaultValue": "sample string 18",
"fEnableIndex": 19,
"fFieldLength": "sample string 20",
"fFieldName": "sample string 21",
"fFieldType": "sample string 22",
"fFilter": "sample string 23",
"fFont": "sample string 24",
"fHeight": 25,
"fIndex": 26,
"fIsSql": true,
"fSave": true,
"fIsMe": true,
"fJoin": "sample string 30",
"fJoinMode": 31,
"fLeft": 32,
"fLine": 33,
"fList": "sample string 34",
"fListAction": "sample string 35",
"fListWidth": 36.0,
"fListCtlType": 37,
"fMustInput": true,
"fNeedCount": true,
"fPageIndex": 40,
"fRelation": "sample string 41",
"fSaveRule": "sample string 42",
"fScale": "sample string 43",
"fSearch": 44,
"fSearchType": 45,
"fSrcTable": "sample string 46",
"fSrvOtherField": "sample string 47",
"fSrcTableAlias": "sample string 48",
"fSrvDspField": "sample string 49",
"fSrvValueField": "sample string 50",
"fTabIndex": 51,
"fTop": 52,
"fVisIndex": 53,
"fWidth": 54,
"fListStyle": "sample string 55",
"fEntryStyle": "sample string 56",
"fFormStyle": "sample string 57",
"fIsPublish": true,
"fAlign": 59,
"fFreeze": 60,
"fVisible": 61,
"fSignKey": "sample string 62",
"fRegExType": "sample string 63",
"fRegEx": "sample string 64",
"fCaptcha": true,
"fCapListWidth": 66.0,
"fIsFieldAuth": true,
"fY1SQL": "sample string 68",
"fCoverCorpSbj": true,
"fConditioinId": 70,
"fCopy": true,
"fImpCaption": "sample string 72",
"fImpSrvDspField": "sample string 73",
"fEntrySelBillTypeId": 74,
"fEntryFieldName": "sample string 75",
"fSearchTypeId": 76,
"fIsUseCanModify": true,
"fGroupType": 78,
"fShowInLeftTree": true,
"fImageMaxWidth": 80,
"fImageMaxHeight": 81,
"fRegMessage": "sample string 82",
"fTarDecimalField": "sample string 83",
"fTarEnableField": "sample string 84",
"fTarMustInputField": "sample string 85",
"fTarClearField": "sample string 86",
"fTarSearchField": "sample string 87",
"fMaxDynCnt": 88,
"fDynRowPageIndex": 89,
"fDynColPageIndexs": "sample string 90",
"fNeedDyn": true,
"fDynCaption": "sample string 92",
"fZeroShow": true,
"fGroupHead": "sample string 94",
"fGroupBy": "sample string 95",
"fDtlColumn": 96,
"fFixedRowPageIndex": "sample string 97",
"fIsAmount": true,
"fDtlColumnDec": 99.0
},
{
"fVisAppIndex": 1,
"fVisibleInLeftList": true,
"fHide": true,
"fFilterIndex": 4,
"fVisibleListTop": 5,
"fVisibleListLeft": 6,
"fVisibleListWidth": 7.0,
"fVisibleListHeight": 8.0,
"fFormat": "sample string 9",
"fAction": "sample string 10",
"fBillTypeId": 11,
"fCaption": "sample string 12",
"fCapWidth": 13,
"fColumn": "sample string 14",
"fContainer": "sample string 15",
"fCtlType": 16,
"fDecimal": "sample string 17",
"fDefaultValue": "sample string 18",
"fEnableIndex": 19,
"fFieldLength": "sample string 20",
"fFieldName": "sample string 21",
"fFieldType": "sample string 22",
"fFilter": "sample string 23",
"fFont": "sample string 24",
"fHeight": 25,
"fIndex": 26,
"fIsSql": true,
"fSave": true,
"fIsMe": true,
"fJoin": "sample string 30",
"fJoinMode": 31,
"fLeft": 32,
"fLine": 33,
"fList": "sample string 34",
"fListAction": "sample string 35",
"fListWidth": 36.0,
"fListCtlType": 37,
"fMustInput": true,
"fNeedCount": true,
"fPageIndex": 40,
"fRelation": "sample string 41",
"fSaveRule": "sample string 42",
"fScale": "sample string 43",
"fSearch": 44,
"fSearchType": 45,
"fSrcTable": "sample string 46",
"fSrvOtherField": "sample string 47",
"fSrcTableAlias": "sample string 48",
"fSrvDspField": "sample string 49",
"fSrvValueField": "sample string 50",
"fTabIndex": 51,
"fTop": 52,
"fVisIndex": 53,
"fWidth": 54,
"fListStyle": "sample string 55",
"fEntryStyle": "sample string 56",
"fFormStyle": "sample string 57",
"fIsPublish": true,
"fAlign": 59,
"fFreeze": 60,
"fVisible": 61,
"fSignKey": "sample string 62",
"fRegExType": "sample string 63",
"fRegEx": "sample string 64",
"fCaptcha": true,
"fCapListWidth": 66.0,
"fIsFieldAuth": true,
"fY1SQL": "sample string 68",
"fCoverCorpSbj": true,
"fConditioinId": 70,
"fCopy": true,
"fImpCaption": "sample string 72",
"fImpSrvDspField": "sample string 73",
"fEntrySelBillTypeId": 74,
"fEntryFieldName": "sample string 75",
"fSearchTypeId": 76,
"fIsUseCanModify": true,
"fGroupType": 78,
"fShowInLeftTree": true,
"fImageMaxWidth": 80,
"fImageMaxHeight": 81,
"fRegMessage": "sample string 82",
"fTarDecimalField": "sample string 83",
"fTarEnableField": "sample string 84",
"fTarMustInputField": "sample string 85",
"fTarClearField": "sample string 86",
"fTarSearchField": "sample string 87",
"fMaxDynCnt": 88,
"fDynRowPageIndex": 89,
"fDynColPageIndexs": "sample string 90",
"fNeedDyn": true,
"fDynCaption": "sample string 92",
"fZeroShow": true,
"fGroupHead": "sample string 94",
"fGroupBy": "sample string 95",
"fDtlColumn": 96,
"fFixedRowPageIndex": "sample string 97",
"fIsAmount": true,
"fDtlColumnDec": 99.0
}
],
"listDic": [
{
"fPageIndex": 1,
"fTitle": "sample string 2",
"fIsEntry": true
},
{
"fPageIndex": 1,
"fTitle": "sample string 2",
"fIsEntry": true
}
],
"listEntrySel": [
{
"fPageIndex": 1,
"fFieldName": "sample string 2",
"fEntrySelBillTypeId": 3,
"fEntryFieldName": "sample string 4"
},
{
"fPageIndex": 1,
"fFieldName": "sample string 2",
"fEntrySelBillTypeId": 3,
"fEntryFieldName": "sample string 4"
}
],
"error": 3,
"Msg": "sample string 4"
}
application/xml, text/xml
Sample:
<AppQueryResModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.VueApi">
<Msg>sample string 4</Msg>
<error>3</error>
<fLeftPWidthPer>2</fLeftPWidthPer>
<fTitle>sample string 1</fTitle>
<listDic xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:DicDetail>
<d2p1:fIsEntry>true</d2p1:fIsEntry>
<d2p1:fPageIndex>1</d2p1:fPageIndex>
<d2p1:fTitle>sample string 2</d2p1:fTitle>
</d2p1:DicDetail>
<d2p1:DicDetail>
<d2p1:fIsEntry>true</d2p1:fIsEntry>
<d2p1:fPageIndex>1</d2p1:fPageIndex>
<d2p1:fTitle>sample string 2</d2p1:fTitle>
</d2p1:DicDetail>
</listDic>
<listEntrySel xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:EntrySel>
<d2p1:fEntryFieldName>sample string 4</d2p1:fEntryFieldName>
<d2p1:fEntrySelBillTypeId>3</d2p1:fEntrySelBillTypeId>
<d2p1:fFieldName>sample string 2</d2p1:fFieldName>
<d2p1:fPageIndex>1</d2p1:fPageIndex>
</d2p1:EntrySel>
<d2p1:EntrySel>
<d2p1:fEntryFieldName>sample string 4</d2p1:fEntryFieldName>
<d2p1:fEntrySelBillTypeId>3</d2p1:fEntrySelBillTypeId>
<d2p1:fFieldName>sample string 2</d2p1:fFieldName>
<d2p1:fPageIndex>1</d2p1:fPageIndex>
</d2p1:EntrySel>
</listEntrySel>
<result xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:t_AppClassInfo>
<d2p1:fAction>sample string 10</d2p1:fAction>
<d2p1:fAlign>59</d2p1:fAlign>
<d2p1:fBillTypeId>11</d2p1:fBillTypeId>
<d2p1:fCapListWidth>66</d2p1:fCapListWidth>
<d2p1:fCapWidth>13</d2p1:fCapWidth>
<d2p1:fCaptcha>true</d2p1:fCaptcha>
<d2p1:fCaption>sample string 12</d2p1:fCaption>
<d2p1:fColumn>sample string 14</d2p1:fColumn>
<d2p1:fConditioinId>70</d2p1:fConditioinId>
<d2p1:fContainer>sample string 15</d2p1:fContainer>
<d2p1:fCopy>true</d2p1:fCopy>
<d2p1:fCoverCorpSbj>true</d2p1:fCoverCorpSbj>
<d2p1:fCtlType>16</d2p1:fCtlType>
<d2p1:fDecimal>sample string 17</d2p1:fDecimal>
<d2p1:fDefaultValue>sample string 18</d2p1:fDefaultValue>
<d2p1:fDtlColumn>96</d2p1:fDtlColumn>
<d2p1:fDtlColumnDec>99</d2p1:fDtlColumnDec>
<d2p1:fDynCaption>sample string 92</d2p1:fDynCaption>
<d2p1:fDynColPageIndexs>sample string 90</d2p1:fDynColPageIndexs>
<d2p1:fDynRowPageIndex>89</d2p1:fDynRowPageIndex>
<d2p1:fEnableIndex>19</d2p1:fEnableIndex>
<d2p1:fEntryFieldName>sample string 75</d2p1:fEntryFieldName>
<d2p1:fEntrySelBillTypeId>74</d2p1:fEntrySelBillTypeId>
<d2p1:fEntryStyle>sample string 56</d2p1:fEntryStyle>
<d2p1:fFieldLength>sample string 20</d2p1:fFieldLength>
<d2p1:fFieldName>sample string 21</d2p1:fFieldName>
<d2p1:fFieldType>sample string 22</d2p1:fFieldType>
<d2p1:fFilter>sample string 23</d2p1:fFilter>
<d2p1:fFilterIndex>0</d2p1:fFilterIndex>
<d2p1:fFixedRowPageIndex>sample string 97</d2p1:fFixedRowPageIndex>
<d2p1:fFont>sample string 24</d2p1:fFont>
<d2p1:fFormStyle>sample string 57</d2p1:fFormStyle>
<d2p1:fFormat>sample string 9</d2p1:fFormat>
<d2p1:fFreeze>60</d2p1:fFreeze>
<d2p1:fGroupBy>sample string 95</d2p1:fGroupBy>
<d2p1:fGroupHead>sample string 94</d2p1:fGroupHead>
<d2p1:fGroupType>78</d2p1:fGroupType>
<d2p1:fHeight>25</d2p1:fHeight>
<d2p1:fImageMaxHeight>81</d2p1:fImageMaxHeight>
<d2p1:fImageMaxWidth>80</d2p1:fImageMaxWidth>
<d2p1:fImpCaption>sample string 72</d2p1:fImpCaption>
<d2p1:fImpSrvDspField>sample string 73</d2p1:fImpSrvDspField>
<d2p1:fIndex>26</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 30</d2p1:fJoin>
<d2p1:fJoinMode>31</d2p1:fJoinMode>
<d2p1:fLeft>32</d2p1:fLeft>
<d2p1:fLine>33</d2p1:fLine>
<d2p1:fList>sample string 34</d2p1:fList>
<d2p1:fListAction>sample string 35</d2p1:fListAction>
<d2p1:fListCtlType>37</d2p1:fListCtlType>
<d2p1:fListStyle>sample string 55</d2p1:fListStyle>
<d2p1:fListWidth>36</d2p1:fListWidth>
<d2p1:fMaxDynCnt>88</d2p1:fMaxDynCnt>
<d2p1:fMustInput>true</d2p1:fMustInput>
<d2p1:fNeedCount>true</d2p1:fNeedCount>
<d2p1:fNeedDyn>true</d2p1:fNeedDyn>
<d2p1:fPageIndex>40</d2p1:fPageIndex>
<d2p1:fRegEx>sample string 64</d2p1:fRegEx>
<d2p1:fRegExType>sample string 63</d2p1:fRegExType>
<d2p1:fRegMessage>sample string 82</d2p1:fRegMessage>
<d2p1:fRelation>sample string 41</d2p1:fRelation>
<d2p1:fSave>true</d2p1:fSave>
<d2p1:fSaveRule>sample string 42</d2p1:fSaveRule>
<d2p1:fScale>sample string 43</d2p1:fScale>
<d2p1:fSearch>44</d2p1:fSearch>
<d2p1:fSearchType>45</d2p1:fSearchType>
<d2p1:fSearchTypeId>76</d2p1:fSearchTypeId>
<d2p1:fShowInLeftTree>true</d2p1:fShowInLeftTree>
<d2p1:fSignKey>sample string 62</d2p1:fSignKey>
<d2p1:fSrcTable>sample string 46</d2p1:fSrcTable>
<d2p1:fSrcTableAlias>sample string 48</d2p1:fSrcTableAlias>
<d2p1:fSrvDspField>sample string 49</d2p1:fSrvDspField>
<d2p1:fSrvOtherField>sample string 47</d2p1:fSrvOtherField>
<d2p1:fSrvValueField>sample string 50</d2p1:fSrvValueField>
<d2p1:fTabIndex>51</d2p1:fTabIndex>
<d2p1:fTarClearField>sample string 86</d2p1:fTarClearField>
<d2p1:fTarDecimalField>sample string 83</d2p1:fTarDecimalField>
<d2p1:fTarEnableField>sample string 84</d2p1:fTarEnableField>
<d2p1:fTarMustInputField>sample string 85</d2p1:fTarMustInputField>
<d2p1:fTarSearchField>sample string 87</d2p1:fTarSearchField>
<d2p1:fTop>52</d2p1:fTop>
<d2p1:fVisIndex>53</d2p1:fVisIndex>
<d2p1:fVisible>61</d2p1:fVisible>
<d2p1:fWidth>54</d2p1:fWidth>
<d2p1:fY1SQL>sample string 68</d2p1:fY1SQL>
<d2p1:fZeroShow>true</d2p1:fZeroShow>
<d2p1:fFilterIndex>4</d2p1:fFilterIndex>
<d2p1:fHide>true</d2p1:fHide>
<d2p1:fVisAppIndex>1</d2p1:fVisAppIndex>
<d2p1:fVisibleInLeftList>true</d2p1:fVisibleInLeftList>
<d2p1:fVisibleListHeight>8</d2p1:fVisibleListHeight>
<d2p1:fVisibleListLeft>6</d2p1:fVisibleListLeft>
<d2p1:fVisibleListTop>5</d2p1:fVisibleListTop>
<d2p1:fVisibleListWidth>7</d2p1:fVisibleListWidth>
</d2p1:t_AppClassInfo>
<d2p1:t_AppClassInfo>
<d2p1:fAction>sample string 10</d2p1:fAction>
<d2p1:fAlign>59</d2p1:fAlign>
<d2p1:fBillTypeId>11</d2p1:fBillTypeId>
<d2p1:fCapListWidth>66</d2p1:fCapListWidth>
<d2p1:fCapWidth>13</d2p1:fCapWidth>
<d2p1:fCaptcha>true</d2p1:fCaptcha>
<d2p1:fCaption>sample string 12</d2p1:fCaption>
<d2p1:fColumn>sample string 14</d2p1:fColumn>
<d2p1:fConditioinId>70</d2p1:fConditioinId>
<d2p1:fContainer>sample string 15</d2p1:fContainer>
<d2p1:fCopy>true</d2p1:fCopy>
<d2p1:fCoverCorpSbj>true</d2p1:fCoverCorpSbj>
<d2p1:fCtlType>16</d2p1:fCtlType>
<d2p1:fDecimal>sample string 17</d2p1:fDecimal>
<d2p1:fDefaultValue>sample string 18</d2p1:fDefaultValue>
<d2p1:fDtlColumn>96</d2p1:fDtlColumn>
<d2p1:fDtlColumnDec>99</d2p1:fDtlColumnDec>
<d2p1:fDynCaption>sample string 92</d2p1:fDynCaption>
<d2p1:fDynColPageIndexs>sample string 90</d2p1:fDynColPageIndexs>
<d2p1:fDynRowPageIndex>89</d2p1:fDynRowPageIndex>
<d2p1:fEnableIndex>19</d2p1:fEnableIndex>
<d2p1:fEntryFieldName>sample string 75</d2p1:fEntryFieldName>
<d2p1:fEntrySelBillTypeId>74</d2p1:fEntrySelBillTypeId>
<d2p1:fEntryStyle>sample string 56</d2p1:fEntryStyle>
<d2p1:fFieldLength>sample string 20</d2p1:fFieldLength>
<d2p1:fFieldName>sample string 21</d2p1:fFieldName>
<d2p1:fFieldType>sample string 22</d2p1:fFieldType>
<d2p1:fFilter>sample string 23</d2p1:fFilter>
<d2p1:fFilterIndex>0</d2p1:fFilterIndex>
<d2p1:fFixedRowPageIndex>sample string 97</d2p1:fFixedRowPageIndex>
<d2p1:fFont>sample string 24</d2p1:fFont>
<d2p1:fFormStyle>sample string 57</d2p1:fFormStyle>
<d2p1:fFormat>sample string 9</d2p1:fFormat>
<d2p1:fFreeze>60</d2p1:fFreeze>
<d2p1:fGroupBy>sample string 95</d2p1:fGroupBy>
<d2p1:fGroupHead>sample string 94</d2p1:fGroupHead>
<d2p1:fGroupType>78</d2p1:fGroupType>
<d2p1:fHeight>25</d2p1:fHeight>
<d2p1:fImageMaxHeight>81</d2p1:fImageMaxHeight>
<d2p1:fImageMaxWidth>80</d2p1:fImageMaxWidth>
<d2p1:fImpCaption>sample string 72</d2p1:fImpCaption>
<d2p1:fImpSrvDspField>sample string 73</d2p1:fImpSrvDspField>
<d2p1:fIndex>26</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 30</d2p1:fJoin>
<d2p1:fJoinMode>31</d2p1:fJoinMode>
<d2p1:fLeft>32</d2p1:fLeft>
<d2p1:fLine>33</d2p1:fLine>
<d2p1:fList>sample string 34</d2p1:fList>
<d2p1:fListAction>sample string 35</d2p1:fListAction>
<d2p1:fListCtlType>37</d2p1:fListCtlType>
<d2p1:fListStyle>sample string 55</d2p1:fListStyle>
<d2p1:fListWidth>36</d2p1:fListWidth>
<d2p1:fMaxDynCnt>88</d2p1:fMaxDynCnt>
<d2p1:fMustInput>true</d2p1:fMustInput>
<d2p1:fNeedCount>true</d2p1:fNeedCount>
<d2p1:fNeedDyn>true</d2p1:fNeedDyn>
<d2p1:fPageIndex>40</d2p1:fPageIndex>
<d2p1:fRegEx>sample string 64</d2p1:fRegEx>
<d2p1:fRegExType>sample string 63</d2p1:fRegExType>
<d2p1:fRegMessage>sample string 82</d2p1:fRegMessage>
<d2p1:fRelation>sample string 41</d2p1:fRelation>
<d2p1:fSave>true</d2p1:fSave>
<d2p1:fSaveRule>sample string 42</d2p1:fSaveRule>
<d2p1:fScale>sample string 43</d2p1:fScale>
<d2p1:fSearch>44</d2p1:fSearch>
<d2p1:fSearchType>45</d2p1:fSearchType>
<d2p1:fSearchTypeId>76</d2p1:fSearchTypeId>
<d2p1:fShowInLeftTree>true</d2p1:fShowInLeftTree>
<d2p1:fSignKey>sample string 62</d2p1:fSignKey>
<d2p1:fSrcTable>sample string 46</d2p1:fSrcTable>
<d2p1:fSrcTableAlias>sample string 48</d2p1:fSrcTableAlias>
<d2p1:fSrvDspField>sample string 49</d2p1:fSrvDspField>
<d2p1:fSrvOtherField>sample string 47</d2p1:fSrvOtherField>
<d2p1:fSrvValueField>sample string 50</d2p1:fSrvValueField>
<d2p1:fTabIndex>51</d2p1:fTabIndex>
<d2p1:fTarClearField>sample string 86</d2p1:fTarClearField>
<d2p1:fTarDecimalField>sample string 83</d2p1:fTarDecimalField>
<d2p1:fTarEnableField>sample string 84</d2p1:fTarEnableField>
<d2p1:fTarMustInputField>sample string 85</d2p1:fTarMustInputField>
<d2p1:fTarSearchField>sample string 87</d2p1:fTarSearchField>
<d2p1:fTop>52</d2p1:fTop>
<d2p1:fVisIndex>53</d2p1:fVisIndex>
<d2p1:fVisible>61</d2p1:fVisible>
<d2p1:fWidth>54</d2p1:fWidth>
<d2p1:fY1SQL>sample string 68</d2p1:fY1SQL>
<d2p1:fZeroShow>true</d2p1:fZeroShow>
<d2p1:fFilterIndex>4</d2p1:fFilterIndex>
<d2p1:fHide>true</d2p1:fHide>
<d2p1:fVisAppIndex>1</d2p1:fVisAppIndex>
<d2p1:fVisibleInLeftList>true</d2p1:fVisibleInLeftList>
<d2p1:fVisibleListHeight>8</d2p1:fVisibleListHeight>
<d2p1:fVisibleListLeft>6</d2p1:fVisibleListLeft>
<d2p1:fVisibleListTop>5</d2p1:fVisibleListTop>
<d2p1:fVisibleListWidth>7</d2p1:fVisibleListWidth>
</d2p1:t_AppClassInfo>
</result>
</AppQueryResModel>