添加设备作业任务 周期类型

yun-zuoyi
wynne1005 5 years ago
parent a86a58fa6d
commit 1e6ca2e0bb

@ -43,6 +43,10 @@ public class MesEquTaskPlan extends BaseBean implements Serializable {
@ApiParam("作业类型") @ApiParam("作业类型")
private Integer taskType; private Integer taskType;
@Column(name = "CYCLE_TYPE")
@ApiParam("周期类型")
private Integer cycleType;
@Column(name = "TASK_CYCLE") @Column(name = "TASK_CYCLE")
@ApiParam("周期(天)") @ApiParam("周期(天)")
private Integer taskCycle; private Integer taskCycle;

Loading…
Cancel
Save