package bo
import "voucher/internal/biz/vo"
type CmbRequestBo struct {
FuncName vo.CmbFuncName
BizContent string
}
type CmbResponseBo struct {
RespCode string
RespMsg string