test
wj 2 years ago
parent f23c0136dd
commit a83e44fad4

@ -74,10 +74,10 @@ public class BasicSkSickerEntity {
private String job; private String job;
/** /**
* *
*/ */
@TableField(value = "bornDate") @TableField(value = "bornDate")
@ApiModelProperty(value="出生年月") @ApiModelProperty(value="出生年月")
private String bornDate; private String bornDate;
/** /**
@ -123,7 +123,7 @@ public class BasicSkSickerEntity {
private String kosekiAddr; private String kosekiAddr;
/** /**
* *
*/ */
@TableField(value = "medicalIns") @TableField(value = "medicalIns")
@ApiModelProperty(value="医保") @ApiModelProperty(value="医保")
@ -163,6 +163,4 @@ public class BasicSkSickerEntity {
@TableField(value = "remark") @TableField(value = "remark")
@ApiModelProperty(value="备注") @ApiModelProperty(value="备注")
private String remark; private String remark;
private static final long serialVersionUID = 1L;
} }

Loading…
Cancel
Save