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