package bo
type CmbRequestBo struct {
FuncName string
BizContent string
}
type CmbResponseBo struct {
RespCode string
RespMsg string