#
Junjie
1 天以前 2d2fd991826837d7189cc488aee6f309a6f5e216
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;
    /**