优化
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
package com.ruoyi.wgz.bo.res;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.ruoyi.common.core.domain.BaseEntity;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
@ -34,6 +33,9 @@ public class WgzAppPersonalBasicInformationRes implements Serializable {
|
||||
@ApiModelProperty("出生日期")
|
||||
private String birthdate;
|
||||
|
||||
@ApiModelProperty("年龄")
|
||||
private Integer age;
|
||||
|
||||
@ApiModelProperty("身份证号码")
|
||||
private String identityCard;
|
||||
|
||||
@ -69,4 +71,7 @@ public class WgzAppPersonalBasicInformationRes implements Serializable {
|
||||
|
||||
@ApiModelProperty("工种,多个逗号分隔")
|
||||
private String typeOfWork;
|
||||
|
||||
@ApiModelProperty("工种名")
|
||||
private String typeOfWorkName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user