#
luxiaotao1123
2021-08-07 3ce7ad9b293ac1285b2e4dcb157fbf04f9d91e31
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;
}