| | |
| | | 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; |
| | | |
| | |
| | | private Long id; |
| | | |
| | | /** 对应的区号 */ |
| | | @Excel(name = "对应的区号") |
| | | @Excel(name = "对应的区号", headerColor = IndexedColors.BLACK) |
| | | private String nnumber; |
| | | |
| | | @Override |
| | |
| | | |
| | | private Date createTime; |
| | | /** 对应的区名称 */ |
| | | @Excel(name = "对应的区名称") |
| | | @Excel(name = "对应的区名称", headerColor = IndexedColors.BLACK) |
| | | private String name; |
| | | |
| | | public void setId(Long id) |