Commit e10ea009 authored by duanruiming's avatar duanruiming

[update] 调度计划更新实体

parent e3482be1
...@@ -27,6 +27,11 @@ public class CrossSchedulesPO { ...@@ -27,6 +27,11 @@ public class CrossSchedulesPO {
/** 计划ID */ /** 计划ID */
@ApiModelProperty(value = "计划ID",notes = "") @ApiModelProperty(value = "计划ID",notes = "")
private Integer planId ; private Integer planId ;
/** 月份 1,2,3...12 */
@ApiModelProperty(value = "月份1,2,3...12")
private String months;
@ApiModelProperty(value = "日期1,2,3...31")
private String days;
/** 星期:1周一;2周二,3周三,4周四,5周五,6周六,7周日,0特殊日期 */ /** 星期:1周一;2周二,3周三,4周四,5周五,6周六,7周日,0特殊日期 */
@ApiModelProperty(value = "星期:1周一",notes = "2周二,3周三,4周四,5周五,6周六,7周日,0特殊日期") @ApiModelProperty(value = "星期:1周一",notes = "2周二,3周三,4周四,5周五,6周六,7周日,0特殊日期")
private Integer week ; private Integer week ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment