张磊磊
2023-12-11 62b8f41aced0c0772f4d4eb1aba9d9697c0f8f61
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());
    }
}