#
luxiaotao1123
2021-03-26 3e454f7fde2ba17516aa96b32b35930d07a9d667
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;
}