#
luxiaotao1123
2021-03-25 b6a8cc0f2d3ced0b287348eb2a6a5785129f0ffb
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;
}