rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/excel/MatnrsTemplate.java
@@ -31,16 +31,20 @@ @ExcelComment(example = "matnr123") private String code; @Excel(name = "批次") @ExcelComment(notNull = false, example = "留空表示无批次") private String batch; @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编码")