#
luxiaotao1123
2021-11-24 c58b3e345dcc7c83f776e3da9bd0db7ef7b32caf
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;
}