| | |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.lf.server.annotation.ExcelHead; |
| | | import com.lf.server.entity.all.BaseEntity; |
| | | import com.lf.server.entity.all.BsBaseEntity; |
| | | import lombok.AllArgsConstructor; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | |
| | | @TableName("md.md_gdcg") |
| | | @ExcelHead(headRows = 3,excludeSheets = "封面,目录") |
| | | @EqualsAndHashCode(callSuper = true) |
| | | public class MdGdcgEntity extends BaseEntity implements Serializable { |
| | | public class MdGdcgEntity extends BsBaseEntity implements Serializable { |
| | | private static final long serialVersionUID = -221347663194025408L; |
| | | |
| | | @ExcelProperty(index = 0) |