叶松
2023-11-22 d70561a0b138211e98414a4c688ab522d3e50a2c
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());
    }
}