mh_goadmin_server/common/service/service.go

10 lines
108 B
Go
Raw Normal View History

2023-09-16 02:56:39 +00:00
package service
import "gorm.io/gorm"
type Service struct {
Orm *gorm.DB
Msg string
MsgID string
}