package com.cooleshow.base.constanst; /** * Author by pq, Date on 2022/6/29. * 路由跳转原生页面标记集合 */ public class RouteConstants { public static final String A="homework"; public static final String PAGE_TAG_BUY_PRACTICE="buyPractice";//购买陪练课->跳转首页课表 }