fujunling
2023-06-06 f8fe13b6f7d8ad1ae53e7bf6a6cf83f584d52a4d
1
2
3
4
5
6
7
package com.vci.ubcs.starter.web.enumpck;
 
public interface BaseEnum {
    String getValue();
 
    String getText();
}