提交 | 用户 | age | ||
7f2ed4 | 1 | package com.hx.warehouse.dto.gold; |
F | 2 | |
3 | import lombok.Data; | |
4 | ||
5 | import java.util.List; | |
6 | ||
7 | /** | |
8 | * 金博查询参数 | |
9 | * @author fwq | |
10 | */ | |
11 | @Data | |
12 | public class ParListDto { | |
79c16b | 13 | private Integer isInit = 0; |
F | 14 | /**查询参数*/ |
7f2ed4 | 15 | private List<ParameterDto> parameterDtoList; |
F | 16 | } |