yuan
10 小时以前 fb40c4dfec5954c321f38bb86e9d07eb87b97bfd
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ruoyi.production.dto;
 
import com.ruoyi.production.pojo.ProductInspectionRecord;
import lombok.Data;
 
/**
 * @author yuan
 * @date 2026-03-16 16:18
 * @description
 */
@Data
public class ProductInspectionRecordDto extends ProductInspectionRecord {
}