#
Junjie
2026-01-15 470718b6f7de2688807a59b4e32f437624c51499
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) {