8 changed files with 0 additions and 287 deletions
@ -1,72 +0,0 @@ |
|||||
package com.ccsens.tall.bean.dto; |
|
||||
|
|
||||
import io.swagger.annotations.ApiModel; |
|
||||
import io.swagger.annotations.ApiModelProperty; |
|
||||
import lombok.Getter; |
|
||||
import lombok.Setter; |
|
||||
|
|
||||
import java.math.BigDecimal; |
|
||||
import java.util.List; |
|
||||
|
|
||||
public class PluginDto { |
|
||||
@Getter |
|
||||
@Setter |
|
||||
@ApiModel |
|
||||
public static class BatchDevice{ |
|
||||
private String no; |
|
||||
private String name; |
|
||||
private String seat; |
|
||||
} |
|
||||
|
|
||||
@Getter |
|
||||
@Setter |
|
||||
@ApiModel |
|
||||
public static class __BatchSetting{ |
|
||||
@ApiModelProperty("老化总时长(milltimes)") |
|
||||
private String totalDuration; |
|
||||
@ApiModelProperty("电机列表") |
|
||||
private List<BatchDevice> devices; |
|
||||
} |
|
||||
|
|
||||
@Getter |
|
||||
@Setter |
|
||||
@ApiModel |
|
||||
public static class BatchSetting{ |
|
||||
@ApiModelProperty("批次Id") |
|
||||
private Long roleId; |
|
||||
@ApiModelProperty("机柜Id") |
|
||||
private Long cubeId; |
|
||||
@ApiModelProperty("批次设置") |
|
||||
private __BatchSetting batchSetting; |
|
||||
} |
|
||||
|
|
||||
@Getter |
|
||||
@Setter |
|
||||
@ApiModel |
|
||||
public static class __TaskSetting{ |
|
||||
@ApiModelProperty("转速") |
|
||||
private BigDecimal speed; |
|
||||
@ApiModelProperty("转速阈值1") |
|
||||
private BigDecimal speedThreshold1; |
|
||||
@ApiModelProperty("转速阈值2") |
|
||||
private BigDecimal speedThreshold2; |
|
||||
@ApiModelProperty("转速阈值3") |
|
||||
private BigDecimal speedThreshold3; |
|
||||
@ApiModelProperty("温度阈值1") |
|
||||
private BigDecimal temperatureThreshold1; |
|
||||
@ApiModelProperty("温度阈值2") |
|
||||
private BigDecimal temperatureThreshold2; |
|
||||
@ApiModelProperty("温度阈值3") |
|
||||
private BigDecimal temperatureThreshold3; |
|
||||
} |
|
||||
|
|
||||
@Getter |
|
||||
@Setter |
|
||||
@ApiModel |
|
||||
public static class TaskSetting{ |
|
||||
@ApiModelProperty("任务Id") |
|
||||
private Long taskId; |
|
||||
@ApiModelProperty("任务设置") |
|
||||
private __TaskSetting taskSetting; |
|
||||
} |
|
||||
} |
|
||||
@ -1,15 +0,0 @@ |
|||||
package com.ccsens.tall.bean.dto; |
|
||||
|
|
||||
import com.ccsens.tall.bean.po.ProTaskSubTime; |
|
||||
import lombok.Getter; |
|
||||
import lombok.Setter; |
|
||||
|
|
||||
@Getter |
|
||||
@Setter |
|
||||
public class ProTaskDto extends ProTaskSubTime { |
|
||||
private int currentIndex; |
|
||||
|
|
||||
public void incrementCurrentIndex(){ |
|
||||
currentIndex++; |
|
||||
} |
|
||||
} |
|
||||
@ -1,13 +0,0 @@ |
|||||
package com.ccsens.tall.bean.dto.Spider; |
|
||||
|
|
||||
import lombok.Data; |
|
||||
|
|
||||
@Data |
|
||||
public class ChuangYeFuWuXuQiu { |
|
||||
private String muDi; |
|
||||
private String bingGouXuQiu; |
|
||||
private String zhaiQuanRongZiXuQiu; |
|
||||
private String zhaiQuanRongZiJinE; |
|
||||
private String guQuanRongZiXuQiu; |
|
||||
private String guQuanRongZiJinE; |
|
||||
} |
|
||||
@ -1,31 +0,0 @@ |
|||||
package com.ccsens.tall.bean.dto.Spider; |
|
||||
|
|
||||
import lombok.Data; |
|
||||
import lombok.Getter; |
|
||||
import lombok.Setter; |
|
||||
|
|
||||
import java.util.List; |
|
||||
|
|
||||
@Data |
|
||||
public class GuDongXinXi { |
|
||||
private String isGuQuanRongZi; |
|
||||
private List<guQuanRongZi> guQuanRongZis; |
|
||||
private String isZhaiQuanRongZi; |
|
||||
private List<zhaiQuanRongZi> zhaiQuanRongZis; |
|
||||
private String xianJieDuan; |
|
||||
|
|
||||
@Getter |
|
||||
@Setter |
|
||||
public static class guQuanRongZi{ |
|
||||
private String touZiRen; |
|
||||
private String rongZiJinE; |
|
||||
private String touZiTime;//投资时间
|
|
||||
} |
|
||||
|
|
||||
@Getter |
|
||||
@Setter |
|
||||
public static class zhaiQuanRongZi{ |
|
||||
private String chuJieFang; |
|
||||
private String rongZiJinE; |
|
||||
} |
|
||||
} |
|
||||
@ -1,15 +0,0 @@ |
|||||
package com.ccsens.tall.bean.dto.Spider; |
|
||||
|
|
||||
import lombok.Data; |
|
||||
|
|
||||
@Data |
|
||||
public class HeXinTuanDui { |
|
||||
private String name; |
|
||||
private String sex; |
|
||||
private String birthday; |
|
||||
private String zhiWei; |
|
||||
private String zuiGaoXueLi; |
|
||||
private String isLiuXueJingLi; |
|
||||
private String isYuanShi; |
|
||||
private String phone; |
|
||||
} |
|
||||
@ -1,45 +0,0 @@ |
|||||
package com.ccsens.tall.bean.dto.Spider; |
|
||||
|
|
||||
import lombok.Data; |
|
||||
import lombok.Getter; |
|
||||
import lombok.Setter; |
|
||||
|
|
||||
import java.util.List; |
|
||||
|
|
||||
@Data |
|
||||
public class JiBenXinXi { |
|
||||
private String name; |
|
||||
private String xinYongDaiMa; |
|
||||
private String hangYeLingYu; |
|
||||
private String tuiJianDanWei; |
|
||||
private String isFuHuaQi; |
|
||||
private String isKeJiYuan; |
|
||||
private String isZhongChuang; |
|
||||
private String zhuCeZiBen; |
|
||||
private String diZhi; |
|
||||
private info faDing; |
|
||||
private info lianXiRen; |
|
||||
private String isKongGuQiYe; |
|
||||
private String isXinSanBan; |
|
||||
private String isGaoXin; |
|
||||
private List<zhuanLi> zhuanLis; |
|
||||
|
|
||||
@Getter |
|
||||
@Setter |
|
||||
public static class zhuanLi{ |
|
||||
private String zhuanLiName; |
|
||||
private String zhuanLiType; |
|
||||
private String huoQuFangShi; |
|
||||
private String zhuanLiHao; |
|
||||
private String huoQuTime; |
|
||||
} |
|
||||
|
|
||||
@Getter |
|
||||
@Setter |
|
||||
public static class info{ |
|
||||
private String name; |
|
||||
private String phone; |
|
||||
private String mail; |
|
||||
} |
|
||||
|
|
||||
} |
|
||||
@ -1,10 +0,0 @@ |
|||||
package com.ccsens.tall.bean.dto.Spider; |
|
||||
|
|
||||
import lombok.Data; |
|
||||
|
|
||||
@Data |
|
||||
public class ShangYeJiHuaShu { |
|
||||
private String caiSaiXiangMuName; |
|
||||
private String yingYeShouRu; |
|
||||
private String liRuiZouE; |
|
||||
} |
|
||||
@ -1,86 +0,0 @@ |
|||||
package com.ccsens.tall.bean.dto; |
|
||||
|
|
||||
import io.swagger.annotations.ApiModel; |
|
||||
import io.swagger.annotations.ApiModelProperty; |
|
||||
import lombok.Getter; |
|
||||
import lombok.Setter; |
|
||||
|
|
||||
import java.util.List; |
|
||||
|
|
||||
public class SpiderDto { |
|
||||
@Getter |
|
||||
@Setter |
|
||||
@ApiModel |
|
||||
public static class SpiderHtmlList{ |
|
||||
private List<SpiderHtml> spiderHtmlList; |
|
||||
} |
|
||||
|
|
||||
@Getter |
|
||||
@Setter |
|
||||
@ApiModel |
|
||||
public static class SpiderList{ |
|
||||
private List<Spider> spiderList; |
|
||||
} |
|
||||
|
|
||||
@Getter |
|
||||
@Setter |
|
||||
@ApiModel |
|
||||
public static class Recommend { |
|
||||
@ApiModelProperty("企业名称") |
|
||||
private Long id; |
|
||||
@ApiModelProperty("推荐公司") |
|
||||
private String Recommend; |
|
||||
} |
|
||||
@Getter |
|
||||
@Setter |
|
||||
@ApiModel |
|
||||
public static class RecommendList { |
|
||||
private List<Recommend> Recommends; |
|
||||
} |
|
||||
|
|
||||
@Getter |
|
||||
@Setter |
|
||||
@ApiModel |
|
||||
public static class SpiderHtml{ |
|
||||
@ApiModelProperty("企业名称") |
|
||||
private String name; |
|
||||
@ApiModelProperty("系统用的id") |
|
||||
private Long id; |
|
||||
@ApiModelProperty("") |
|
||||
private String infor; |
|
||||
@ApiModelProperty("") |
|
||||
private String partner; |
|
||||
@ApiModelProperty("") |
|
||||
private String team; |
|
||||
@ApiModelProperty("") |
|
||||
private String plan; |
|
||||
@ApiModelProperty("") |
|
||||
private String jinrong; |
|
||||
@ApiModelProperty("") |
|
||||
private String supply; |
|
||||
@ApiModelProperty("") |
|
||||
private String confirm; |
|
||||
} |
|
||||
|
|
||||
@Getter |
|
||||
@Setter |
|
||||
@ApiModel |
|
||||
public static class Spider{ |
|
||||
@ApiModelProperty("系统用的id") |
|
||||
private Long id; |
|
||||
@ApiModelProperty("") |
|
||||
private String company; |
|
||||
@ApiModelProperty("") |
|
||||
private String city; |
|
||||
@ApiModelProperty("") |
|
||||
private String industry; |
|
||||
@ApiModelProperty("") |
|
||||
private String group; |
|
||||
@ApiModelProperty("") |
|
||||
private String status; |
|
||||
@ApiModelProperty("") |
|
||||
private String project; |
|
||||
@ApiModelProperty("") |
|
||||
private String href; |
|
||||
} |
|
||||
} |
|
||||
Loading…
Reference in new issue