| | |
| | | import com.vincent.rsf.server.manager.entity.excel.annotation.ExcelAutoColumnSize; |
| | | import com.vincent.rsf.server.manager.entity.excel.annotation.ExcelComment; |
| | | import cn.afterturn.easypoi.excel.annotation.Excel; |
| | | import javax.validation.constraints.NotNull; |
| | | import jakarta.validation.constraints.NotNull; |
| | | import lombok.experimental.Accessors; |
| | | import lombok.Data; |
| | | |
| | |
| | | |
| | | @Excel(name = "货主标识") |
| | | @ExcelComment(example = "123") |
| | | private Long shipperId; |
| | | private String shipperId; |
| | | |
| | | |
| | | @NotNull |
| | | @Excel(name = "物料分组") |
| | | @ExcelComment(example = "手机") |
| | | private Long groupId; |
| | | private String groupId; |
| | | |
| | | |
| | | @Excel(name = "ERP编码") |