文件move位置

This commit is contained in:
hzj
2024-05-13 15:03:55 +08:00
parent a8d229fe5d
commit 9fbb5b0bb9
22 changed files with 50 additions and 60 deletions

View File

@@ -1,4 +1,4 @@
package com.njcn.supervision.pojo.param.user;
package com.njcn.supervision.pojo.param.device;
import io.swagger.annotations.ApiModelProperty;
import lombok.AllArgsConstructor;

View File

@@ -1,4 +1,4 @@
package com.njcn.supervision.pojo.param.user;
package com.njcn.supervision.pojo.param.device;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;

View File

@@ -1,4 +1,4 @@
package com.njcn.supervision.pojo.param.user;
package com.njcn.supervision.pojo.param.device;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;

View File

@@ -1,4 +1,4 @@
package com.njcn.supervision.pojo.po.dev;
package com.njcn.supervision.pojo.po.device;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;

View File

@@ -1,4 +1,4 @@
package com.njcn.supervision.pojo.po.dev;
package com.njcn.supervision.pojo.po.device;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;

View File

@@ -1,4 +1,4 @@
package com.njcn.supervision.pojo.po.dev;
package com.njcn.supervision.pojo.po.device;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;