#
luxiaotao1123
2021-04-23 1b9f5c1b5e1fe582d2d1ba467b50ba1a0591ec5c
src/main/java/zy/cloud/wms/manager/entity/param/StockInParam.java
@@ -8,8 +8,10 @@
@Data
public class StockInParam {
    private Long nodeId;
    private String nodeId;
    private String zpallet;
    private Integer docType;
}