POST Visual/getDsnModelList

设计模型列表

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

DsnModelResModel
NameDescriptionTypeAdditional information
listRet

Collection of DbDsnModelSaveDto

None.

error

integer

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "listRet": [
    {
      "fAccessTypeId": 1,
      "fAccessId": 2,
      "fInterId": 3,
      "fName": "sample string 4",
      "fIsDraft": true,
      "fLastModifyTime": "2026-04-21T18:02:37.7547318+08:00",
      "fBillTypeId": 7,
      "fBillTypeIdLvl1": 8,
      "fMainTreeKey": "sample string 9",
      "fBgColor": "sample string 10",
      "fBgImage": "sample string 11"
    },
    {
      "fAccessTypeId": 1,
      "fAccessId": 2,
      "fInterId": 3,
      "fName": "sample string 4",
      "fIsDraft": true,
      "fLastModifyTime": "2026-04-21T18:02:37.7547318+08:00",
      "fBillTypeId": 7,
      "fBillTypeIdLvl1": 8,
      "fMainTreeKey": "sample string 9",
      "fBgColor": "sample string 10",
      "fBgImage": "sample string 11"
    }
  ],
  "error": 1,
  "Msg": "sample string 2"
}

application/xml, text/xml

Sample:
<DsnModelResModel 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>
  <listRet xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel.Dto">
    <d2p1:DbDsnModelSaveDto>
      <fBgColor xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 10</fBgColor>
      <fBgImage xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 11</fBgImage>
      <fBillTypeId xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">7</fBillTypeId>
      <fBillTypeIdLvl1 xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">8</fBillTypeIdLvl1>
      <fInterId xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">3</fInterId>
      <fIsDraft xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">true</fIsDraft>
      <fLastModifyTime xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">2026-04-21T18:02:37.7547318+08:00</fLastModifyTime>
      <fMainTreeKey xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 9</fMainTreeKey>
      <fName xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 4</fName>
      <d2p1:fAccessId>2</d2p1:fAccessId>
      <d2p1:fAccessTypeId>1</d2p1:fAccessTypeId>
    </d2p1:DbDsnModelSaveDto>
    <d2p1:DbDsnModelSaveDto>
      <fBgColor xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 10</fBgColor>
      <fBgImage xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 11</fBgImage>
      <fBillTypeId xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">7</fBillTypeId>
      <fBillTypeIdLvl1 xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">8</fBillTypeIdLvl1>
      <fInterId xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">3</fInterId>
      <fIsDraft xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">true</fIsDraft>
      <fLastModifyTime xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">2026-04-21T18:02:37.7547318+08:00</fLastModifyTime>
      <fMainTreeKey xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 9</fMainTreeKey>
      <fName xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 4</fName>
      <d2p1:fAccessId>2</d2p1:fAccessId>
      <d2p1:fAccessTypeId>1</d2p1:fAccessTypeId>
    </d2p1:DbDsnModelSaveDto>
  </listRet>
</DsnModelResModel>