台账添加监测位置

This commit is contained in:
xy
2026-01-07 20:53:24 +08:00
parent b774b7ce91
commit 4882151ccd
2 changed files with 8 additions and 3 deletions

View File

@@ -140,6 +140,11 @@ public class CsLineParam extends BaseEntity {
*/
private String monitorUser;
/**
* 监测位置
*/
private String position;
}