仪器管理-序列号列表导入,状态为空和异常输入,均导入成功,为空导入后状态为有效,异常输入导入后状态为无效
@ -23,7 +23,7 @@ public class WxInstrumentSerialImportVm {
private String serial;
/** 序列号有效状态,1有效,0无效 */
@Excel(name = "有效状态",type = Type.IMPORT)
@Excel(name = "有效状态:1有效,0无效",type = Type.IMPORT, combo = {"1","0"})
private String validStatus;