2 天以前 9e2b928459ccee885104635ade2314f868d11f8f
1
2
3
4
5
6
package cn.iocoder.yudao.module.mes.enums;
 
public interface MesProScanEventStatusEnum {
    String SUCCESS = "SUCCESS";
    String FAILED = "FAILED";
}