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