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