You've already forked FrameTour-BE
INotify
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.ycwl.basic.notify.entity;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class ServerChanConfig {
|
||||
private String key;
|
||||
|
||||
public void checkEverythingOK() {
|
||||
return;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user