package cn.iocoder.yudao.module.mes.enums; public interface MesProScanEventStatusEnum { String SUCCESS = "SUCCESS"; String FAILED = "FAILED"; }