All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.airlenet.repo.domain.Tenant Maven / Gradle / Ivy

The newest version!
package com.airlenet.repo.domain;

/**
 * 租户
 * 
 * @author airlenet
 *
 */
public interface Tenant {
	String getCode();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy