#
luxiaotao1123
2021-04-22 9a5d07d92533f46f425daeceb89b7039f7984a5a
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;
}