RouterParameter.java 287 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 package com.wd.capability.router.data; /** * 路由基础传参类型 * * @author shishuangxi_wd * @date 2022/7/6 10:41 */ public class RouterParameter { public static final String ACTION_KEY = "action_key"; public static final String ACTION_BUNDLE = "action_bundle"; }