lihang
2023-04-20 e70f05c79c91d5159524e6b6033206ad3fc8c02b
1
2
3
4
5
6
7
package com.vci.ubcs.code.annotation;
 
public interface BaseEnum {
    String getValue();
 
    String getText();
}