| | |
| | | private Long id; |
| | | |
| | | @ApiModelProperty("日志ID") |
| | | @TableField("log_id") |
| | | private Long logId; |
| | | |
| | | /** |
| | |
| | | */ |
| | | @ApiModelProperty(value = "目标站") |
| | | @TableField("sta_no") |
| | | private Integer staNo; |
| | | private String staNo; |
| | | |
| | | /** |
| | | * 源站 |
| | | */ |
| | | @ApiModelProperty(value = "源站") |
| | | @TableField("source_sta_no") |
| | | private Integer sourceStaNo; |
| | | private String sourceStaNo; |
| | | |
| | | /** |
| | | * 源库位 |
| | |
| | | } |
| | | |
| | | public String getStaNo$() { |
| | | BasDevpService service = SpringUtils.getBean(BasDevpService.class); |
| | | BasDevp basDevp = service.selectById(this.staNo); |
| | | if (!Cools.isEmpty(basDevp)) { |
| | | return String.valueOf(basDevp.getDevNo()); |
| | | if (Cools.isEmpty(this.staNo)) { |
| | | return null; |
| | | } |
| | | return null; |
| | | return this.staNo; |
| | | } |
| | | |
| | | public String getSourceStaNo$() { |
| | | BasDevpService service = SpringUtils.getBean(BasDevpService.class); |
| | | BasDevp basDevp = service.selectById(this.sourceStaNo); |
| | | if (!Cools.isEmpty(basDevp)) { |
| | | return String.valueOf(basDevp.getDevNo()); |
| | | if (Cools.isEmpty(this.sourceStaNo)) { |
| | | return null; |
| | | } |
| | | return null; |
| | | return this.sourceStaNo; |
| | | } |
| | | |
| | | public String getSourceLocNo$() { |