package com.mybatisflex.test; import com.mybatisflex.annotation.EnumValue; public interface IBaseEnum { @EnumValue int getCode(); }