| | |
| | | import java.util.Date;
|
| | | import java.util.List;
|
| | |
|
| | | import javax.persistence.GeneratedValue;
|
| | | import javax.persistence.Id;
|
| | | import javax.persistence.Transient;
|
| | |
|
| | |
| | | * @mbggenerated Wed Nov 29 16:17:59 CST 2017
|
| | | */
|
| | | @Id
|
| | | @GeneratedValue(generator = "JDBC")
|
| | | private Integer id;
|
| | | /**
|
| | | * This field was generated by MyBatis Generator. This field corresponds to the database column device.name
|
| | |
| | | */
|
| | | private Integer deviceVersionId;
|
| | | private String isDelete;
|
| | | private Integer professionId;
|
| | | /**
|
| | | * Sets the uid.
|
| | | *
|
| | |
| | | this.operateUserId = uid;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Sets the device name.
|
| | | *
|
| | | * @param device_name the new device name
|
| | | */
|
| | | public void setDevice_name(String device_name) {
|
| | | this.name = device_name;
|
| | | }
|
| | | |
| | | /**
|
| | | * Gets the device name.
|
| | | *
|
| | |
| | | private OperateUser operateUser;
|
| | | @Transient
|
| | | private DeviceVersion deviceVersion;
|
| | | //@Transient
|
| | | //private MonitorPoint monitorPoint;
|
| | | @Transient
|
| | | private MonitorPoint monitorPoint;
|
| | | @Transient
|
| | | private List<Integer> organizationIds;
|
| | | @Transient
|
| | | private Profession profession;
|
| | | @Transient
|
| | | private DeviceProperty deviceProperty;
|
| | |
|
| | | @Transient
|
| | | private MonitorPoint monitorpointDetail;
|
| | | private Boolean hasWindInfo;
|
| | | } |