Files
mayfly-go/server/internal/msg/domain/repository/msg_tmpl_biz.go

11 lines
155 B
Go
Raw Normal View History

2025-04-15 21:42:31 +08:00
package repository
import (
"mayfly-go/internal/msg/domain/entity"
"mayfly-go/pkg/base"
)
type MsgTmplBiz interface {
base.Repo[*entity.MsgTmplBiz]
}