value
2024-04-16 01af9cb1c94e459184ad4d9836662094f14bac7e
user-server/src/main/java/com/yuanchu/mom/pojo/User.java
@@ -93,4 +93,18 @@
    private Integer isCustom;
    private String code;
    /**
     * 签名照片地址
     */
    @ValueTableShow(value = 12,name = "签名照片地址")
    private String signatureUrl;
    /**
     * 自身照片地址
     */
    @ValueTableShow(value = 13,name = "自身照片地址")
    private String pictureUrl;
}