#
luxiaotao1123
2021-09-14 c72f5e4d5fb2a314480f376be6dceb93b08cf060
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;
}