#
luxiaotao1123
2021-04-06 7c06402a2a3f43a8ec2b713d456ef0a91edae931
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;
}