李旭东
2023-10-27 3d98a5d6dcc2e1f9b59a89570fa086548366ed72
1
2
3
4
5
6
7
package com.thhy.general.common.enums;
 
public class test {
    public static void main(String[] args) {
        System.out.println(CheckResult.pass.getValue());
    }
}