whycxzp
2022-07-21 cf7f2a00eb4e5fbfe90a403f6543d67daf447ff8
src/main/java/com/whyc/pojo/DocUser.java
@@ -69,4 +69,8 @@
    @ApiModelProperty(value = "人脸信息")
    private DocFace dface;
    public DocUser(Long id, String name) {
        this.id = id;
        this.name = name;
    }
}