| | |
| | | import cn.afterturn.easypoi.handler.inter.IExcelModel; |
| | | import com.vincent.rsf.server.manager.entity.excel.annotation.ExcelAutoColumnSize; |
| | | import com.vincent.rsf.server.manager.entity.excel.annotation.ExcelComment; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | import lombok.ToString; |
| | |
| | | @Data |
| | | @ExcelAutoColumnSize |
| | | @Accessors(chain = true) |
| | | @ToString(callSuper = true) |
| | | @EqualsAndHashCode(callSuper = false) |
| | | //@ToString(callSuper = true) |
| | | //@EqualsAndHashCode(callSuper = false) |
| | | public class AsnOrderTemplate implements IExcelModel, IExcelDataModel, Serializable { |
| | | |
| | | @Excel(name = "行号") |