添加岗位下架功
This commit is contained in:
@@ -204,4 +204,11 @@ public class Job extends BaseEntity
|
||||
|
||||
@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