linwe
2024-05-23 98e7b11a29040cede17b3a60cb96d2c015a0a3f3
src/main/java/org/springblade/modules/house/controller/HouseTenantController.java
@@ -36,6 +36,7 @@
import org.springblade.modules.house.service.IHouseTenantService;
import org.springblade.modules.house.vo.HouseTenantVO;
import org.springblade.modules.house.wrapper.HouseTenantWrapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.multipart.MultipartFile;
@@ -56,6 +57,7 @@
@Api(value = "租户管理", tags = "租户管理接口")
public class HouseTenantController extends BladeController {
   @Autowired
   private final IHouseTenantService houseTenantService;
   /**