Compare commits

...

2 Commits

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.CommonResult;
import cn.iocoder.yudao.framework.common.pojo.PageResult; 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.CameraDTO;
import cn.iocoder.yudao.module.datacenter.controller.app.camera.vo.RegionCameraListDTO; import cn.iocoder.yudao.module.datacenter.controller.app.camera.vo.RegionCameraListDTO;