package mixrepos
import (
"context"
"voucher/internal/biz/kx"
)
type KxMixRepo interface {
Request(ctx context.Context, req *kx.SynNotice) error
}