田源
2024-05-25 fc31bda418c337ba9d3650186b8f1547ba9c5ad0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.vci.ubcs.starter.web.enumpck;
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by FernFlower decompiler)
//
 
//package com.vci.starter.web.enumpck;
 
public interface BaseEnumInt {
 
    int getValue();
 
    String getText();
}