@@ -198,7 +198,7 @@ public class ConvertUtil {
field.set(dto, v);
emptyCell = false;
} else if (annotation.nullable()) {
- excelErrorList.add(String.format("[%s]不能为空", annotation.name()));
+ excelErrorList.add(String.format("[%s]必填", annotation.name()));
}
if (emptyCell) {