This commit is contained in:
hzj
2024-12-06 09:57:18 +08:00
parent f3223bd680
commit 932ab2d6f5
4 changed files with 9 additions and 9 deletions

View File

@@ -31,10 +31,10 @@ public class PqIcdPath {
/**
* 装置类型名称
*/
@TableField(value = "`Name`")
@TableField(value = "Name")
private String name;
@TableField(value = "`Path`")
@TableField(value = "Path")
private String path;