上传db优化

This commit is contained in:
liwei1dao 2022-06-14 11:42:24 +08:00
parent c9b1b47f4d
commit 91bc6c65a6

View File

@ -18,7 +18,7 @@ import (
type MComp_DBComp struct {
cbase.ModuleCompBase
S base.IRPCXService //rpc服务对象
M core.IModule //当前业务模块
M IModule //当前业务模块
DB mgo.ISys
}