#
luxiaotao1123
2021-05-27 87b9fcdce2b5459b54498d9b21c66031d06c5e5e
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;
}