|
@@ -56,4 +56,8 @@ public class BandingTaskPageVo {
|
|
@ApiModelProperty("分班任务名称")
|
|
@ApiModelProperty("分班任务名称")
|
|
private String name;
|
|
private String name;
|
|
|
|
|
|
|
|
+ @ContentStyle(dataFormat = 49)
|
|
|
|
+ @ApiModelProperty("任务状态(0:未确认 1:已确认)")
|
|
|
|
+ private Integer status;
|
|
|
|
+
|
|
}
|
|
}
|