添加岗位下架功

This commit is contained in:
sh
2026-02-03 17:29:27 +08:00
parent 6b7e359234
commit 7bd42fa687
10 changed files with 130 additions and 5 deletions

View File

@@ -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;
}