更改CameraApi 和RegionApi的包 #99

Merged
root merged 1 commits from cgt into master 2025-01-23 18:15:19 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4f0d793cd4 - Show all commits

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;