whyclxw
4 天以前 cf9a5039e6db9d1d5963e3fe1a37d00169ec2ef7
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;
}