| | |
| | | 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; |
| | | |
| | | /** |
| | | * 【档案分配】对象 archiverecordstouser |
| | |
| | | |
| | | /** 档案目录id |
| | | */ |
| | | @Excel(name = "档案目录id ") |
| | | @Excel(name = "档案目录id ", headerColor = IndexedColors.BLACK) |
| | | private Long archiveRecordsId; |
| | | |
| | | /** 用户id */ |
| | | @Excel(name = "用户id") |
| | | @Excel(name = "用户id", headerColor = IndexedColors.BLACK) |
| | | private Long userId; |
| | | |
| | | public SysUser getSysUser() { |