feige
2024-08-29 b39a20d6b37f96e1d44c6c194ce56bd30593e3ad
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;
}