Commit 91fd5487 authored by KeYong's avatar KeYong

添加video字段

parent a6599fb0
......@@ -3,6 +3,7 @@ package com.yeejoin.amos.fas.dao.dto;
import lombok.Data;
import java.util.List;
import java.util.Map;
@Data
public class PlanStepJsonVO {
......@@ -51,4 +52,6 @@ public class PlanStepJsonVO {
* 是否自动执行;1自动,0非自动
*/
private Integer isAuto;
private List<Map<String, String>> videos;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment