| | |
| | | @ApiModelProperty(value= "任务号") |
| | | private String taskCode; |
| | | |
| | | @ApiModelProperty("任务来源") |
| | | private Short resource; |
| | | |
| | | /** |
| | | * 任务状态 |
| | | */ |
| | |
| | | @ApiModelProperty(value= "备注") |
| | | private String memo; |
| | | |
| | | /** |
| | | * 路径ID |
| | | */ |
| | | @ApiModelProperty(value= "路径ID") |
| | | private Long deviceSiteId; |
| | | |
| | | 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) { |