变电站绑定

This commit is contained in:
hzj
2025-11-04 13:57:15 +08:00
parent 00fabe3b6b
commit a8c1498738
11 changed files with 194 additions and 2 deletions

View File

@@ -45,5 +45,14 @@ public class PqStation implements Serializable {
@TableField(exist = false)
private String name;
@TableField(exist = false)
private boolean bindFlag;
@TableField(exist = false)
private String configId;
@TableField(exist = false)
private String configName;
}