代码优化

This commit is contained in:
spllzh
2025-08-15 08:03:14 +08:00
parent b20832bdb2
commit 1d9d5ca2c4
20 changed files with 70 additions and 101 deletions

View File

@@ -89,6 +89,7 @@ public class DeviceManagement implements Serializable {
@TableField("project_id")
private String projectId;
@Schema(description = "所属项目名称")
@TableField("project_name")
private String projectName;