张磊磊
2023-11-01 7dcbd445ad33d7abc0689f80ba56f5b3f7e21e4d
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());
    }
}