fei
4 天以前 07a2f9c762efb3be3a29e2e8cc7004d4164cc9d8
archiveManager/src/main/java/com/ruoyi/domain/ArchiveProjectName.java
@@ -6,6 +6,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;
@@ -22,14 +23,14 @@
    @TableId(type = IdType.AUTO)
    private Long id;
    @Excel(name = "项目名称")
    @Excel(name = "项目名称", headerColor = IndexedColors.BLACK)
    private String name;
    private Date createTime;
    @Excel(name = "公司名称")
    @Excel(name = "公司名称", headerColor = IndexedColors.BLACK)
    private String companyName;
    @Excel(name = "项目负责人")
    @Excel(name = "项目负责人", headerColor = IndexedColors.BLACK)
    private String createPerson;