#
Junjie
2026-01-12 074851753d1187d4e547966d643f4323c6b002bd
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) {