Documentation ¶
Index ¶
- Variables
- type Floor
- func (*Floor) Descriptor() ([]byte, []int)deprecated
- func (x *Floor) GetCreatedAt() *timestamppb.Timestamp
- func (x *Floor) GetFloorName() string
- func (x *Floor) GetId() int32
- func (x *Floor) GetLibId() int32
- func (x *Floor) GetUpdatedAt() *timestamppb.Timestamp
- func (*Floor) ProtoMessage()
- func (x *Floor) ProtoReflect() protoreflect.Message
- func (x *Floor) Reset()
- func (x *Floor) String() string
- type Lib
- func (*Lib) Descriptor() ([]byte, []int)deprecated
- func (x *Lib) GetActive() bool
- func (x *Lib) GetAddress() string
- func (x *Lib) GetCreatedAt() *timestamppb.Timestamp
- func (x *Lib) GetId() int32
- func (x *Lib) GetLibName() string
- func (x *Lib) GetUpdatedAt() *timestamppb.Timestamp
- func (*Lib) ProtoMessage()
- func (x *Lib) ProtoReflect() protoreflect.Message
- func (x *Lib) Reset()
- func (x *Lib) String() string
- type Location
- func (*Location) Descriptor() ([]byte, []int)deprecated
- func (x *Location) GetCreatedAt() *timestamppb.Timestamp
- func (x *Location) GetFloorId() int32
- func (x *Location) GetId() int32
- func (x *Location) GetLibId() int32
- func (x *Location) GetLocationName() string
- func (x *Location) GetUpdatedAt() *timestamppb.Timestamp
- func (*Location) ProtoMessage()
- func (x *Location) ProtoReflect() protoreflect.Message
- func (x *Location) Reset()
- func (x *Location) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pbentity_floor_proto protoreflect.FileDescriptor
View Source
var File_pbentity_lib_proto protoreflect.FileDescriptor
View Source
var File_pbentity_location_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Floor ¶
type Floor struct { Id int32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // LibId int32 `protobuf:"varint,2,opt,name=LibId,proto3" json:"LibId,omitempty"` // FloorName string `protobuf:"bytes,3,opt,name=FloorName,proto3" json:"FloorName,omitempty"` // CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=CreatedAt,proto3" json:"CreatedAt,omitempty"` // UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=UpdatedAt,proto3" json:"UpdatedAt,omitempty"` // // contains filtered or unexported fields }
func (*Floor) Descriptor
deprecated
func (*Floor) GetCreatedAt ¶
func (x *Floor) GetCreatedAt() *timestamppb.Timestamp
func (*Floor) GetFloorName ¶
func (*Floor) GetUpdatedAt ¶
func (x *Floor) GetUpdatedAt() *timestamppb.Timestamp
func (*Floor) ProtoMessage ¶
func (*Floor) ProtoMessage()
func (*Floor) ProtoReflect ¶
func (x *Floor) ProtoReflect() protoreflect.Message
type Lib ¶
type Lib struct { Id int32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // LibName string `protobuf:"bytes,2,opt,name=LibName,proto3" json:"LibName,omitempty"` // Address string `protobuf:"bytes,3,opt,name=Address,proto3" json:"Address,omitempty" dc:"地址"` // 地址 Active bool `protobuf:"varint,4,opt,name=Active,proto3" json:"Active,omitempty" dc:"是否正在使用"` // 是否正在使用 CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=CreatedAt,proto3" json:"CreatedAt,omitempty"` // UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=UpdatedAt,proto3" json:"UpdatedAt,omitempty"` // // contains filtered or unexported fields }
func (*Lib) Descriptor
deprecated
func (*Lib) GetAddress ¶
func (*Lib) GetCreatedAt ¶
func (x *Lib) GetCreatedAt() *timestamppb.Timestamp
func (*Lib) GetLibName ¶
func (*Lib) GetUpdatedAt ¶
func (x *Lib) GetUpdatedAt() *timestamppb.Timestamp
func (*Lib) ProtoMessage ¶
func (*Lib) ProtoMessage()
func (*Lib) ProtoReflect ¶
func (x *Lib) ProtoReflect() protoreflect.Message
type Location ¶
type Location struct { Id int32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // LibId int32 `protobuf:"varint,2,opt,name=LibId,proto3" json:"LibId,omitempty"` // FloorId int32 `protobuf:"varint,3,opt,name=FloorId,proto3" json:"FloorId,omitempty"` // LocationName string `protobuf:"bytes,4,opt,name=LocationName,proto3" json:"LocationName,omitempty"` // CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=CreatedAt,proto3" json:"CreatedAt,omitempty"` // UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=UpdatedAt,proto3" json:"UpdatedAt,omitempty"` // // contains filtered or unexported fields }
func (*Location) Descriptor
deprecated
func (*Location) GetCreatedAt ¶
func (x *Location) GetCreatedAt() *timestamppb.Timestamp
func (*Location) GetFloorId ¶
func (*Location) GetLocationName ¶
func (*Location) GetUpdatedAt ¶
func (x *Location) GetUpdatedAt() *timestamppb.Timestamp
func (*Location) ProtoMessage ¶
func (*Location) ProtoMessage()
func (*Location) ProtoReflect ¶
func (x *Location) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.