张晓波
2023-12-05 d2db97aec62ef8a567f2f61eda1c5b7a6f95dc4b
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());
    }
}