fei
4 天以前 07a2f9c762efb3be3a29e2e8cc7004d4164cc9d8
archiveManager/src/main/java/com/ruoyi/domain/ArchivePlaceName.java
@@ -8,11 +8,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_place_name
 * 【案件地区管理】对象 archive_place_name
 *
 * @author ruoyi
 * @date 2025-08-08
@@ -28,7 +29,7 @@
    private Long id;
    /** 对应的区号 */
    @Excel(name = "对应的区号")
    @Excel(name = "对应的区号", headerColor = IndexedColors.BLACK)
    private String nnumber;
    @Override
@@ -43,7 +44,7 @@
    private Date createTime;
    /** 对应的区名称 */
    @Excel(name = "对应的区名称")
    @Excel(name = "对应的区名称", headerColor = IndexedColors.BLACK)
    private String name;
    public void setId(Long id)