#
luxiaotao1123
2021-04-14 1cb134a269b9e7a70481a875d61e288be47ca99f
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;
}