Compare commits

..

No commits in common. "289f22c109776048f915a92f860f06bd1458f895" and "0968a1e6ba6d9943d619d1e52188b0a81306630e" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package cn.iocoder.yudao.module.datacenter.controller.app.camera; package cn.iocoder.yudao.module.datacenter.controller;
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.app.region; package cn.iocoder.yudao.module.datacenter.controller;
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;