zhou zhou
5 天以前 7a215e51f9f4066f2024d8476e5b5db2c06358a1
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/BasStation.java
@@ -181,6 +181,24 @@
    @TableField(typeHandler = JacksonTypeHandler.class)
    private List<String> stationAlias;
    /**
     * 仓库编码
     */
    @ApiModelProperty(value = "仓库编码")
    private String productionLineCode;
    /**
     * 仓库名称
     */
    @ApiModelProperty(value = "仓库名称")
    private String productionLineName;
    /**
     * 仓库名称
     */
    @ApiModelProperty(value = "仓库名称")
    private String stationTypeCode;
    public BasStation() {
    }