杜洪波
2026-03-24 616ca0caf25685efec6094686f01c0413f869af9
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);
}