package com.thhy.general.common.enums; public class test { public static void main(String[] args) { System.out.println(CheckResult.pass.getValue()); } }