package com.highdatas.mdm.service.act; import javax.servlet.http.HttpSession; public interface BaseService { void setSession(HttpSession session); }