| | |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonInclude; |
| | | import com.ruoyi.common.annotation.Excel; |
| | | import com.ruoyi.common.annotation.Excel.ColumnType; |
| | | import com.ruoyi.common.annotation.Excel.Type; |
| | |
| | | private Long roleId; |
| | | |
| | | /** 相机操控优先级 */ |
| | | private String cameraPriority; |
| | | private Integer cameraPriority; |
| | | |
| | | /** 用户融云token */ |
| | | private String rongCloudToken; |
| | | |
| | | public SysUser() |
| | | { |
| | | |
| | | } |
| | | |
| | | public String getCameraPriority() { |
| | | public String getRongCloudToken() { |
| | | return rongCloudToken; |
| | | } |
| | | |
| | | public void setRongCloudToken(String rongCloudToken) { |
| | | this.rongCloudToken = rongCloudToken; |
| | | } |
| | | |
| | | public Integer getCameraPriority() { |
| | | return cameraPriority; |
| | | } |
| | | |
| | | public void setCameraPriority(String cameraPriority) { |
| | | public void setCameraPriority(Integer cameraPriority) { |
| | | this.cameraPriority = cameraPriority; |
| | | } |
| | | |