mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-05 00:40:24 +08:00
8 lines
128 B
Go
8 lines
128 B
Go
|
|
package repository
|
||
|
|
|
||
|
|
import "mayfly-go/server/devops/domain/entity"
|
||
|
|
|
||
|
|
type DbSql interface {
|
||
|
|
DeleteBy(condition *entity.DbSql)
|
||
|
|
}
|