feiyu02
2025-07-04 33e5d4cbe1dcf35590b0a149ddcfed5134dae051
src/main/kotlin/com/flightfeather/uav/model/underwaygrid/GridCellSop.kt
@@ -11,7 +11,7 @@
class GridCellSop : BaseSOP {
    val gridCell:GridCell
    constructor(gridCell: GridCell) : super(){
    constructor(gridCell: GridCell) : super("", "", "") {
        this.gridCell = gridCell
    }
    constructor(gridCell: GridCell, sourceId: String, sourceName: String, index: String) : super(