huminmin
4 天以前 db9922d622b932f191c8cac758fe348981e0eab7
1
2
3
4
5
6
7
8
9
10
11
12
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 {
}