package com.ym.mec.biz.service; public interface TenantInfoSendMsgService { void platformSendToAll(String type, String email, String phone, Object[] objs); }