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