ÎļþÃû´Ó ard-work/src/main/java/com/ruoyi/alarmpoints/elecwall/domain/ArdWall.java ÐÞ¸Ä |
| | |
| | | package com.ruoyi.alarmpoints.elecwall.domain; |
| | | package com.ruoyi.alarmpoints.wall.domain; |
| | | |
| | | import com.ruoyi.common.core.domain.entity.SysUser; |
| | | import org.apache.commons.lang3.builder.ToStringBuilder; |
| | |
| | | |
| | | /** æå±é¨é¨ */ |
| | | @Excel(name = "æå±é¨é¨") |
| | | private Integer deptId; |
| | | private Long deptId; |
| | | |
| | | /** æå±ç¨æ· */ |
| | | @Excel(name = "æå±ç¨æ·") |
| | |
| | | { |
| | | return color; |
| | | } |
| | | public void setDeptId(Integer deptId) |
| | | public void setDeptId(Long deptId) |
| | | { |
| | | this.deptId = deptId; |
| | | } |
| | | |
| | | public Integer getDeptId() |
| | | public Long getDeptId() |
| | | { |
| | | return deptId; |
| | | } |