mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-02 15:30:25 +08:00
11 lines
155 B
Go
11 lines
155 B
Go
package repository
|
|
|
|
import (
|
|
"mayfly-go/internal/msg/domain/entity"
|
|
"mayfly-go/pkg/base"
|
|
)
|
|
|
|
type MsgTmplBiz interface {
|
|
base.Repo[*entity.MsgTmplBiz]
|
|
}
|