添加岗位下架功
This commit is contained in:
@@ -171,4 +171,11 @@ public class ESJobDocument
|
||||
|
||||
@ApiModelProperty("是否通过原因")
|
||||
private String passReason;
|
||||
|
||||
@ApiModelProperty("状态 0在线,1下架")
|
||||
private String jobStatus;
|
||||
|
||||
@ApiModelProperty("下架时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private String downTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user