邱宇豪
2023-11-08 ce1798b6f6ef2d4e82a156a22e9646b57a2a3649
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());
    }
}