文档
测试

工厂列表

GET
/api/factory/list

接口描述

获取工厂列表

请求参数

参数名
类型
描述
必填
keyword
string
关键字查询,模糊搜索:简称、全称、速记码
可选
isDeleted
bool
true:只查询已作废的工厂;false:只查询正常的工厂;不设置则查询全部
可选
pagesize
int
页大小,默认为10
可选
pagenumber
int
页码,默认为1
可选

响应参数

参数名
类型
描述
必填
total
int
总数
必填
data
array
响应的数据
必填
id
int
工厂id
必填
name
string
工厂名称
必填
handlingAddress
string
工厂地址
必填
handlingDistrict
string
工厂所在地点,全路径
必填
handlingDistrictFormat
string
工厂所在地点,处理过的路径
必填
commerceType
string
贸易方式:【进口、出口】
必填
declareCustomsType
string
报关方式:【清关、转关、一体化报关】
必填
factoryLinkman
string
工厂联系人
必填
factoryLinkphone
string
工厂联系人电话
必填
tmsRemark
string
拖运备注
必填
isDeleted
string
删除状态
必填
shorthandCode
string
速记码
必填
fullName
string
工厂全称
必填