Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PerformanceSeatAddLogic ¶
func NewPerformanceSeatAddLogic ¶
func NewPerformanceSeatAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PerformanceSeatAddLogic
func (*PerformanceSeatAddLogic) PerformanceSeatAdd ¶
func (l *PerformanceSeatAddLogic) PerformanceSeatAdd(in *service_pb.PerformanceSeatAddReq) (resp *service_pb.PerformanceSeatAddResp, err error)
PerformanceSeatAdd 演出活动场次座位表 创建
type PerformanceSeatRemoveLogic ¶
func NewPerformanceSeatRemoveLogic ¶
func NewPerformanceSeatRemoveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PerformanceSeatRemoveLogic
func (*PerformanceSeatRemoveLogic) PerformanceSeatRemove ¶
func (l *PerformanceSeatRemoveLogic) PerformanceSeatRemove(in *service_pb.PerformanceSeatRemoveReq) (resp *service_pb.EmptyResp, err error)
PerformanceSeatRemove 演出活动场次座位表 删除
type PerformanceSeatRetrieveLogic ¶
func NewPerformanceSeatRetrieveLogic ¶
func NewPerformanceSeatRetrieveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PerformanceSeatRetrieveLogic
func (*PerformanceSeatRetrieveLogic) PerformanceSeatRetrieve ¶
func (l *PerformanceSeatRetrieveLogic) PerformanceSeatRetrieve(in *service_pb.PerformanceSeatRetrieveReq) (resp *service_pb.PerformanceSeatRetrieveResp, err error)
PerformanceSeatRetrieve 演出活动场次座位表 获取
type PerformanceSeatUpdateLogic ¶
func NewPerformanceSeatUpdateLogic ¶
func NewPerformanceSeatUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PerformanceSeatUpdateLogic
func (*PerformanceSeatUpdateLogic) PerformanceSeatUpdate ¶
func (l *PerformanceSeatUpdateLogic) PerformanceSeatUpdate(in *service_pb.PerformanceSeatUpdateReq) (resp *service_pb.EmptyResp, err error)
PerformanceSeatUpdate 演出活动场次座位表 更新
Click to show internal directories.
Click to hide internal directories.