杜洪波
19 小时以前 bb229d0324c082a85b14c72ddf7ef1a46622266d
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);
}