| | |
| | | a.alarmId,a.LEVEL,e.jd,e.wd,a.jtype,a.rname,a.jjTime,a.province,a.city,a.cid, |
| | | e.serialNumber,e.oneContacts,e.ThreeContacts,e.twoContacts,e.onePhone,e.twoPhone,e.ThreePhone, |
| | | e.stype, |
| | | e.oneId, |
| | | e.twoId, |
| | | e.threeId, |
| | | e.deptId, |
| | | e.channelNumber from sys_alarm a |
| | | LEFT JOIN sys_equipment e on e.deviceNumber=a.deviceNumber |
| | | where 1=1 |
| | |
| | | @ApiModel(value = "AlarmVO对象", description = "AlarmVO对象") |
| | | public class AlarmVO extends Alarm { |
| | | private static final long serialVersionUID = 1L; |
| | | private String addvnm; |
| | | private String serialNumber; |
| | | private String stype; |
| | | private String channelNumber; |
| | | private String beginTime; |
| | | private String endTime; |
| | | private String name; |
| | | private String oneContacts; |
| | | private String twoContacts; |
| | | private String ThreeContacts; |
| | | private String onePhone; |
| | | private String twoPhone; |
| | | private String ThreePhone; |
| | | private String addvnm; |
| | | private String serialNumber; |
| | | private String stype; |
| | | private String channelNumber; |
| | | private String beginTime; |
| | | private String endTime; |
| | | private String name; |
| | | private String oneContacts; |
| | | private String twoContacts; |
| | | private String ThreeContacts; |
| | | private String onePhone; |
| | | private String twoPhone; |
| | | private String ThreePhone; |
| | | private String oneId; |
| | | private String twoId; |
| | | private String threeId; |
| | | private String deptId; |
| | | } |
| | |
| | | equipment.wd , |
| | | equipment.state,equipment.reason, |
| | | equipment.street,catalog.pid, |
| | | equipment.oneContacts,equipment.onePhone,equipment.oneId, |
| | | equipment.twoContacts,equipment.twoPhone,equipment.twoId, |
| | | equipment.ThreeContacts,equipment.ThreePhone,equipment.threeId, |
| | | equipment.deptId, |
| | | equipment.addvcd,equipment.pay,equipment.expireTime from sys_equipment equipment |
| | | left join sys_catalog catalog on catalog.eqid = equipment.deviceNumber |
| | | |
| | |
| | | private String endTime; |
| | | private String pid; |
| | | |
| | | private String oneContacts; |
| | | private String twoContacts; |
| | | private String ThreeContacts; |
| | | private String onePhone; |
| | | private String twoPhone; |
| | | private String ThreePhone; |
| | | private String oneId; |
| | | private String twoId; |
| | | private String threeId; |
| | | private String deptId; |
| | | |
| | | } |