| | |
| | | import com.aps.common.core.annotation.Excel; |
| | | import com.aps.common.core.web.domain.BaseEntity; |
| | | import io.swagger.v3.oas.annotations.media.Schema; |
| | | import lombok.Builder; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | |
| | |
| | | @EqualsAndHashCode(callSuper = true) |
| | | @Data |
| | | @Schema(description = "钣金标准需求异常信息实体类") |
| | | @Builder |
| | | public class ApsPlateStandardRequireError extends BaseEntity |
| | | { |
| | | @Serial |
| | |
| | | /** 需求Id号 */ |
| | | @Excel(name = "需求Id号") |
| | | @Schema(description = "需求Id号") |
| | | private String requireId; |
| | | private Long requireId; |
| | | |
| | | /** 工单号 */ |
| | | @Excel(name = "工单号") |