更改CameraApi 和RegionApi的包

This commit is contained in:
punchhhh 2025-01-23 18:14:25 +08:00
parent a8ee63a0f3
commit 4f0d793cd4
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package cn.iocoder.yudao.module.datacenter.controller;
package cn.iocoder.yudao.module.datacenter.controller.app.camera;
import cn.iocoder.yudao.framework.common.pojo.CommonResult;
import cn.iocoder.yudao.framework.common.pojo.PageResult;

View File

@ -1,4 +1,4 @@
package cn.iocoder.yudao.module.datacenter.controller;
package cn.iocoder.yudao.module.datacenter.controller.app.region;
import cn.iocoder.yudao.module.datacenter.controller.app.camera.vo.CameraDTO;
import cn.iocoder.yudao.module.datacenter.controller.app.camera.vo.RegionCameraListDTO;