| | |
| | | @ApiModelProperty(value= "备注") |
| | | private String memo; |
| | | |
| | | /** |
| | | * 路径ID |
| | | */ |
| | | @ApiModelProperty(value= "路径ID") |
| | | private Long deviceSiteId; |
| | | |
| | | /** |
| | | * 步序起点 |
| | | */ |
| | | @ApiModelProperty(value= "步序起点") |
| | | private String souStep; |
| | | |
| | | /** |
| | | * 步序终点 |
| | | */ |
| | | @ApiModelProperty(value= "步序终点") |
| | | private String endStep; |
| | | |
| | | public Task() {} |
| | | |
| | | public Task(String taskCode,Integer taskStatus,Integer taskType,String orgLoc,String targLoc,String barcode,String robotCode,Short exceStatus,String expDesc,Integer sort,String expCode,Date startTime,Date endTime,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |