| | |
| | | }
|
| | |
|
| | | // 访问事件流水id
|
| | | private Integer id;
|
| | | private String id;
|
| | | // 访问事件id
|
| | | private Integer visitId;
|
| | | private String visitId;
|
| | | // 当前访问状态
|
| | | private Integer statusId;
|
| | | private String statusId;
|
| | | // 更新状态时间
|
| | | private Date statusDt;
|
| | | private String statusDt;
|
| | | // 设备位置主键
|
| | | private Integer placeId;
|
| | | private String placeId;
|
| | |
|
| | | /**
|
| | | * Get 访问事件流水id
|
| | | */
|
| | | public Integer getId() {
|
| | | public String getId() {
|
| | | return id;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Set 访问事件流水id
|
| | | */
|
| | | public void setId(Integer id) {
|
| | | public void setId(String id) {
|
| | | this.id = id;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Get 访问事件id
|
| | | */
|
| | | public Integer getVisitId() {
|
| | | public String getVisitId() {
|
| | | return visitId;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Set 访问事件id
|
| | | */
|
| | | public void setVisitId(Integer visitId) {
|
| | | public void setVisitId(String visitId) {
|
| | | this.visitId = visitId;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Get 当前访问状态
|
| | | */
|
| | | public Integer getStatusId() {
|
| | | public String getStatusId() {
|
| | | return statusId;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Set 当前访问状态
|
| | | */
|
| | | public void setStatusId(Integer statusId) {
|
| | | public void setStatusId(String statusId) {
|
| | | this.statusId = statusId;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Get 更新状态时间
|
| | | */
|
| | | public Date getStatusDt() {
|
| | | public String getStatusDt() {
|
| | | return statusDt;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Set 更新状态时间
|
| | | */
|
| | | public void setStatusDt(Date statusDt) {
|
| | | public void setStatusDt(String statusDt) {
|
| | | this.statusDt = statusDt;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Get 设备位置主键
|
| | | */
|
| | | public Integer getPlaceId() {
|
| | | public String getPlaceId() {
|
| | | return placeId;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Set 设备位置主键
|
| | | */
|
| | | public void setPlaceId(Integer placeId) {
|
| | | public void setPlaceId(String placeId) {
|
| | | this.placeId = placeId;
|
| | | }
|
| | |
|