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