| | |
| | | import lombok.Data; |
| | | |
| | | import java.util.Date; |
| | | import java.io.Serializable; |
| | | import com.fasterxml.jackson.databind.annotation.JsonSerialize; |
| | | import com.fasterxml.jackson.databind.ser.std.ToStringSerializer; |
| | | |
| | | /** |
| | | * 数据异议申请附件表 视图实体类 |
| | |
| | | * @since 2026-01-16 |
| | | */ |
| | | @Data |
| | | public class GdDataObjectionAttachmentVO { |
| | | public class GdDataObjectionAttachmentVO implements Serializable { |
| | | private static final long serialVersionUID = 1L; |
| | | @ApiModelProperty("主键id") |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private Long id; |
| | | /** |
| | | * 关联数据异议表ID |