package com.ruoyi.production.bean.dto; import com.ruoyi.production.pojo.ProductionOrderPickRecord; import io.swagger.v3.oas.annotations.media.Schema; import lombok.Data; import lombok.EqualsAndHashCode; @Data @EqualsAndHashCode(callSuper = true) @Schema(name = "ProductionOrderPickRecordDto", description = "领料记录查询参数") public class ProductionOrderPickRecordDto extends ProductionOrderPickRecord { }