张晓波
2023-09-19 655fcff3fecd46023fc1fd3a5f4fb7b39a0b6204
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());
    }
}