package com.artfess.portal.service;

/**
 * 模板解析
 * 
 * @author jason
 * @company 阿特菲斯信息技术有限公司
 * @email liygui@jee-soft.cn
 * @date 2020-04-19 14:20
 */
public interface TenantService {
	
	void initData(String tenantId);
	
}
