zqy
5 天以前 b02beccf4567068cb47a3f1181a00039456c872d
zhang-content/src/main/java/com/ruoyi/domain/ZHonor.java
@@ -38,8 +38,8 @@
    /**
     * 类别,0:证件、1:荣誉、2:资质
     */
    @Excel(name = "类别(证件、荣誉、资质)",readConverterExp = "0=证件,1=荣誉,2=资质")
    private Integer type;
    @Excel(name = "类别")
    private String type;
    /**
     * 名称
@@ -96,5 +96,10 @@
     */
    private String url;
    /**
     * 分享人
     */
    private Integer shareId;
}