| | |
| | | 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; |
| | | |
| | | /** |
| | | * 【请填写功能名称】对象 archive_category |
| | | * 【案卷类别信息】对象 archive_category |
| | | * |
| | | * @author ruoyi |
| | | * @date 2025-07-26 |
| | |
| | | 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; |
| | | |
| | | |