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