zhuo
2025-05-26 fc543916cfac06f0cf16d018b9751417e3a119f7
inspect-server/src/main/java/com/ruoyi/inspect/pojo/InsProductDeviationWarning.java
@@ -17,7 +17,7 @@
 * 检验项偏差预警主表
 * </p>
 *
 * @author 芯导软件(江苏)有限公司
 * @author
 * @since 2025-03-28 02:18:02
 */
@Getter
@@ -25,8 +25,6 @@
@TableName("ins_product_deviation_warning")
@ApiModel(value = "InsProductDeviationWarning对象", description = "检验项偏差预警主表")
public class InsProductDeviationWarning implements Serializable {
    private static final long serialVersionUID = 1L;
    @TableId(value = "deviation_warning_id", type = IdType.AUTO)
    private Integer deviationWarningId;