|
|
|
@ -81,6 +81,10 @@ public class MesPcnTask extends BaseBean {
|
|
|
|
|
@ApiParam("任务状态")
|
|
|
|
|
private Integer taskStatus;
|
|
|
|
|
|
|
|
|
|
@Column(name="TASK_PARAM")
|
|
|
|
|
@ApiParam("任务参数")
|
|
|
|
|
private String taskParam;
|
|
|
|
|
|
|
|
|
|
public int getTaskTypeVal() {
|
|
|
|
|
return this.taskType == null ? 0 : this.taskType;
|
|
|
|
|
}
|
|
|
|
|