src/main/java/com/product/saas/service/idel/ITenantApplyService.java
@@ -11,5 +11,16 @@ */ boolean saveTenantApply(FieldSetEntity fse); /** * 租户注册撤销 * @param fse * @return */ boolean cancelTenantApply(FieldSetEntity fse); /** * 租户注册完整 * @param fse */ void applyFinish(FieldSetEntity fse); }