| | |
| | | @ExcelComment(example = "华为手机") |
| | | private String name; |
| | | |
| | | @Excel(name = "货主编码") |
| | | @ExcelComment(example = "PO12625") |
| | | private String shipperCode; |
| | | @Excel(name = "分类助记码") |
| | | @ExcelComment(example = "256874556") |
| | | private String groupCode; |
| | | |
| | | @Excel(name = "分类名称") |
| | | @ExcelComment(example = "移动设备") |
| | |
| | | private String purUnit; |
| | | |
| | | @Excel(name = "ABC类") |
| | | @ExcelComment(notNull = false, example = "A") |
| | | @ExcelComment(notNull = false, example = "0") |
| | | private String stockLevel; |
| | | |
| | | @Excel(name = "安全库存量") |
| | |
| | | private String barcode; |
| | | |
| | | @Excel(name = "效期预警阈值") |
| | | @ExcelComment(notNull = false, example = "2025-01-25 14:25:36") |
| | | @ExcelComment(notNull = false, example = "90") |
| | | private String validWarn; |
| | | |
| | | @Excel(name = "是否免检") |
| | | @ExcelComment(notNull = false, example = "否") |
| | | @ExcelComment(notNull = false, example = "0") |
| | | private String flagCheck; |
| | | |
| | | private Integer rowNum; |