shishuaikang
2023-12-05 e8c0ee20186dd4fd13b1284c6184d07763a0a748
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());
    }
}