#
Junjie
2026-02-05 54790321365355fa8007a920e8ccea7d50677354
src/main/java/com/zy/asrs/entity/BasStation.java
@@ -89,30 +89,9 @@
    @ApiModelProperty(value= "备注")
    private String memo;
    /**
     * 站点楼层
     */
    @ApiModelProperty(value= "站点楼层")
    @TableField("station_lev")
    private Integer stationLev;
    /**
     * 设备编号
     */
    @ApiModelProperty(value= "设备编号")
    @TableField("device_no")
    private Integer deviceNo;
    /**
     * 站点别名
     */
    @ApiModelProperty(value= "站点别名")
    @TableField("station_alias")
    private String stationAlias;
    public BasStation() {}
    public BasStation(Integer status,Integer wrkNo,String inEnable,String outEnable,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo,Integer stationLev) {
    public BasStation(Integer status,Integer wrkNo,String inEnable,String outEnable,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
        this.status = status;
        this.wrkNo = wrkNo;
        this.inEnable = inEnable;
@@ -122,7 +101,6 @@
        this.updateBy = updateBy;
        this.updateTime = updateTime;
        this.memo = memo;
        this.stationLev = stationLev;
    }
//    BasStation basStation = new BasStation(