| | |
| | | * ID |
| | | */ |
| | | @ApiModelProperty(value= "ID") |
| | | @TableId(value = "id", type = IdType.INPUT) |
| | | @TableId(value = "id", type = IdType.AUTO) |
| | | private Long id; |
| | | |
| | | /** |
| | |
| | | */ |
| | | @ApiModelProperty(value= "物料ID") |
| | | private Long matId; |
| | | |
| | | /** |
| | | * 商品编号 |
| | | */ |
| | | @ApiModelProperty(value= "商品编号") |
| | | private String matnr; |
| | | |
| | | /** |
| | | * 所属机构 |
| | |
| | | return null; |
| | | } |
| | | |
| | | public TaskLog getTask$(){ |
| | | TaskLogService service = SpringUtils.getBean(TaskLogService.class); |
| | | TaskLog taskLog = service.getById(this.getTaskId()); |
| | | if (!Cools.isEmpty(taskLog)){ |
| | | return taskLog; |
| | | } |
| | | return null; |
| | | } |
| | | |
| | | public String getHostId$(){ |
| | | HostService service = SpringUtils.getBean(HostService.class); |
| | | Host host = service.getById(this.hostId); |