#
Junjie
3 天以前 a8cef4b919a7f5d9fe180ac9c62b1a894c9be7c1
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;
    /**