This commit is contained in:
huangzj
2023-08-21 10:54:16 +08:00
parent 9e56e47f1b
commit 62058c41ca
6 changed files with 86 additions and 15 deletions

View File

@@ -14,5 +14,7 @@ import java.util.List;
*/
@Data
public class LinePostionParam {
/*拓扑图id*/
private String id;
private List<AppLineTopologyDiagramPO> pointList;
}