| | |
| | | package com.lf.server.entity.ctrl; |
| | | |
| | | import io.swagger.models.auth.In; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | |
| | | private Integer max; |
| | | |
| | | private Integer noData; |
| | | |
| | | private String dircode; |
| | | |
| | | private String depcode; |
| | | |
| | | private List<String> ids; |
| | | |
| | | private List<Integer> models; |
| | | |
| | | public String getType() { |
| | | return type; |
| | |
| | | this.max = max; |
| | | } |
| | | |
| | | public Integer getNoData() { |
| | | return noData; |
| | | } |
| | | |
| | | public void setNoData(Integer noData) { |
| | | this.noData = noData; |
| | | } |
| | | |
| | | public String getDircode() { |
| | | return dircode; |
| | | } |
| | |
| | | public void setIds(List<String> ids) { |
| | | this.ids = ids; |
| | | } |
| | | |
| | | public List<Integer> getModels() { |
| | | return models; |
| | | } |
| | | |
| | | public void setModels(List<Integer> models) { |
| | | this.models = models; |
| | | } |
| | | } |