| | |
| | | |
| | | import com.baomidou.mybatisplus.annotations.TableId; |
| | | import com.baomidou.mybatisplus.enums.IdType; |
| | | import com.baomidou.mybatisplus.mapper.EntityWrapper; |
| | | import com.core.common.Cools;import com.baomidou.mybatisplus.annotations.TableField; |
| | | |
| | | import com.core.common.SpringUtils; |
| | | import com.zy.asrs.service.BasDeviceService; |
| | | import com.zy.asrs.service.BasLocStsService; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | |
| | | return "默认"; |
| | | } |
| | | } |
| | | public String getDevNo$() { |
| | | BasDeviceService bean = SpringUtils.getBean(BasDeviceService.class); |
| | | BasDevice type = bean.selectOne(new EntityWrapper<BasDevice>().eq("type", devNo)); |
| | | if (type == null) { |
| | | return "<UNK>"; |
| | | }else { |
| | | return type.getDevNo(); |
| | | } |
| | | } |
| | | |
| | | public String getLocType$() { |
| | | if (this.locType == null) { |