feiyu02
2025-07-11 85909f9a78a328de2bc3efc0d1d184320cb8970b
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;
    /**