李旭东
2023-12-08 0056d79d25f1565e307e4b184db4d3fbd039ab5e
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());
    }
}