Merge branch 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into liwei
This commit is contained in:
commit
76cdd23c91
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user