File was renamed from ycl-platform/src/main/java/com/ycl/entity/caseHandler/ImageResources.java |
| | |
| | | package com.ycl.entity.caseHandler; |
| | | package com.ycl.entity.resources; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | |
| | | * |
| | | * </p> |
| | | * |
| | | * @author zhanghua |
| | | * @since 2022-10-21 |
| | | * @author lyq |
| | | * @since 2022-11-08 |
| | | */ |
| | | @Data |
| | | @EqualsAndHashCode(callSuper = false) |
| | |
| | | * 主键Id |
| | | */ |
| | | @TableId(value = "id", type = IdType.AUTO) |
| | | private Long id; |
| | | private Integer id; |
| | | |
| | | /** |
| | | * 所属Id |
| | |
| | | private Long belongToId; |
| | | |
| | | /** |
| | | * 图片资源类型 01-上报 02-处置 |
| | | * 图片资源类型 01-上报 02-处置 03 |
| | | */ |
| | | @TableField("type") |
| | | private String type; |