Commit 42c43ee3 by 284718418@qq.com

添加专业名称

parent 66699862
......@@ -191,6 +191,12 @@ public class InterviewApplicationDto implements Serializable {
private String universitie;
/**
* 专业名称
*/
@ApiModelProperty(value = "专业名称")
private String subject;
/**
* 最近职位
*/
@ApiModelProperty(value = "最近职位")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment