fei
6 天以前 1868fe69485d0d904bba24f2672a52a626ccf9f2
archiveManager/src/main/java/com/ruoyi/domain/ArchiveProjectName.java
@@ -6,11 +6,12 @@
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_project_name
 * 【案件项目信息】对象 archive_project_name
 *
 * @author ruoyi
 * @date 2025-08-08
@@ -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;