2025-12-04 14:43:34 +08:00
|
|
|
|
package com.klp.domain;
|
|
|
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.*;
|
|
|
|
|
|
import com.klp.common.core.domain.BaseEntity;
|
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
|
|
|
|
2026-03-17 13:59:13 +08:00
|
|
|
|
import java.math.BigDecimal;
|
2025-12-04 14:43:34 +08:00
|
|
|
|
import java.util.Date;
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
* 钢卷异常信息对象 wms_coil_abnormal
|
|
|
|
|
|
*
|
|
|
|
|
|
* @author klp
|
|
|
|
|
|
* @date 2025-12-04
|
|
|
|
|
|
*/
|
|
|
|
|
|
@Data
|
|
|
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
|
|
|
@TableName("wms_coil_abnormal")
|
|
|
|
|
|
public class WmsCoilAbnormal extends BaseEntity {
|
|
|
|
|
|
|
|
|
|
|
|
private static final long serialVersionUID=1L;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
* 主键ID
|
|
|
|
|
|
*/
|
|
|
|
|
|
@TableId(value = "abnormal_id")
|
|
|
|
|
|
private Long abnormalId;
|
|
|
|
|
|
/**
|
|
|
|
|
|
* 钢卷ID
|
|
|
|
|
|
*/
|
|
|
|
|
|
private Long coilId;
|
|
|
|
|
|
/**
|
|
|
|
|
|
* 位置(上下,操作侧,中间,驱动侧)
|
|
|
|
|
|
*/
|
|
|
|
|
|
private String position;
|
|
|
|
|
|
/**
|
|
|
|
|
|
* 长度坐标
|
|
|
|
|
|
*/
|
2026-03-17 13:59:13 +08:00
|
|
|
|
private BigDecimal length;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
* 缺陷开始位置
|
|
|
|
|
|
*/
|
|
|
|
|
|
private BigDecimal startPosition;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
* 缺陷结束位置
|
|
|
|
|
|
*/
|
|
|
|
|
|
private BigDecimal endPosition;
|
|
|
|
|
|
|
2025-12-04 14:43:34 +08:00
|
|
|
|
/**
|
|
|
|
|
|
* 缺陷代码(S=表面缺陷、E=边部问题、M=尺寸问题、G=收卷问题)
|
|
|
|
|
|
*/
|
|
|
|
|
|
private String defectCode;
|
2026-03-17 13:59:13 +08:00
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
* 缺陷类型(更详细的缺陷分类,如划痕、边裂、厚度超标等)
|
|
|
|
|
|
*/
|
|
|
|
|
|
private String defectType;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
* 缺陷率(百分比,如0.05表示5%)
|
|
|
|
|
|
*/
|
|
|
|
|
|
private BigDecimal defectRate;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
* 缺陷重量(单位:kg)
|
|
|
|
|
|
*/
|
|
|
|
|
|
private BigDecimal defectWeight;
|
|
|
|
|
|
|
2025-12-04 14:43:34 +08:00
|
|
|
|
/**
|
|
|
|
|
|
* 程度(轻微、重度、严重)
|
|
|
|
|
|
*/
|
|
|
|
|
|
private String degree;
|
2026-03-17 13:59:13 +08:00
|
|
|
|
|
2025-12-04 14:43:34 +08:00
|
|
|
|
/**
|
|
|
|
|
|
* 判级
|
|
|
|
|
|
*/
|
|
|
|
|
|
private String judgeLevel;
|
2026-03-17 13:59:13 +08:00
|
|
|
|
|
2025-12-04 14:43:34 +08:00
|
|
|
|
/**
|
|
|
|
|
|
* 判级人
|
|
|
|
|
|
*/
|
|
|
|
|
|
private String judgeBy;
|
2026-03-17 13:59:13 +08:00
|
|
|
|
|
2025-12-04 14:43:34 +08:00
|
|
|
|
/**
|
|
|
|
|
|
* 判级时间
|
|
|
|
|
|
*/
|
|
|
|
|
|
private Date judgeTime;
|
2026-03-17 13:59:13 +08:00
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
* 主标记(1=是,0=否)
|
|
|
|
|
|
*/
|
|
|
|
|
|
private Integer mainMark;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
* 整卷标记(1=是,0=否)
|
|
|
|
|
|
*/
|
|
|
|
|
|
private Integer wholeCoilMark;
|
|
|
|
|
|
|
2025-12-04 14:43:34 +08:00
|
|
|
|
/**
|
|
|
|
|
|
* 备注
|
|
|
|
|
|
*/
|
|
|
|
|
|
private String remark;
|
|
|
|
|
|
/**
|
|
|
|
|
|
* 删除标志(0=正常,1=已删除)
|
|
|
|
|
|
*/
|
|
|
|
|
|
@TableLogic
|
|
|
|
|
|
private Integer delFlag;
|
|
|
|
|
|
|
|
|
|
|
|
}
|