feige
2024-12-01 4e170beb5569ee2a8c12d472cd39f21333e94735
zhang-content/src/main/java/com/ruoyi/domain/ZCertificate.java
@@ -48,6 +48,12 @@
    private String idNo;
    /**
     * 证件类型
     */
    @Excel(name="证件类型")
    private String type;
    /**
     * 起始时间
     */
    @JsonFormat(pattern = "yyyy-MM-dd")
@@ -67,6 +73,9 @@
    @Excel(name = "持有情况")
    private String ownStatus;
    /**
     * 分享人
     */
    private Integer shareId;
}