fei
5 天以前 07a2f9c762efb3be3a29e2e8cc7004d4164cc9d8
archiveManager/src/main/java/com/ruoyi/domain/ArchiveCategory.java
@@ -8,6 +8,7 @@
import org.apache.commons.lang3.builder.ToStringStyle;
import com.ruoyi.common.annotation.Excel;
import com.ruoyi.common.core.domain.BaseEntity;
import org.apache.poi.ss.usermodel.IndexedColors;
import java.util.Date;
@@ -27,11 +28,11 @@
    private Long id;
    /** $column.columnComment */
    @Excel(name = "编号")
    @Excel(name = "编号", headerColor = IndexedColors.BLACK)
    private String numb;
    /** $column.columnComment */
    @Excel(name = "名称")
    @Excel(name = "名称", headerColor = IndexedColors.BLACK)
    private String nname;