first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.qingyun.system.mapper;
|
||||
|
||||
|
||||
import com.qingyun.mybatisplus.core.BaseMapperPlus;
|
||||
import com.qingyun.system.domain.SysTenantPackage;
|
||||
import com.qingyun.system.domain.vo.SysTenantPackageVo;
|
||||
|
||||
/**
|
||||
* 租户套餐Mapper接口
|
||||
*
|
||||
* @author Michelle.Chung
|
||||
*/
|
||||
public interface SysTenantPackageMapper extends BaseMapperPlus<SysTenantPackageMapper,SysTenantPackage, SysTenantPackageVo> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user