#
luxiaotao1123
2021-03-24 19f75dabfc35f311f8a2096db8a1eec3136e7814
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;
}