| | |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.lf.server.annotation.ExcelHead; |
| | | import com.lf.server.entity.all.BaseGeoEntity; |
| | | import com.lf.server.entity.all.BsBaseGeoEntity; |
| | | import lombok.AllArgsConstructor; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | |
| | | @TableName("md.md_zxcg") |
| | | @ExcelHead(headRows = 1) |
| | | @EqualsAndHashCode(callSuper = true) |
| | | public class MdZxcgEntity extends BaseGeoEntity implements Serializable { |
| | | public class MdZxcgEntity extends BsBaseGeoEntity implements Serializable { |
| | | private static final long serialVersionUID = 686714648588893312L; |
| | | |
| | | @ExcelProperty(index = 0) |