#
luxiaotao1123
6 天以前 c536ca4d61bd123023b2f23567e8c52b7845be85
1
2
3
4
5
6
7
8
9
package com.zy.acs.manager.system.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.acs.manager.system.entity.Tenant;
 
public interface TenantService extends IService<Tenant> {
 
 
}