feat: 项目初始化
This commit is contained in:
5
internal/model/named.go
Normal file
5
internal/model/named.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package model
|
||||
|
||||
type Named interface {
|
||||
GetName() string
|
||||
}
|
||||
Reference in New Issue
Block a user