1
2
3
4
5
6
7
8
9
10
11
12
| package com.ruoyi.inspect.dto;
|
| import com.ruoyi.inspect.pojo.InsProductDeviationWarning;
| import lombok.Data;
|
| /**
| * @Author zhuo
| * @Date 2025/3/28
| */
| @Data
| public class InsProductDeviationWarningDto extends InsProductDeviationWarning {
| }
|
|