package org.springnewfiber.dataadapter.xf.enums; public interface IStatusValueEnum { String getRemark(); String getStatusValue(); }