123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: vehicle.proto
- // package声明符,用来防止不同的消息类型有命名冲突
- package v1
- import (
- fmt "fmt"
- proto "github.com/golang/protobuf/proto"
- math "math"
- )
- // Reference imports to suppress errors if they are not otherwise used.
- var _ = proto.Marshal
- var _ = fmt.Errorf
- var _ = math.Inf
- // This is a compile-time assertion to ensure that this generated file
- // is compatible with the proto package it is being compiled against.
- // A compilation error at this line likely means your copy of the
- // proto package needs to be updated.
- const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
- type VehicleListRequest struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
- PageSize int64 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
- PlateNo string `protobuf:"bytes,4,opt,name=plate_no,json=plateNo,proto3" json:"plate_no"`
- VehicleType int32 `protobuf:"varint,5,opt,name=vehicle_type,json=vehicleType,proto3" json:"vehicle_type"`
- BindType int32 `protobuf:"varint,6,opt,name=bind_type,json=bindType,proto3" json:"bind_type"`
- HouseholdUid int64 `protobuf:"varint,7,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *VehicleListRequest) Reset() { *m = VehicleListRequest{} }
- func (m *VehicleListRequest) String() string { return proto.CompactTextString(m) }
- func (*VehicleListRequest) ProtoMessage() {}
- func (*VehicleListRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_416ab71f8212867c, []int{0}
- }
- func (m *VehicleListRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_VehicleListRequest.Unmarshal(m, b)
- }
- func (m *VehicleListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_VehicleListRequest.Marshal(b, m, deterministic)
- }
- func (m *VehicleListRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_VehicleListRequest.Merge(m, src)
- }
- func (m *VehicleListRequest) XXX_Size() int {
- return xxx_messageInfo_VehicleListRequest.Size(m)
- }
- func (m *VehicleListRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_VehicleListRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_VehicleListRequest proto.InternalMessageInfo
- func (m *VehicleListRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *VehicleListRequest) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *VehicleListRequest) GetPageSize() int64 {
- if m != nil {
- return m.PageSize
- }
- return 0
- }
- func (m *VehicleListRequest) GetPlateNo() string {
- if m != nil {
- return m.PlateNo
- }
- return ""
- }
- func (m *VehicleListRequest) GetVehicleType() int32 {
- if m != nil {
- return m.VehicleType
- }
- return 0
- }
- func (m *VehicleListRequest) GetBindType() int32 {
- if m != nil {
- return m.BindType
- }
- return 0
- }
- func (m *VehicleListRequest) GetHouseholdUid() int64 {
- if m != nil {
- return m.HouseholdUid
- }
- return 0
- }
- type VehicleItem struct {
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
- SpaceId int64 `protobuf:"varint,2,opt,name=space_id,json=spaceId,proto3" json:"space_id"`
- PlateNo string `protobuf:"bytes,3,opt,name=plate_no,json=plateNo,proto3" json:"plate_no"`
- VehicleType int32 `protobuf:"varint,4,opt,name=vehicle_type,json=vehicleType,proto3" json:"vehicle_type"`
- Vin string `protobuf:"bytes,5,opt,name=vin,proto3" json:"vin"`
- EngineNo string `protobuf:"bytes,6,opt,name=engine_no,json=engineNo,proto3" json:"engine_no"`
- Brand string `protobuf:"bytes,7,opt,name=brand,proto3" json:"brand"`
- Color string `protobuf:"bytes,8,opt,name=color,proto3" json:"color"`
- HouseholdUid int64 `protobuf:"varint,9,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
- BindType int32 `protobuf:"varint,10,opt,name=bind_type,json=bindType,proto3" json:"bind_type"`
- DisplacementUnit string `protobuf:"bytes,11,opt,name=displacement_unit,json=displacementUnit,proto3" json:"displacement_unit"`
- Displacement float64 `protobuf:"fixed64,12,opt,name=displacement,proto3" json:"displacement"`
- Seat int32 `protobuf:"varint,13,opt,name=seat,proto3" json:"seat"`
- HouseholdName string `protobuf:"bytes,14,opt,name=household_name,json=householdName,proto3" json:"household_name"`
- HouseholdPhone string `protobuf:"bytes,15,opt,name=household_phone,json=householdPhone,proto3" json:"household_phone"`
- ParkId int64 `protobuf:"varint,16,opt,name=park_id,json=parkId,proto3" json:"park_id"`
- ParkName string `protobuf:"bytes,17,opt,name=park_name,json=parkName,proto3" json:"park_name"`
- ParkNumber string `protobuf:"bytes,18,opt,name=park_number,json=parkNumber,proto3" json:"park_number"`
- SpaceNumber string `protobuf:"bytes,19,opt,name=space_number,json=spaceNumber,proto3" json:"space_number"`
- BrandPic string `protobuf:"bytes,20,opt,name=brand_pic,json=brandPic,proto3" json:"brand_pic"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *VehicleItem) Reset() { *m = VehicleItem{} }
- func (m *VehicleItem) String() string { return proto.CompactTextString(m) }
- func (*VehicleItem) ProtoMessage() {}
- func (*VehicleItem) Descriptor() ([]byte, []int) {
- return fileDescriptor_416ab71f8212867c, []int{1}
- }
- func (m *VehicleItem) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_VehicleItem.Unmarshal(m, b)
- }
- func (m *VehicleItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_VehicleItem.Marshal(b, m, deterministic)
- }
- func (m *VehicleItem) XXX_Merge(src proto.Message) {
- xxx_messageInfo_VehicleItem.Merge(m, src)
- }
- func (m *VehicleItem) XXX_Size() int {
- return xxx_messageInfo_VehicleItem.Size(m)
- }
- func (m *VehicleItem) XXX_DiscardUnknown() {
- xxx_messageInfo_VehicleItem.DiscardUnknown(m)
- }
- var xxx_messageInfo_VehicleItem proto.InternalMessageInfo
- func (m *VehicleItem) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *VehicleItem) GetSpaceId() int64 {
- if m != nil {
- return m.SpaceId
- }
- return 0
- }
- func (m *VehicleItem) GetPlateNo() string {
- if m != nil {
- return m.PlateNo
- }
- return ""
- }
- func (m *VehicleItem) GetVehicleType() int32 {
- if m != nil {
- return m.VehicleType
- }
- return 0
- }
- func (m *VehicleItem) GetVin() string {
- if m != nil {
- return m.Vin
- }
- return ""
- }
- func (m *VehicleItem) GetEngineNo() string {
- if m != nil {
- return m.EngineNo
- }
- return ""
- }
- func (m *VehicleItem) GetBrand() string {
- if m != nil {
- return m.Brand
- }
- return ""
- }
- func (m *VehicleItem) GetColor() string {
- if m != nil {
- return m.Color
- }
- return ""
- }
- func (m *VehicleItem) GetHouseholdUid() int64 {
- if m != nil {
- return m.HouseholdUid
- }
- return 0
- }
- func (m *VehicleItem) GetBindType() int32 {
- if m != nil {
- return m.BindType
- }
- return 0
- }
- func (m *VehicleItem) GetDisplacementUnit() string {
- if m != nil {
- return m.DisplacementUnit
- }
- return ""
- }
- func (m *VehicleItem) GetDisplacement() float64 {
- if m != nil {
- return m.Displacement
- }
- return 0
- }
- func (m *VehicleItem) GetSeat() int32 {
- if m != nil {
- return m.Seat
- }
- return 0
- }
- func (m *VehicleItem) GetHouseholdName() string {
- if m != nil {
- return m.HouseholdName
- }
- return ""
- }
- func (m *VehicleItem) GetHouseholdPhone() string {
- if m != nil {
- return m.HouseholdPhone
- }
- return ""
- }
- func (m *VehicleItem) GetParkId() int64 {
- if m != nil {
- return m.ParkId
- }
- return 0
- }
- func (m *VehicleItem) GetParkName() string {
- if m != nil {
- return m.ParkName
- }
- return ""
- }
- func (m *VehicleItem) GetParkNumber() string {
- if m != nil {
- return m.ParkNumber
- }
- return ""
- }
- func (m *VehicleItem) GetSpaceNumber() string {
- if m != nil {
- return m.SpaceNumber
- }
- return ""
- }
- func (m *VehicleItem) GetBrandPic() string {
- if m != nil {
- return m.BrandPic
- }
- return ""
- }
- type VehicleListReply struct {
- Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
- Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
- List []*VehicleItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *VehicleListReply) Reset() { *m = VehicleListReply{} }
- func (m *VehicleListReply) String() string { return proto.CompactTextString(m) }
- func (*VehicleListReply) ProtoMessage() {}
- func (*VehicleListReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_416ab71f8212867c, []int{2}
- }
- func (m *VehicleListReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_VehicleListReply.Unmarshal(m, b)
- }
- func (m *VehicleListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_VehicleListReply.Marshal(b, m, deterministic)
- }
- func (m *VehicleListReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_VehicleListReply.Merge(m, src)
- }
- func (m *VehicleListReply) XXX_Size() int {
- return xxx_messageInfo_VehicleListReply.Size(m)
- }
- func (m *VehicleListReply) XXX_DiscardUnknown() {
- xxx_messageInfo_VehicleListReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_VehicleListReply proto.InternalMessageInfo
- func (m *VehicleListReply) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *VehicleListReply) GetTotal() int64 {
- if m != nil {
- return m.Total
- }
- return 0
- }
- func (m *VehicleListReply) GetList() []*VehicleItem {
- if m != nil {
- return m.List
- }
- return nil
- }
- func init() {
- proto.RegisterType((*VehicleListRequest)(nil), "pb_v1.VehicleListRequest")
- proto.RegisterType((*VehicleItem)(nil), "pb_v1.VehicleItem")
- proto.RegisterType((*VehicleListReply)(nil), "pb_v1.VehicleListReply")
- }
- func init() {
- proto.RegisterFile("vehicle.proto", fileDescriptor_416ab71f8212867c)
- }
- var fileDescriptor_416ab71f8212867c = []byte{
- // 530 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0xcd, 0x8e, 0xd3, 0x30,
- 0x10, 0xc7, 0x95, 0xa6, 0x9f, 0x4e, 0xdb, 0xed, 0x9a, 0x4a, 0x18, 0x71, 0x20, 0x14, 0x01, 0x95,
- 0xd0, 0x76, 0xb5, 0xf0, 0x06, 0xdc, 0x2a, 0xa1, 0x6a, 0x15, 0x58, 0x0e, 0x5c, 0x22, 0x27, 0x1e,
- 0xb5, 0xd6, 0xa6, 0xb6, 0x49, 0xdc, 0xa2, 0xec, 0xcb, 0x22, 0xf1, 0x24, 0xc8, 0xe3, 0xa8, 0x1f,
- 0x54, 0xe2, 0x94, 0xcc, 0x6f, 0xc6, 0x9e, 0xf9, 0x8f, 0x67, 0xc8, 0x68, 0x0f, 0x1b, 0x99, 0x17,
- 0xb0, 0x30, 0xa5, 0xb6, 0x9a, 0x76, 0x4c, 0x96, 0xee, 0xef, 0x66, 0x7f, 0x02, 0x42, 0xbf, 0x7b,
- 0xc7, 0x17, 0x59, 0xd9, 0x04, 0x7e, 0xee, 0xa0, 0xb2, 0xf4, 0x25, 0x19, 0xac, 0x79, 0x29, 0x40,
- 0xa5, 0x52, 0xb0, 0x20, 0x0e, 0xe6, 0x61, 0xd2, 0xf7, 0x60, 0x29, 0x28, 0x25, 0x6d, 0xc3, 0xd7,
- 0xc0, 0x5a, 0xc8, 0xf1, 0xdf, 0x1d, 0x70, 0xdf, 0xb4, 0x92, 0x4f, 0xc0, 0x42, 0x7f, 0xc0, 0x81,
- 0xaf, 0xf2, 0x09, 0xe8, 0x0b, 0xd2, 0x37, 0x05, 0xb7, 0x90, 0x2a, 0xcd, 0xda, 0x71, 0x30, 0x1f,
- 0x24, 0x3d, 0xb4, 0x57, 0x9a, 0xbe, 0x26, 0xc3, 0xa6, 0xae, 0xd4, 0xd6, 0x06, 0x58, 0x27, 0x0e,
- 0xe6, 0x9d, 0x24, 0x6a, 0xd8, 0xb7, 0xda, 0xe0, 0xd5, 0x99, 0x54, 0xc2, 0xfb, 0xbb, 0xe8, 0xef,
- 0x3b, 0x80, 0xce, 0x37, 0x64, 0xb4, 0xd1, 0xbb, 0x0a, 0x36, 0xba, 0x10, 0xe9, 0x4e, 0x0a, 0xd6,
- 0xc3, 0xdc, 0xc3, 0x03, 0x7c, 0x90, 0x62, 0xf6, 0xbb, 0x4d, 0xa2, 0x46, 0xe4, 0xd2, 0xc2, 0x96,
- 0x8e, 0x49, 0xeb, 0x20, 0xab, 0x25, 0x85, 0xab, 0xaf, 0x32, 0x3c, 0x07, 0x27, 0xd6, 0x8b, 0xea,
- 0xa1, 0xbd, 0x14, 0x67, 0xa5, 0x87, 0xff, 0x2f, 0xbd, 0x7d, 0x59, 0xfa, 0x84, 0x84, 0x7b, 0xa9,
- 0x50, 0xd4, 0x20, 0x71, 0xbf, 0x4e, 0x0c, 0xa8, 0xb5, 0x54, 0x78, 0x61, 0x17, 0x79, 0xdf, 0x83,
- 0x95, 0xa6, 0x53, 0xd2, 0xc9, 0x4a, 0xae, 0xbc, 0x88, 0x41, 0xe2, 0x0d, 0x47, 0x73, 0x5d, 0xe8,
- 0x92, 0xf5, 0x3d, 0x45, 0xe3, 0x52, 0xf8, 0xe0, 0x52, 0xf8, 0x79, 0xeb, 0xc8, 0x3f, 0xad, 0xfb,
- 0x40, 0xae, 0x85, 0xac, 0x4c, 0xc1, 0x73, 0xd8, 0x82, 0xb2, 0xe9, 0x4e, 0x49, 0xcb, 0x22, 0xcc,
- 0x31, 0x39, 0x75, 0x3c, 0x28, 0x69, 0xe9, 0x8c, 0x0c, 0x4f, 0x19, 0x1b, 0xc6, 0xc1, 0x3c, 0x48,
- 0xce, 0x98, 0x9b, 0x8b, 0x0a, 0xb8, 0x65, 0x23, 0x4c, 0x84, 0xff, 0xf4, 0x2d, 0x19, 0x1f, 0xcb,
- 0x54, 0x7c, 0x0b, 0x6c, 0x8c, 0x19, 0x8e, 0xc5, 0xaf, 0xf8, 0x16, 0xe8, 0x7b, 0x72, 0x75, 0x0c,
- 0x33, 0x1b, 0xad, 0x80, 0x5d, 0x61, 0xdc, 0xf1, 0xf4, 0xbd, 0xa3, 0xf4, 0x39, 0xe9, 0x19, 0x5e,
- 0x3e, 0xba, 0x97, 0x9a, 0xa0, 0xe0, 0xae, 0x33, 0x97, 0xc2, 0x0f, 0x60, 0xf9, 0xe8, 0x73, 0x5c,
- 0xfb, 0xc6, 0x3a, 0x80, 0xd7, 0xbf, 0x22, 0x91, 0x77, 0xee, 0xb6, 0x19, 0x94, 0x8c, 0xa2, 0x9b,
- 0xa0, 0x1b, 0x89, 0x7b, 0x4b, 0x3f, 0x01, 0x4d, 0xc4, 0x33, 0x8c, 0x88, 0x90, 0x35, 0x21, 0xae,
- 0x97, 0xee, 0x3d, 0x52, 0x23, 0x73, 0x36, 0xf5, 0x09, 0x10, 0xdc, 0xcb, 0x7c, 0x26, 0xc8, 0xe4,
- 0x6c, 0x8b, 0x4c, 0x51, 0x1f, 0xd6, 0x24, 0x38, 0x59, 0x93, 0x29, 0xe9, 0x58, 0x6d, 0x79, 0xd1,
- 0x8c, 0x99, 0x37, 0xe8, 0x3b, 0xd2, 0x2e, 0x64, 0x65, 0x59, 0x18, 0x87, 0xf3, 0xe8, 0x23, 0x5d,
- 0xe0, 0x6a, 0x2e, 0x4e, 0x26, 0x36, 0x41, 0xff, 0xe7, 0xd9, 0x8f, 0xd8, 0x94, 0xda, 0x40, 0x69,
- 0xeb, 0x9b, 0x43, 0x5f, 0x6e, 0xd6, 0xdc, 0xc2, 0x2f, 0x5e, 0xdf, 0x9a, 0xec, 0x76, 0x7f, 0x97,
- 0x75, 0x71, 0xbd, 0x3f, 0xfd, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x41, 0x0e, 0x9c, 0x64, 0xef, 0x03,
- 0x00, 0x00,
- }
|