You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package BaseMenuDao
|
|
|
|
import (
|
|
"dsBaseRpc/RpcService/BaseMenu/BaseMenuProto"
|
|
"dsBaseRpc/Utils/DbUtil"
|
|
)
|
|
|
|
var db = DbUtil.Engine
|
|
|
|
//批量增加
|
|
func AddBaseMenu(in *BaseMenuProto.ModelArg) (int64, error) {
|
|
return db.Insert(ms)
|
|
}
|