This commit is contained in:
liwei1dao 2022-06-14 15:23:37 +08:00
commit 76cdd23c91

View File

@ -26,9 +26,9 @@ type (
}
IDB_Comp interface {
// 向db 写日志信息
InsertModelLogs(table string, uID string, handle interface{}) (err error)
InsertModelLogs(table string, uID string, target interface{}) (err error)
DeleteModelLogs(table string, uID string, where interface{}) (err error)
UpdateModelLogs(table string, uID string, where interface{}, handle interface{}) (err error)
UpdateModelLogs(table string, uID string, where interface{}, target interface{}) (err error)
}
IConfigure_Comp interface {
LoadConfigure(name string, fn interface{}) (err error)