feat:完善项目
This commit is contained in:
5
app/logic/inotice.go
Normal file
5
app/logic/inotice.go
Normal file
@ -0,0 +1,5 @@
|
||||
package logic
|
||||
|
||||
type INotice interface {
|
||||
ToBytes() []byte
|
||||
}
|
Reference in New Issue
Block a user