package com.yanzuoguang.cloud.aop; public interface WebAssecptInit { /** * 对请求的数据初始化 * * @param req 需要初始化的数据 */ void init(Object req); }