|
@@ -3,6 +3,7 @@ package models
|
|
|
import (
|
|
|
_ "github.com/go-sql-driver/mysql"
|
|
|
"github.com/rdlucklib/rdluck_tools/orm"
|
|
|
+ "hongze/hongze_mobile_admin/models/roadshow"
|
|
|
"hongze/hongze_mobile_admin/models/tables/admin"
|
|
|
"hongze/hongze_mobile_admin/models/tables/admin_record"
|
|
|
"hongze/hongze_mobile_admin/models/tables/approval_flow"
|
|
@@ -82,6 +83,8 @@ func init() {
|
|
|
new(wx_user.WxUser),
|
|
|
new(seal.Seal), //用印表
|
|
|
new(seal.SealOperationRecord), // 用印操作记录表
|
|
|
+ new(roadshow.RsCalendar),
|
|
|
+ new(roadshow.RsCalendarResearcher),
|
|
|
)
|
|
|
|
|
|
}
|