src/main/java/com/whyc/pojo/DocFace.java
@@ -28,12 +28,16 @@ private static final long serialVersionUID = 1L; @ApiModelProperty(value = "face_id") @TableId(value = "id", type = IdType.AUTO) private Integer id; @ApiModelProperty(value = "人脸图片url") private String url; @ApiModelProperty(value = "face_id") private Integer faceId; }