| | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import jakarta.validation.constraints.NotBlank; |
| | | import lombok.Getter; |
| | | import lombok.Setter; |
| | | import lombok.Data; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | |
| | | import java.io.Serializable; |
| | |
| | | * @author 芯导软件(江苏)有限公司 |
| | | * @since 2026-01-28 11:10:54 |
| | | */ |
| | | @Getter |
| | | @Setter |
| | | @Data |
| | | @TableName("safe_hidden") |
| | | @ApiModel(value = "SafeHidden对象", description = "安全生产--隐患排查上报") |
| | | public class SafeHidden implements Serializable { |