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) {