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