RouteConstants.java 305 B

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