#
luxiaotao1123
2021-04-01 8c7fbc6b870b91eba276c4e95b4f6a7a917eec14
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;
}