Merge branch 'develop' of https://gitee.com/jmlcl/weaver-hrm-organization into feature/dxf
commit
61590c804d
@ -0,0 +1,18 @@
|
||||
package com.engine.organization.enums;
|
||||
|
||||
/**
|
||||
* @Author weaver_cl
|
||||
* @Description:
|
||||
* @Date 2022/6/14
|
||||
* @Version V1.0
|
||||
**/
|
||||
public interface BaseEnum<T> {
|
||||
|
||||
String name();
|
||||
|
||||
T getValue();
|
||||
|
||||
Integer getLabelId();
|
||||
|
||||
String getDefaultLabel();
|
||||
}
|
Loading…
Reference in New Issue