| | |
| | | import com.baomidou.mybatisplus.annotation.TableLogic; |
| | | import lombok.Data; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import org.jeecg.modules.dry.vo.RealTimeDataVo; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | import org.jeecgframework.poi.excel.annotation.Excel; |
| | | import org.jeecg.common.aspect.annotation.Dict; |
| | |
| | | @Excel(name = "租户id", width = 15) |
| | | @ApiModelProperty(value = "租户id") |
| | | private Integer tenantId; |
| | | |
| | | public DryEquipment() { |
| | | } |
| | | public DryEquipment(RealTimeDataVo realTimeDataVo) { |
| | | this.code = realTimeDataVo.getMachineid(); |
| | | this.tenantId = realTimeDataVo.getTenantid(); |
| | | } |
| | | } |