bug:【ID1000396】

仪器管理-序列号列表导入,状态为空和异常输入,均导入成功,为空导入后状态为有效,异常输入导入后状态为无效
master
382696293@qq.com 2 years ago
parent 97414c0256
commit 3e5fc898c0

@ -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;

Loading…
Cancel
Save