张磊磊
2023-10-30 02250050642686e23e7f44cf1cea1ff4501baf03
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());
    }
}