package cc.mrbird.febs.common.core.entity.constant; /** * 分页常量 * * @author MrBird */ public interface PageConstant { String ROWS = "rows"; String TOTAL = "total"; }