src/main/java/com/zy/common/web/param/SearchLocParam.java
@@ -2,6 +2,7 @@ import com.fasterxml.jackson.annotation.JsonFormat; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.ObjectIdGenerators; import lombok.Data; /** @@ -15,6 +16,12 @@ */ @JsonProperty(value = "applyTime") private String applyTime; /** * 仓库编码 */ @JsonProperty(value = "warehouse") private String warehouse; /** * 入库口编号 @@ -44,6 +51,12 @@ */ private double cargoWeight; /** * 入库模式 * 1,全板 10,空板 */ private Integer ioType; // // 库位规格( 0:未知, 1:低库位, 2:高库位)