直接完成

This commit is contained in:
2022-11-23 20:56:28 +08:00
commit b924e94c63
21 changed files with 829 additions and 0 deletions

5
data/itf/itf.go Normal file
View File

@@ -0,0 +1,5 @@
package itf
type IValidator interface {
Validate() error
}