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