#
luxiaotao1123
2021-08-12 40bf2c241613af1dec4d1e049e5a4e885cb1e069
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;
}