feat:完善网站信息
This commit is contained in:
7
app/logic/ies.go
Normal file
7
app/logic/ies.go
Normal file
@ -0,0 +1,7 @@
|
||||
package logic
|
||||
|
||||
type IES interface {
|
||||
Index() string
|
||||
Create() error
|
||||
Search(condition map[string]interface{}) (interface{}, error)
|
||||
}
|
Reference in New Issue
Block a user