添加字段

This commit is contained in:
2023-05-26 10:19:43 +08:00
parent c7e063a6ae
commit c6f36235b5
4 changed files with 15 additions and 1 deletions

View File

@@ -53,4 +53,9 @@ public class PmsMonitorBaseDTO implements Serializable {
*/
private String lineId;
/***
* 配网监测点类别
*/
private Integer lineType;
}