#
luxiaotao1123
2021-04-13 c36c0562f48f671d36aae11505e7ecc83b9fd042
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;
}