|
|
|
@ -77,10 +77,6 @@ public class MesPcnTask extends BaseBean {
|
|
|
|
|
@ApiParam("任务周期描述")
|
|
|
|
|
private String taskCycleDescription;
|
|
|
|
|
|
|
|
|
|
@Column(name="TASK_STATUS")
|
|
|
|
|
@ApiParam("任务状态")
|
|
|
|
|
private Integer taskStatus;
|
|
|
|
|
|
|
|
|
|
@Column(name="TASK_PARAM")
|
|
|
|
|
@ApiParam("任务参数")
|
|
|
|
|
private String taskParam;
|
|
|
|
@ -89,7 +85,4 @@ public class MesPcnTask extends BaseBean {
|
|
|
|
|
return this.taskType == null ? 0 : this.taskType;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public int getTaskStatusVal() {
|
|
|
|
|
return this.taskStatus == null ? 0 : this.taskStatus;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|