Documentation
¶
Index ¶
- Variables
- type Layout
- func (*Layout) Descriptor() ([]byte, []int)deprecated
- func (x *Layout) GetCreatedAt() *timestamppb.Timestamp
- func (x *Layout) GetId() int32
- func (x *Layout) GetLayoutName() string
- func (x *Layout) GetLocationId() int32
- func (x *Layout) GetMap() string
- func (x *Layout) GetPolicyCId() int32
- func (x *Layout) GetPolicyLId() int32
- func (x *Layout) GetSeats() int32
- func (x *Layout) GetSort() int32
- func (x *Layout) GetStatus() int32
- func (x *Layout) GetUpdatedAt() *timestamppb.Timestamp
- func (*Layout) ProtoMessage()
- func (x *Layout) ProtoReflect() protoreflect.Message
- func (x *Layout) Reset()
- func (x *Layout) String() string
- type PolicyCommon
- func (*PolicyCommon) Descriptor() ([]byte, []int)deprecated
- func (x *PolicyCommon) GetId() int32
- func (x *PolicyCommon) GetInfo() string
- func (x *PolicyCommon) GetName() string
- func (*PolicyCommon) ProtoMessage()
- func (x *PolicyCommon) ProtoReflect() protoreflect.Message
- func (x *PolicyCommon) Reset()
- func (x *PolicyCommon) String() string
- type PolicyPrepare
- func (*PolicyPrepare) Descriptor() ([]byte, []int)deprecated
- func (x *PolicyPrepare) GetId() int32
- func (x *PolicyPrepare) GetInfo() string
- func (x *PolicyPrepare) GetName() string
- func (*PolicyPrepare) ProtoMessage()
- func (x *PolicyPrepare) ProtoReflect() protoreflect.Message
- func (x *PolicyPrepare) Reset()
- func (x *PolicyPrepare) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pbentity_layout_proto protoreflect.FileDescriptor
View Source
var File_pbentity_policy_common_proto protoreflect.FileDescriptor
View Source
var File_pbentity_policy_prepare_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Layout ¶
type Layout struct { Id int32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // LocationId int32 `protobuf:"varint,2,opt,name=LocationId,proto3" json:"LocationId,omitempty"` // PolicyCId int32 `protobuf:"varint,3,opt,name=PolicyCId,proto3" json:"PolicyCId,omitempty" dc:"公共策略id,优先使用"` // 公共策略id,优先使用 PolicyLId int32 `protobuf:"varint,4,opt,name=PolicyLId,proto3" json:"PolicyLId,omitempty" dc:"属于自己的策略id,最后使用"` // 属于自己的策略id,最后使用 LayoutName string `protobuf:"bytes,5,opt,name=LayoutName,proto3" json:"LayoutName,omitempty"` // Map string `protobuf:"bytes,6,opt,name=Map,proto3" json:"Map,omitempty" dc:"布局信息"` // 布局信息 Status int32 `protobuf:"varint,7,opt,name=Status,proto3" json:"Status,omitempty" dc:"是否正常启用,1启用 2不启用"` // 是否正常启用,1启用 2不启用 Sort int32 `protobuf:"varint,8,opt,name=Sort,proto3" json:"Sort,omitempty" dc:"排序,越小越靠前"` // 排序,越小越靠前 Seats int32 `protobuf:"varint,9,opt,name=Seats,proto3" json:"Seats,omitempty" dc:"座位总数"` // 座位总数 CreatedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=CreatedAt,proto3" json:"CreatedAt,omitempty"` // UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=UpdatedAt,proto3" json:"UpdatedAt,omitempty"` // // contains filtered or unexported fields }
func (*Layout) Descriptor
deprecated
func (*Layout) GetCreatedAt ¶
func (x *Layout) GetCreatedAt() *timestamppb.Timestamp
func (*Layout) GetLayoutName ¶
func (*Layout) GetLocationId ¶
func (*Layout) GetPolicyCId ¶
func (*Layout) GetPolicyLId ¶
func (*Layout) GetUpdatedAt ¶
func (x *Layout) GetUpdatedAt() *timestamppb.Timestamp
func (*Layout) ProtoMessage ¶
func (*Layout) ProtoMessage()
func (*Layout) ProtoReflect ¶
func (x *Layout) ProtoReflect() protoreflect.Message
type PolicyCommon ¶
type PolicyCommon struct { Id int32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` // Info string `protobuf:"bytes,3,opt,name=Info,proto3" json:"Info,omitempty" dc:"策略信息"` // 策略信息 // contains filtered or unexported fields }
func (*PolicyCommon) Descriptor
deprecated
func (*PolicyCommon) Descriptor() ([]byte, []int)
Deprecated: Use PolicyCommon.ProtoReflect.Descriptor instead.
func (*PolicyCommon) GetId ¶
func (x *PolicyCommon) GetId() int32
func (*PolicyCommon) GetInfo ¶
func (x *PolicyCommon) GetInfo() string
func (*PolicyCommon) GetName ¶
func (x *PolicyCommon) GetName() string
func (*PolicyCommon) ProtoMessage ¶
func (*PolicyCommon) ProtoMessage()
func (*PolicyCommon) ProtoReflect ¶
func (x *PolicyCommon) ProtoReflect() protoreflect.Message
func (*PolicyCommon) Reset ¶
func (x *PolicyCommon) Reset()
func (*PolicyCommon) String ¶
func (x *PolicyCommon) String() string
type PolicyPrepare ¶
type PolicyPrepare struct { Id int32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` // Info string `protobuf:"bytes,3,opt,name=Info,proto3" json:"Info,omitempty" dc:"策略信息"` // 策略信息 // contains filtered or unexported fields }
func (*PolicyPrepare) Descriptor
deprecated
func (*PolicyPrepare) Descriptor() ([]byte, []int)
Deprecated: Use PolicyPrepare.ProtoReflect.Descriptor instead.
func (*PolicyPrepare) GetId ¶
func (x *PolicyPrepare) GetId() int32
func (*PolicyPrepare) GetInfo ¶
func (x *PolicyPrepare) GetInfo() string
func (*PolicyPrepare) GetName ¶
func (x *PolicyPrepare) GetName() string
func (*PolicyPrepare) ProtoMessage ¶
func (*PolicyPrepare) ProtoMessage()
func (*PolicyPrepare) ProtoReflect ¶
func (x *PolicyPrepare) ProtoReflect() protoreflect.Message
func (*PolicyPrepare) Reset ¶
func (x *PolicyPrepare) Reset()
func (*PolicyPrepare) String ¶
func (x *PolicyPrepare) String() string
Click to show internal directories.
Click to hide internal directories.