邀约备注bug修复
This commit is contained in:
@@ -97,4 +97,10 @@ public class InterviewInvitation extends BaseEntity {
|
||||
*/
|
||||
@ApiModelProperty("状态")
|
||||
private String status;
|
||||
|
||||
/**
|
||||
* 备注(覆盖父类,去掉 @JsonIgnore 以支持序列化)
|
||||
*/
|
||||
@ApiModelProperty("备注")
|
||||
private String remark;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user