#
Administrator
2026-03-17 0860a6d956dd77010d063ed06a65d70c9dab119c
src/main/java/com/zy/asrs/entity/BasStation.java
@@ -103,6 +103,13 @@
    @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) {