TenantInfoSendMsgService.java 164 B

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