张晓波
2023-10-19 c00ee4a9c7d839bcb266ce59d27a52d0deee200b
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());
    }
}