All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.quhaodian.notice.rest.domain.request.NotificationReadRequest Maven / Gradle / Ivy

There is a newer version: 3.3.18-20230117
Show newest version
package com.quhaodian.notice.rest.domain.request;

import com.quhaodian.discover.rest.base.RequestUserTokenObject;

public class NotificationReadRequest extends RequestUserTokenObject {
  
  private Long id;
  
  public Long getId() {
    return id;
  }
  
  public void setId(Long id) {
    this.id = id;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy