You've already forked FrameTour-BE
INotify
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.ycwl.basic.notify.entity;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
public class NotifyContent {
|
||||
private String title;
|
||||
private String content;
|
||||
}
|
Reference in New Issue
Block a user