杜洪波
2026-03-27 9a1cd4f99b081a3edf84d82cbea4c569702f2865
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);
}