old mode 100644
new mode 100755
| | |
| | | @Excel(name = "含水率", width = 15) |
| | | @ApiModelProperty(value = "含水率") |
| | | private Double moisture; |
| | | /**温度*/ |
| | | @Excel(name = "温度", width = 15) |
| | | @ApiModelProperty(value = "温度") |
| | | private Double temp; |
| | | /**风机温度*/ |
| | | @Excel(name = "风机温度", width = 15) |
| | | @ApiModelProperty(value = "风机温度") |
| | | private Double fanTemp; |
| | | /**风箱温度*/ |
| | | @Excel(name = "风箱温度", width = 15) |
| | | @ApiModelProperty(value = "风箱温度") |
| | | private Double bellowsTemp; |
| | | /**时间*/ |
| | | @Excel(name = "时间", width = 15, format = "yyyy-MM-dd") |
| | | @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd") |
| | | @DateTimeFormat(pattern="yyyy-MM-dd") |
| | | @Excel(name = "时间", width = 15, format = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") |
| | | @ApiModelProperty(value = "时间") |
| | | private Date tim; |
| | | /**租户id*/ |
| | | @Excel(name = "租户id", width = 15) |
| | | |
| | | /**总时间*/ |
| | | @Excel(name = "总时间", width = 15) |
| | | @ApiModelProperty(value = "总时间") |
| | | private Integer totalTime; |
| | | /**干燥时间s*/ |
| | | @Excel(name = "干燥时间s", width = 15) |
| | | @ApiModelProperty(value = "干燥时间s") |
| | | private Integer dryTime; |
| | | /**翻料次数*/ |
| | | @Excel(name = "翻料次数", width = 15) |
| | | @ApiModelProperty(value = "翻料次数") |
| | | private Integer turn; |
| | | /**风机频率*/ |
| | | @Excel(name = "风机频率", width = 15) |
| | | @ApiModelProperty(value = "风机频率") |
| | | private Double fanFrequency; |
| | | /**实时重量*/ |
| | | @Excel(name = "实时重量", width = 15) |
| | | @ApiModelProperty(value = "实时重量") |
| | | private Double weight; |
| | | /**热风1/冷风0*/ |
| | | @Excel(name = "热风1/冷风0", width = 15) |
| | | @ApiModelProperty(value = "热风1/冷风0") |
| | | private Boolean wind; |
| | | /**租户id*/ |
| | | @Excel(name = "租户id", width = 15) |
| | | @ApiModelProperty(value = "租户id") |
| | | private Integer tenantId; |
| | | |
| | | |
| | | /**蒸汽消耗*/ |
| | | @ApiModelProperty(value = "蒸汽消耗") |
| | | private Double steam; |
| | | |
| | | /**电能消耗*/ |
| | | @ApiModelProperty(value = "电能消耗") |
| | | private Double watt; |
| | | } |