TenantInfoService.java 165 B

1234567
  1. package com.keao.edu.common.service;
  2. import com.keao.edu.common.entity.TenantInfo;
  3. public interface TenantInfoService extends BaseService<Integer, TenantInfo> {
  4. }