公告板
版本库
filestore
活动
搜索
登录
陈家和
/
phi-warehouse-feign-parent
仓库的微服务openFeign
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
多参数请求列表
fwq
2022-10-28
7f2ed43f4eb8b6b1a4407c4980cb849cb8b91efa
[~chenjiahe/phi-warehouse-feign-parent.git]
/
phi-warehouse-feign
/
src
/
main
/
java
/
com
/
hx
/
warehouse
/
dto
/
gold
/
ParListDto.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.hx.warehouse.dto.gold;
import lombok.Data;
import java.util.List;
/**
* 金博查询参数
* @author fwq
*/
@Data
public class ParListDto {
private List<ParameterDto> parameterDtoList;
}