pang.jiabao
2025-05-15 2c0e3414d8032b5cd5e673dd587afc7d1a9bab7c
src/main/java/com/zy/asrs/entity/ToWmsDTO.java
@@ -1,6 +1,5 @@
package com.zy.asrs.entity;
import io.swagger.models.auth.In;
import lombok.Data;
import java.util.List;
@@ -24,13 +23,13 @@
    //库位类型
    private Integer locType;
    public ToWmsDTO(String barcode, Integer stationCode, Integer locType){
    public ToWmsDTO(String barcode, Integer stationCode, Integer locType) {
        this.BoxNo = barcode;
        this.stationCode = stationCode;
        this.locType = locType;
    }
    public ToWmsDTO(){
    public ToWmsDTO() {
    }
}