Riku
2025-06-04 7d33080998a2c5b38e8a74dbed2b0f40d39bbe47
src/main/kotlin/com/flightfeather/uav/domain/entity/GridCell.java
@@ -6,6 +6,7 @@
@Table(name = "grid_cell")
public class GridCell {
    @Id
    @GeneratedValue(strategy = GenerationType.IDENTITY)
    private Integer id;
    /**