whycxzp
2022-07-23 2e609a98ae80e7d02612cfeb396d77ec0f3b0afc
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;
    }
}