zqy
5 天以前 b02beccf4567068cb47a3f1181a00039456c872d
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;
}