| | |
| | | package com.lf.server.entity.ctrl; |
| | | |
| | | import io.swagger.models.auth.In; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | private Integer min; |
| | | |
| | | private Integer max; |
| | | |
| | | private Integer noData; |
| | | |
| | | private String dircode; |
| | | |
| | |
| | | this.max = max; |
| | | } |
| | | |
| | | public Integer getNoData() { |
| | | return noData; |
| | | } |
| | | |
| | | public void setNoData(Integer noData) { |
| | | this.noData = noData; |
| | | } |
| | | |
| | | public String getDircode() { |
| | | return dircode; |
| | | } |
| | |
| | | /** |
| | | * 发送发布请求 |
| | | */ |
| | | public long postForPub(PubEntity entity, String method, HttpServletRequest req) throws Exception { |
| | | public long postForPub(PubEntity entity, String method, HttpServletRequest req) { |
| | | Map<String, Object> map = getMapData(entity); |
| | | |
| | | String str = RestHelper.postForRest(exportServer + method, map); |