#
Junjie
1 天以前 13b31b2ca2a5f8600002a042b536c9d5529842e3
src/main/java/com/zy/asrs/entity/BasStation.java
@@ -23,7 +23,6 @@
     */
    @ApiModelProperty(value= "编号")
    @TableId(value = "station_id", type = IdType.INPUT)
    @TableField("station_id")
    private Integer stationId;
    /**