直接完成

此提交包含在:
2022-11-23 20:56:28 +08:00
當前提交 b924e94c63
共有 21 個檔案被更改,包括 829 行新增0 行删除

5
data/itf/itf.go 一般檔案
查看文件

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