fei
6 天以前 1868fe69485d0d904bba24f2672a52a626ccf9f2
archiveManager/src/main/java/com/ruoyi/domain/Archiverecordstouser.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;
/**
 * 【档案分配】对象 archiverecordstouser
@@ -25,11 +26,11 @@
    /** 档案目录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() {