8 小时以前 7dc2054d4d93f17ce8595f1b0559c904bee2a38f
1
2
3
4
5
6
package cn.iocoder.yudao.module.mes.enums;
 
public interface MesProScanEventStatusEnum {
    String SUCCESS = "SUCCESS";
    String FAILED = "FAILED";
}