feiyu02
2025-06-04 cc2a28ad6b99795d05cd9c923d8f7da27b4509e3
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(