当整个方法返回值当参数时,后面不需要分号(;)
public static void main(String[] args) { System.out.println(LoanInformationEntryEnum.loan_supplement_0002.ordinal()); }
ordinal后面没有分号