springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/java/com/panzhihua/service_grid/model/dos/EventResourceDO.java
@@ -29,11 +29,15 @@ */ private Integer classification; /** * 事件或者走访任务关联ID 列: id * ID 列: id */ @TableId(type = IdType.ASSIGN_ID) private Long id; /** * 事件或者走访任务关联ID 列: id */ private Long refId; /** * 事件上传的资源类型(1是图片2是音频3是是视频) 列: type */ private Integer type;