|
@@ -124,18 +124,6 @@ public class CaseInquestCriminal implements Serializable {
|
|
|
@TableField("inquest_time")
|
|
|
private Date inquestTime;
|
|
|
|
|
|
- /**
|
|
|
- * 勘验开始时间
|
|
|
- */
|
|
|
- @TableField("start_time")
|
|
|
- private Date startTime;
|
|
|
-
|
|
|
- /**
|
|
|
- * 勘验结束时间
|
|
|
- */
|
|
|
- @TableField("end_time")
|
|
|
- private Date endTime;
|
|
|
-
|
|
|
@TableField(typeHandler = JsonArrayTypeHandler.class)
|
|
|
private JSONArray times;
|
|
|
|
|
@@ -214,10 +202,15 @@ public class CaseInquestCriminal implements Serializable {
|
|
|
private Integer photographNum;
|
|
|
|
|
|
/**
|
|
|
- * 摄影数量
|
|
|
+ * 摄影分钟
|
|
|
+ */
|
|
|
+ @TableField("photography_min_num")
|
|
|
+ private Integer photographyMinNum;
|
|
|
+ /**
|
|
|
+ * 摄影秒钟
|
|
|
*/
|
|
|
- @TableField("photography_num")
|
|
|
- private Integer photographyNum;
|
|
|
+ @TableField("photography_sec_num")
|
|
|
+ private Integer photographySecNum;
|
|
|
|
|
|
/**
|
|
|
* 现场勘验纪录人员数组
|