package com.fdkankan.manage_jp.vo.request; import com.fdkankan.manage_jp.common.RequestBase; import lombok.Data; import java.util.List; @Data public class SceneParam extends RequestBase { private String childName; private String companyName; private String sceneName; private Long companyId; private Long userId; private Integer type = 0; private List snCodes; private String snCode; private String userName; private Long cameraId; private String num; private List numList; private List cooperateSceneCodes; private Integer status; private Integer neStatus; private Boolean isDel = true; private Boolean isMain = true; private Boolean isDownLoad = true; private Integer id; }