// Code generated by protoc-gen-go. DO NOT EDIT. // source: charge.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 ChargeUnpayListRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` ObjId int64 `protobuf:"varint,2,opt,name=obj_id,json=objId,proto3" json:"obj_id"` ObjType int32 `protobuf:"varint,3,opt,name=obj_type,json=objType,proto3" json:"obj_type"` Page int64 `protobuf:"varint,4,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size"` ChargeType int64 `protobuf:"varint,6,opt,name=charge_type,json=chargeType,proto3" json:"charge_type"` HouseId int64 `protobuf:"varint,7,opt,name=house_id,json=houseId,proto3" json:"house_id"` Status int32 `protobuf:"varint,8,opt,name=status,proto3" json:"status"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargeUnpayListRequest) Reset() { *m = ChargeUnpayListRequest{} } func (m *ChargeUnpayListRequest) String() string { return proto.CompactTextString(m) } func (*ChargeUnpayListRequest) ProtoMessage() {} func (*ChargeUnpayListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{0} } func (m *ChargeUnpayListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargeUnpayListRequest.Unmarshal(m, b) } func (m *ChargeUnpayListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargeUnpayListRequest.Marshal(b, m, deterministic) } func (m *ChargeUnpayListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargeUnpayListRequest.Merge(m, src) } func (m *ChargeUnpayListRequest) XXX_Size() int { return xxx_messageInfo_ChargeUnpayListRequest.Size(m) } func (m *ChargeUnpayListRequest) XXX_DiscardUnknown() { xxx_messageInfo_ChargeUnpayListRequest.DiscardUnknown(m) } var xxx_messageInfo_ChargeUnpayListRequest proto.InternalMessageInfo func (m *ChargeUnpayListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *ChargeUnpayListRequest) GetObjId() int64 { if m != nil { return m.ObjId } return 0 } func (m *ChargeUnpayListRequest) GetObjType() int32 { if m != nil { return m.ObjType } return 0 } func (m *ChargeUnpayListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *ChargeUnpayListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *ChargeUnpayListRequest) GetChargeType() int64 { if m != nil { return m.ChargeType } return 0 } func (m *ChargeUnpayListRequest) GetHouseId() int64 { if m != nil { return m.HouseId } return 0 } func (m *ChargeUnpayListRequest) GetStatus() int32 { if m != nil { return m.Status } return 0 } type ChargeUnpayItem struct { BindId int64 `protobuf:"varint,1,opt,name=bind_id,json=bindId,proto3" json:"bind_id"` ChargeType int32 `protobuf:"varint,2,opt,name=charge_type,json=chargeType,proto3" json:"charge_type"` ChargeName string `protobuf:"bytes,3,opt,name=charge_name,json=chargeName,proto3" json:"charge_name"` ChargeTimeType int32 `protobuf:"varint,4,opt,name=charge_time_type,json=chargeTimeType,proto3" json:"charge_time_type"` BillCount int64 `protobuf:"varint,5,opt,name=bill_count,json=billCount,proto3" json:"bill_count"` UnpayAmount int64 `protobuf:"varint,6,opt,name=unpay_amount,json=unpayAmount,proto3" json:"unpay_amount"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargeUnpayItem) Reset() { *m = ChargeUnpayItem{} } func (m *ChargeUnpayItem) String() string { return proto.CompactTextString(m) } func (*ChargeUnpayItem) ProtoMessage() {} func (*ChargeUnpayItem) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{1} } func (m *ChargeUnpayItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargeUnpayItem.Unmarshal(m, b) } func (m *ChargeUnpayItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargeUnpayItem.Marshal(b, m, deterministic) } func (m *ChargeUnpayItem) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargeUnpayItem.Merge(m, src) } func (m *ChargeUnpayItem) XXX_Size() int { return xxx_messageInfo_ChargeUnpayItem.Size(m) } func (m *ChargeUnpayItem) XXX_DiscardUnknown() { xxx_messageInfo_ChargeUnpayItem.DiscardUnknown(m) } var xxx_messageInfo_ChargeUnpayItem proto.InternalMessageInfo func (m *ChargeUnpayItem) GetBindId() int64 { if m != nil { return m.BindId } return 0 } func (m *ChargeUnpayItem) GetChargeType() int32 { if m != nil { return m.ChargeType } return 0 } func (m *ChargeUnpayItem) GetChargeName() string { if m != nil { return m.ChargeName } return "" } func (m *ChargeUnpayItem) GetChargeTimeType() int32 { if m != nil { return m.ChargeTimeType } return 0 } func (m *ChargeUnpayItem) GetBillCount() int64 { if m != nil { return m.BillCount } return 0 } func (m *ChargeUnpayItem) GetUnpayAmount() int64 { if m != nil { return m.UnpayAmount } return 0 } type ChargeUnpayListReply struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` List []*ChargeUnpayItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargeUnpayListReply) Reset() { *m = ChargeUnpayListReply{} } func (m *ChargeUnpayListReply) String() string { return proto.CompactTextString(m) } func (*ChargeUnpayListReply) ProtoMessage() {} func (*ChargeUnpayListReply) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{2} } func (m *ChargeUnpayListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargeUnpayListReply.Unmarshal(m, b) } func (m *ChargeUnpayListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargeUnpayListReply.Marshal(b, m, deterministic) } func (m *ChargeUnpayListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargeUnpayListReply.Merge(m, src) } func (m *ChargeUnpayListReply) XXX_Size() int { return xxx_messageInfo_ChargeUnpayListReply.Size(m) } func (m *ChargeUnpayListReply) XXX_DiscardUnknown() { xxx_messageInfo_ChargeUnpayListReply.DiscardUnknown(m) } var xxx_messageInfo_ChargeUnpayListReply proto.InternalMessageInfo func (m *ChargeUnpayListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *ChargeUnpayListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *ChargeUnpayListReply) GetList() []*ChargeUnpayItem { if m != nil { return m.List } return nil } // 查看费用,费项列表 type ChargeListRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` ObjId int64 `protobuf:"varint,2,opt,name=obj_id,json=objId,proto3" json:"obj_id"` ObjType int32 `protobuf:"varint,3,opt,name=obj_type,json=objType,proto3" json:"obj_type"` Page int64 `protobuf:"varint,4,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size"` ChargeType int32 `protobuf:"varint,6,opt,name=charge_type,json=chargeType,proto3" json:"charge_type"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargeListRequest) Reset() { *m = ChargeListRequest{} } func (m *ChargeListRequest) String() string { return proto.CompactTextString(m) } func (*ChargeListRequest) ProtoMessage() {} func (*ChargeListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{3} } func (m *ChargeListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargeListRequest.Unmarshal(m, b) } func (m *ChargeListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargeListRequest.Marshal(b, m, deterministic) } func (m *ChargeListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargeListRequest.Merge(m, src) } func (m *ChargeListRequest) XXX_Size() int { return xxx_messageInfo_ChargeListRequest.Size(m) } func (m *ChargeListRequest) XXX_DiscardUnknown() { xxx_messageInfo_ChargeListRequest.DiscardUnknown(m) } var xxx_messageInfo_ChargeListRequest proto.InternalMessageInfo func (m *ChargeListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *ChargeListRequest) GetObjId() int64 { if m != nil { return m.ObjId } return 0 } func (m *ChargeListRequest) GetObjType() int32 { if m != nil { return m.ObjType } return 0 } func (m *ChargeListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *ChargeListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *ChargeListRequest) GetChargeType() int32 { if m != nil { return m.ChargeType } return 0 } type ChargeItem struct { BindId int64 `protobuf:"varint,1,opt,name=bind_id,json=bindId,proto3" json:"bind_id"` ChargeType int32 `protobuf:"varint,2,opt,name=charge_type,json=chargeType,proto3" json:"charge_type"` ChargeName string `protobuf:"bytes,3,opt,name=charge_name,json=chargeName,proto3" json:"charge_name"` ChargeTimeType int32 `protobuf:"varint,4,opt,name=charge_time_type,json=chargeTimeType,proto3" json:"charge_time_type"` CreatedAt string `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at"` Start string `protobuf:"bytes,6,opt,name=start,proto3" json:"start"` End string `protobuf:"bytes,7,opt,name=end,proto3" json:"end"` Status string `protobuf:"bytes,8,opt,name=status,proto3" json:"status"` Desc string `protobuf:"bytes,9,opt,name=desc,proto3" json:"desc"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargeItem) Reset() { *m = ChargeItem{} } func (m *ChargeItem) String() string { return proto.CompactTextString(m) } func (*ChargeItem) ProtoMessage() {} func (*ChargeItem) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{4} } func (m *ChargeItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargeItem.Unmarshal(m, b) } func (m *ChargeItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargeItem.Marshal(b, m, deterministic) } func (m *ChargeItem) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargeItem.Merge(m, src) } func (m *ChargeItem) XXX_Size() int { return xxx_messageInfo_ChargeItem.Size(m) } func (m *ChargeItem) XXX_DiscardUnknown() { xxx_messageInfo_ChargeItem.DiscardUnknown(m) } var xxx_messageInfo_ChargeItem proto.InternalMessageInfo func (m *ChargeItem) GetBindId() int64 { if m != nil { return m.BindId } return 0 } func (m *ChargeItem) GetChargeType() int32 { if m != nil { return m.ChargeType } return 0 } func (m *ChargeItem) GetChargeName() string { if m != nil { return m.ChargeName } return "" } func (m *ChargeItem) GetChargeTimeType() int32 { if m != nil { return m.ChargeTimeType } return 0 } func (m *ChargeItem) GetCreatedAt() string { if m != nil { return m.CreatedAt } return "" } func (m *ChargeItem) GetStart() string { if m != nil { return m.Start } return "" } func (m *ChargeItem) GetEnd() string { if m != nil { return m.End } return "" } func (m *ChargeItem) GetStatus() string { if m != nil { return m.Status } return "" } func (m *ChargeItem) GetDesc() string { if m != nil { return m.Desc } return "" } type ChargeListReply struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` List []*ChargeItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargeListReply) Reset() { *m = ChargeListReply{} } func (m *ChargeListReply) String() string { return proto.CompactTextString(m) } func (*ChargeListReply) ProtoMessage() {} func (*ChargeListReply) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{5} } func (m *ChargeListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargeListReply.Unmarshal(m, b) } func (m *ChargeListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargeListReply.Marshal(b, m, deterministic) } func (m *ChargeListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargeListReply.Merge(m, src) } func (m *ChargeListReply) XXX_Size() int { return xxx_messageInfo_ChargeListReply.Size(m) } func (m *ChargeListReply) XXX_DiscardUnknown() { xxx_messageInfo_ChargeListReply.DiscardUnknown(m) } var xxx_messageInfo_ChargeListReply proto.InternalMessageInfo func (m *ChargeListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *ChargeListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *ChargeListReply) GetList() []*ChargeItem { if m != nil { return m.List } return nil } // 费项账单 type ChargeBillListRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` BindId int64 `protobuf:"varint,2,opt,name=bind_id,json=bindId,proto3" json:"bind_id"` Page int64 `protobuf:"varint,3,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"` Status int32 `protobuf:"varint,5,opt,name=status,proto3" json:"status"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargeBillListRequest) Reset() { *m = ChargeBillListRequest{} } func (m *ChargeBillListRequest) String() string { return proto.CompactTextString(m) } func (*ChargeBillListRequest) ProtoMessage() {} func (*ChargeBillListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{6} } func (m *ChargeBillListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargeBillListRequest.Unmarshal(m, b) } func (m *ChargeBillListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargeBillListRequest.Marshal(b, m, deterministic) } func (m *ChargeBillListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargeBillListRequest.Merge(m, src) } func (m *ChargeBillListRequest) XXX_Size() int { return xxx_messageInfo_ChargeBillListRequest.Size(m) } func (m *ChargeBillListRequest) XXX_DiscardUnknown() { xxx_messageInfo_ChargeBillListRequest.DiscardUnknown(m) } var xxx_messageInfo_ChargeBillListRequest proto.InternalMessageInfo func (m *ChargeBillListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *ChargeBillListRequest) GetBindId() int64 { if m != nil { return m.BindId } return 0 } func (m *ChargeBillListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *ChargeBillListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *ChargeBillListRequest) GetStatus() int32 { if m != nil { return m.Status } return 0 } type ChargeBillItem struct { Start string `protobuf:"bytes,1,opt,name=start,proto3" json:"start"` End string `protobuf:"bytes,2,opt,name=end,proto3" json:"end"` ChargeType int32 `protobuf:"varint,3,opt,name=charge_type,json=chargeType,proto3" json:"charge_type"` ChargeName string `protobuf:"bytes,4,opt,name=charge_name,json=chargeName,proto3" json:"charge_name"` Amount int64 `protobuf:"varint,5,opt,name=amount,proto3" json:"amount"` LastUsed float64 `protobuf:"fixed64,6,opt,name=last_used,json=lastUsed,proto3" json:"last_used"` CurrentUsed float64 `protobuf:"fixed64,7,opt,name=current_used,json=currentUsed,proto3" json:"current_used"` LateFee int64 `protobuf:"varint,8,opt,name=late_fee,json=lateFee,proto3" json:"late_fee"` BillId int64 `protobuf:"varint,9,opt,name=bill_id,json=billId,proto3" json:"bill_id"` ChargeDesc string `protobuf:"bytes,10,opt,name=charge_desc,json=chargeDesc,proto3" json:"charge_desc"` ObjType int32 `protobuf:"varint,11,opt,name=obj_type,json=objType,proto3" json:"obj_type"` ObjId int64 `protobuf:"varint,12,opt,name=obj_id,json=objId,proto3" json:"obj_id"` ObjName string `protobuf:"bytes,13,opt,name=obj_name,json=objName,proto3" json:"obj_name"` LateDays int64 `protobuf:"varint,14,opt,name=late_days,json=lateDays,proto3" json:"late_days"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargeBillItem) Reset() { *m = ChargeBillItem{} } func (m *ChargeBillItem) String() string { return proto.CompactTextString(m) } func (*ChargeBillItem) ProtoMessage() {} func (*ChargeBillItem) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{7} } func (m *ChargeBillItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargeBillItem.Unmarshal(m, b) } func (m *ChargeBillItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargeBillItem.Marshal(b, m, deterministic) } func (m *ChargeBillItem) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargeBillItem.Merge(m, src) } func (m *ChargeBillItem) XXX_Size() int { return xxx_messageInfo_ChargeBillItem.Size(m) } func (m *ChargeBillItem) XXX_DiscardUnknown() { xxx_messageInfo_ChargeBillItem.DiscardUnknown(m) } var xxx_messageInfo_ChargeBillItem proto.InternalMessageInfo func (m *ChargeBillItem) GetStart() string { if m != nil { return m.Start } return "" } func (m *ChargeBillItem) GetEnd() string { if m != nil { return m.End } return "" } func (m *ChargeBillItem) GetChargeType() int32 { if m != nil { return m.ChargeType } return 0 } func (m *ChargeBillItem) GetChargeName() string { if m != nil { return m.ChargeName } return "" } func (m *ChargeBillItem) GetAmount() int64 { if m != nil { return m.Amount } return 0 } func (m *ChargeBillItem) GetLastUsed() float64 { if m != nil { return m.LastUsed } return 0 } func (m *ChargeBillItem) GetCurrentUsed() float64 { if m != nil { return m.CurrentUsed } return 0 } func (m *ChargeBillItem) GetLateFee() int64 { if m != nil { return m.LateFee } return 0 } func (m *ChargeBillItem) GetBillId() int64 { if m != nil { return m.BillId } return 0 } func (m *ChargeBillItem) GetChargeDesc() string { if m != nil { return m.ChargeDesc } return "" } func (m *ChargeBillItem) GetObjType() int32 { if m != nil { return m.ObjType } return 0 } func (m *ChargeBillItem) GetObjId() int64 { if m != nil { return m.ObjId } return 0 } func (m *ChargeBillItem) GetObjName() string { if m != nil { return m.ObjName } return "" } func (m *ChargeBillItem) GetLateDays() int64 { if m != nil { return m.LateDays } return 0 } type ChargeBillListReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"` Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` ChargeType int32 `protobuf:"varint,3,opt,name=charge_type,json=chargeType,proto3" json:"charge_type"` ChargeName string `protobuf:"bytes,4,opt,name=charge_name,json=chargeName,proto3" json:"charge_name"` ShouldPayAmount int64 `protobuf:"varint,5,opt,name=should_pay_amount,json=shouldPayAmount,proto3" json:"should_pay_amount"` List []*ChargeBillItem `protobuf:"bytes,6,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargeBillListReply) Reset() { *m = ChargeBillListReply{} } func (m *ChargeBillListReply) String() string { return proto.CompactTextString(m) } func (*ChargeBillListReply) ProtoMessage() {} func (*ChargeBillListReply) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{8} } func (m *ChargeBillListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargeBillListReply.Unmarshal(m, b) } func (m *ChargeBillListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargeBillListReply.Marshal(b, m, deterministic) } func (m *ChargeBillListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargeBillListReply.Merge(m, src) } func (m *ChargeBillListReply) XXX_Size() int { return xxx_messageInfo_ChargeBillListReply.Size(m) } func (m *ChargeBillListReply) XXX_DiscardUnknown() { xxx_messageInfo_ChargeBillListReply.DiscardUnknown(m) } var xxx_messageInfo_ChargeBillListReply proto.InternalMessageInfo func (m *ChargeBillListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *ChargeBillListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *ChargeBillListReply) GetChargeType() int32 { if m != nil { return m.ChargeType } return 0 } func (m *ChargeBillListReply) GetChargeName() string { if m != nil { return m.ChargeName } return "" } func (m *ChargeBillListReply) GetShouldPayAmount() int64 { if m != nil { return m.ShouldPayAmount } return 0 } func (m *ChargeBillListReply) GetList() []*ChargeBillItem { if m != nil { return m.List } return nil } // 预缴获取金额信息 type ChargePrePayInfoRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` BindId int64 `protobuf:"varint,2,opt,name=bind_id,json=bindId,proto3" json:"bind_id"` Months int64 `protobuf:"varint,3,opt,name=months,proto3" json:"months"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargePrePayInfoRequest) Reset() { *m = ChargePrePayInfoRequest{} } func (m *ChargePrePayInfoRequest) String() string { return proto.CompactTextString(m) } func (*ChargePrePayInfoRequest) ProtoMessage() {} func (*ChargePrePayInfoRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{9} } func (m *ChargePrePayInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargePrePayInfoRequest.Unmarshal(m, b) } func (m *ChargePrePayInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargePrePayInfoRequest.Marshal(b, m, deterministic) } func (m *ChargePrePayInfoRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargePrePayInfoRequest.Merge(m, src) } func (m *ChargePrePayInfoRequest) XXX_Size() int { return xxx_messageInfo_ChargePrePayInfoRequest.Size(m) } func (m *ChargePrePayInfoRequest) XXX_DiscardUnknown() { xxx_messageInfo_ChargePrePayInfoRequest.DiscardUnknown(m) } var xxx_messageInfo_ChargePrePayInfoRequest proto.InternalMessageInfo func (m *ChargePrePayInfoRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *ChargePrePayInfoRequest) GetBindId() int64 { if m != nil { return m.BindId } return 0 } func (m *ChargePrePayInfoRequest) GetMonths() int64 { if m != nil { return m.Months } return 0 } type ChargePrePayInfoReply struct { ChargeName string `protobuf:"bytes,1,opt,name=charge_name,json=chargeName,proto3" json:"charge_name"` ChargeType int32 `protobuf:"varint,2,opt,name=charge_type,json=chargeType,proto3" json:"charge_type"` ChargeDesc string `protobuf:"bytes,3,opt,name=charge_desc,json=chargeDesc,proto3" json:"charge_desc"` ShouldPayAmount int64 `protobuf:"varint,4,opt,name=should_pay_amount,json=shouldPayAmount,proto3" json:"should_pay_amount"` Start int64 `protobuf:"varint,5,opt,name=start,proto3" json:"start"` End int64 `protobuf:"varint,6,opt,name=end,proto3" json:"end"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargePrePayInfoReply) Reset() { *m = ChargePrePayInfoReply{} } func (m *ChargePrePayInfoReply) String() string { return proto.CompactTextString(m) } func (*ChargePrePayInfoReply) ProtoMessage() {} func (*ChargePrePayInfoReply) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{10} } func (m *ChargePrePayInfoReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargePrePayInfoReply.Unmarshal(m, b) } func (m *ChargePrePayInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargePrePayInfoReply.Marshal(b, m, deterministic) } func (m *ChargePrePayInfoReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargePrePayInfoReply.Merge(m, src) } func (m *ChargePrePayInfoReply) XXX_Size() int { return xxx_messageInfo_ChargePrePayInfoReply.Size(m) } func (m *ChargePrePayInfoReply) XXX_DiscardUnknown() { xxx_messageInfo_ChargePrePayInfoReply.DiscardUnknown(m) } var xxx_messageInfo_ChargePrePayInfoReply proto.InternalMessageInfo func (m *ChargePrePayInfoReply) GetChargeName() string { if m != nil { return m.ChargeName } return "" } func (m *ChargePrePayInfoReply) GetChargeType() int32 { if m != nil { return m.ChargeType } return 0 } func (m *ChargePrePayInfoReply) GetChargeDesc() string { if m != nil { return m.ChargeDesc } return "" } func (m *ChargePrePayInfoReply) GetShouldPayAmount() int64 { if m != nil { return m.ShouldPayAmount } return 0 } func (m *ChargePrePayInfoReply) GetStart() int64 { if m != nil { return m.Start } return 0 } func (m *ChargePrePayInfoReply) GetEnd() int64 { if m != nil { return m.End } return 0 } // 物业或车位费预缴 type ChargePrePayRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` BindId int64 `protobuf:"varint,2,opt,name=bind_id,json=bindId,proto3" json:"bind_id"` Months int64 `protobuf:"varint,3,opt,name=months,proto3" json:"months"` ShouldPayAmount int64 `protobuf:"varint,4,opt,name=should_pay_amount,json=shouldPayAmount,proto3" json:"should_pay_amount"` PayAmount int64 `protobuf:"varint,5,opt,name=pay_amount,json=payAmount,proto3" json:"pay_amount"` Comment string `protobuf:"bytes,6,opt,name=comment,proto3" json:"comment"` PayType int32 `protobuf:"varint,7,opt,name=pay_type,json=payType,proto3" json:"pay_type"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargePrePayRequest) Reset() { *m = ChargePrePayRequest{} } func (m *ChargePrePayRequest) String() string { return proto.CompactTextString(m) } func (*ChargePrePayRequest) ProtoMessage() {} func (*ChargePrePayRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{11} } func (m *ChargePrePayRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargePrePayRequest.Unmarshal(m, b) } func (m *ChargePrePayRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargePrePayRequest.Marshal(b, m, deterministic) } func (m *ChargePrePayRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargePrePayRequest.Merge(m, src) } func (m *ChargePrePayRequest) XXX_Size() int { return xxx_messageInfo_ChargePrePayRequest.Size(m) } func (m *ChargePrePayRequest) XXX_DiscardUnknown() { xxx_messageInfo_ChargePrePayRequest.DiscardUnknown(m) } var xxx_messageInfo_ChargePrePayRequest proto.InternalMessageInfo func (m *ChargePrePayRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *ChargePrePayRequest) GetBindId() int64 { if m != nil { return m.BindId } return 0 } func (m *ChargePrePayRequest) GetMonths() int64 { if m != nil { return m.Months } return 0 } func (m *ChargePrePayRequest) GetShouldPayAmount() int64 { if m != nil { return m.ShouldPayAmount } return 0 } func (m *ChargePrePayRequest) GetPayAmount() int64 { if m != nil { return m.PayAmount } return 0 } func (m *ChargePrePayRequest) GetComment() string { if m != nil { return m.Comment } return "" } func (m *ChargePrePayRequest) GetPayType() int32 { if m != nil { return m.PayType } return 0 } type ChargePrePayReply struct { OrderId string `protobuf:"bytes,1,opt,name=order_id,json=orderId,proto3" json:"order_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargePrePayReply) Reset() { *m = ChargePrePayReply{} } func (m *ChargePrePayReply) String() string { return proto.CompactTextString(m) } func (*ChargePrePayReply) ProtoMessage() {} func (*ChargePrePayReply) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{12} } func (m *ChargePrePayReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargePrePayReply.Unmarshal(m, b) } func (m *ChargePrePayReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargePrePayReply.Marshal(b, m, deterministic) } func (m *ChargePrePayReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargePrePayReply.Merge(m, src) } func (m *ChargePrePayReply) XXX_Size() int { return xxx_messageInfo_ChargePrePayReply.Size(m) } func (m *ChargePrePayReply) XXX_DiscardUnknown() { xxx_messageInfo_ChargePrePayReply.DiscardUnknown(m) } var xxx_messageInfo_ChargePrePayReply proto.InternalMessageInfo func (m *ChargePrePayReply) GetOrderId() string { if m != nil { return m.OrderId } return "" } // 缴费订单列表 type ChargeOrderListRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` ObjName string `protobuf:"bytes,2,opt,name=obj_name,json=objName,proto3" json:"obj_name"` Page int64 `protobuf:"varint,3,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"` PayType int32 `protobuf:"varint,5,opt,name=pay_type,json=payType,proto3" json:"pay_type"` OrderId string `protobuf:"bytes,6,opt,name=order_id,json=orderId,proto3" json:"order_id"` PayStatus int32 `protobuf:"varint,7,opt,name=pay_status,json=payStatus,proto3" json:"pay_status"` Uid int64 `protobuf:"varint,8,opt,name=uid,proto3" json:"uid"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargeOrderListRequest) Reset() { *m = ChargeOrderListRequest{} } func (m *ChargeOrderListRequest) String() string { return proto.CompactTextString(m) } func (*ChargeOrderListRequest) ProtoMessage() {} func (*ChargeOrderListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{13} } func (m *ChargeOrderListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargeOrderListRequest.Unmarshal(m, b) } func (m *ChargeOrderListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargeOrderListRequest.Marshal(b, m, deterministic) } func (m *ChargeOrderListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargeOrderListRequest.Merge(m, src) } func (m *ChargeOrderListRequest) XXX_Size() int { return xxx_messageInfo_ChargeOrderListRequest.Size(m) } func (m *ChargeOrderListRequest) XXX_DiscardUnknown() { xxx_messageInfo_ChargeOrderListRequest.DiscardUnknown(m) } var xxx_messageInfo_ChargeOrderListRequest proto.InternalMessageInfo func (m *ChargeOrderListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *ChargeOrderListRequest) GetObjName() string { if m != nil { return m.ObjName } return "" } func (m *ChargeOrderListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *ChargeOrderListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *ChargeOrderListRequest) GetPayType() int32 { if m != nil { return m.PayType } return 0 } func (m *ChargeOrderListRequest) GetOrderId() string { if m != nil { return m.OrderId } return "" } func (m *ChargeOrderListRequest) GetPayStatus() int32 { if m != nil { return m.PayStatus } return 0 } func (m *ChargeOrderListRequest) GetUid() int64 { if m != nil { return m.Uid } return 0 } type ChargeOrderItem struct { OrderId string `protobuf:"bytes,1,opt,name=order_id,json=orderId,proto3" json:"order_id"` PayTime string `protobuf:"bytes,2,opt,name=pay_time,json=payTime,proto3" json:"pay_time"` PayType int32 `protobuf:"varint,3,opt,name=pay_type,json=payType,proto3" json:"pay_type"` ShouldPayAmount int64 `protobuf:"varint,4,opt,name=should_pay_amount,json=shouldPayAmount,proto3" json:"should_pay_amount"` PayAmount int64 `protobuf:"varint,5,opt,name=pay_amount,json=payAmount,proto3" json:"pay_amount"` ObjName string `protobuf:"bytes,6,opt,name=obj_name,json=objName,proto3" json:"obj_name"` PayingDesc string `protobuf:"bytes,7,opt,name=paying_desc,json=payingDesc,proto3" json:"paying_desc"` TransactionId string `protobuf:"bytes,8,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id"` Comment string `protobuf:"bytes,9,opt,name=comment,proto3" json:"comment"` // 1 待支付 2 已支付 Status int32 `protobuf:"varint,10,opt,name=status,proto3" json:"status"` // 账单数 BillCount int64 `protobuf:"varint,11,opt,name=bill_count,json=billCount,proto3" json:"bill_count"` Desc string `protobuf:"bytes,12,opt,name=desc,proto3" json:"desc"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargeOrderItem) Reset() { *m = ChargeOrderItem{} } func (m *ChargeOrderItem) String() string { return proto.CompactTextString(m) } func (*ChargeOrderItem) ProtoMessage() {} func (*ChargeOrderItem) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{14} } func (m *ChargeOrderItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargeOrderItem.Unmarshal(m, b) } func (m *ChargeOrderItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargeOrderItem.Marshal(b, m, deterministic) } func (m *ChargeOrderItem) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargeOrderItem.Merge(m, src) } func (m *ChargeOrderItem) XXX_Size() int { return xxx_messageInfo_ChargeOrderItem.Size(m) } func (m *ChargeOrderItem) XXX_DiscardUnknown() { xxx_messageInfo_ChargeOrderItem.DiscardUnknown(m) } var xxx_messageInfo_ChargeOrderItem proto.InternalMessageInfo func (m *ChargeOrderItem) GetOrderId() string { if m != nil { return m.OrderId } return "" } func (m *ChargeOrderItem) GetPayTime() string { if m != nil { return m.PayTime } return "" } func (m *ChargeOrderItem) GetPayType() int32 { if m != nil { return m.PayType } return 0 } func (m *ChargeOrderItem) GetShouldPayAmount() int64 { if m != nil { return m.ShouldPayAmount } return 0 } func (m *ChargeOrderItem) GetPayAmount() int64 { if m != nil { return m.PayAmount } return 0 } func (m *ChargeOrderItem) GetObjName() string { if m != nil { return m.ObjName } return "" } func (m *ChargeOrderItem) GetPayingDesc() string { if m != nil { return m.PayingDesc } return "" } func (m *ChargeOrderItem) GetTransactionId() string { if m != nil { return m.TransactionId } return "" } func (m *ChargeOrderItem) GetComment() string { if m != nil { return m.Comment } return "" } func (m *ChargeOrderItem) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *ChargeOrderItem) GetBillCount() int64 { if m != nil { return m.BillCount } return 0 } func (m *ChargeOrderItem) GetDesc() string { if m != nil { return m.Desc } return "" } type ChargeOrderListReply struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` List []*ChargeOrderItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargeOrderListReply) Reset() { *m = ChargeOrderListReply{} } func (m *ChargeOrderListReply) String() string { return proto.CompactTextString(m) } func (*ChargeOrderListReply) ProtoMessage() {} func (*ChargeOrderListReply) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{15} } func (m *ChargeOrderListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargeOrderListReply.Unmarshal(m, b) } func (m *ChargeOrderListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargeOrderListReply.Marshal(b, m, deterministic) } func (m *ChargeOrderListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargeOrderListReply.Merge(m, src) } func (m *ChargeOrderListReply) XXX_Size() int { return xxx_messageInfo_ChargeOrderListReply.Size(m) } func (m *ChargeOrderListReply) XXX_DiscardUnknown() { xxx_messageInfo_ChargeOrderListReply.DiscardUnknown(m) } var xxx_messageInfo_ChargeOrderListReply proto.InternalMessageInfo func (m *ChargeOrderListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *ChargeOrderListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *ChargeOrderListReply) GetList() []*ChargeOrderItem { if m != nil { return m.List } return nil } // 订单详情 type ChargeOrderInfoRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` OrderId string `protobuf:"bytes,2,opt,name=order_id,json=orderId,proto3" json:"order_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargeOrderInfoRequest) Reset() { *m = ChargeOrderInfoRequest{} } func (m *ChargeOrderInfoRequest) String() string { return proto.CompactTextString(m) } func (*ChargeOrderInfoRequest) ProtoMessage() {} func (*ChargeOrderInfoRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{16} } func (m *ChargeOrderInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargeOrderInfoRequest.Unmarshal(m, b) } func (m *ChargeOrderInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargeOrderInfoRequest.Marshal(b, m, deterministic) } func (m *ChargeOrderInfoRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargeOrderInfoRequest.Merge(m, src) } func (m *ChargeOrderInfoRequest) XXX_Size() int { return xxx_messageInfo_ChargeOrderInfoRequest.Size(m) } func (m *ChargeOrderInfoRequest) XXX_DiscardUnknown() { xxx_messageInfo_ChargeOrderInfoRequest.DiscardUnknown(m) } var xxx_messageInfo_ChargeOrderInfoRequest proto.InternalMessageInfo func (m *ChargeOrderInfoRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *ChargeOrderInfoRequest) GetOrderId() string { if m != nil { return m.OrderId } return "" } type ChargeOrderBillItem struct { Start string `protobuf:"bytes,1,opt,name=start,proto3" json:"start"` End string `protobuf:"bytes,2,opt,name=end,proto3" json:"end"` ChargeType int32 `protobuf:"varint,3,opt,name=charge_type,json=chargeType,proto3" json:"charge_type"` ChargeName string `protobuf:"bytes,4,opt,name=charge_name,json=chargeName,proto3" json:"charge_name"` Amount int64 `protobuf:"varint,5,opt,name=amount,proto3" json:"amount"` LastUsed float64 `protobuf:"fixed64,6,opt,name=last_used,json=lastUsed,proto3" json:"last_used"` CurrentUsed float64 `protobuf:"fixed64,7,opt,name=current_used,json=currentUsed,proto3" json:"current_used"` LateFee int64 `protobuf:"varint,8,opt,name=late_fee,json=lateFee,proto3" json:"late_fee"` BillId int64 `protobuf:"varint,9,opt,name=bill_id,json=billId,proto3" json:"bill_id"` ChargeDesc string `protobuf:"bytes,10,opt,name=charge_desc,json=chargeDesc,proto3" json:"charge_desc"` ObjName string `protobuf:"bytes,13,opt,name=obj_name,json=objName,proto3" json:"obj_name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargeOrderBillItem) Reset() { *m = ChargeOrderBillItem{} } func (m *ChargeOrderBillItem) String() string { return proto.CompactTextString(m) } func (*ChargeOrderBillItem) ProtoMessage() {} func (*ChargeOrderBillItem) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{17} } func (m *ChargeOrderBillItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargeOrderBillItem.Unmarshal(m, b) } func (m *ChargeOrderBillItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargeOrderBillItem.Marshal(b, m, deterministic) } func (m *ChargeOrderBillItem) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargeOrderBillItem.Merge(m, src) } func (m *ChargeOrderBillItem) XXX_Size() int { return xxx_messageInfo_ChargeOrderBillItem.Size(m) } func (m *ChargeOrderBillItem) XXX_DiscardUnknown() { xxx_messageInfo_ChargeOrderBillItem.DiscardUnknown(m) } var xxx_messageInfo_ChargeOrderBillItem proto.InternalMessageInfo func (m *ChargeOrderBillItem) GetStart() string { if m != nil { return m.Start } return "" } func (m *ChargeOrderBillItem) GetEnd() string { if m != nil { return m.End } return "" } func (m *ChargeOrderBillItem) GetChargeType() int32 { if m != nil { return m.ChargeType } return 0 } func (m *ChargeOrderBillItem) GetChargeName() string { if m != nil { return m.ChargeName } return "" } func (m *ChargeOrderBillItem) GetAmount() int64 { if m != nil { return m.Amount } return 0 } func (m *ChargeOrderBillItem) GetLastUsed() float64 { if m != nil { return m.LastUsed } return 0 } func (m *ChargeOrderBillItem) GetCurrentUsed() float64 { if m != nil { return m.CurrentUsed } return 0 } func (m *ChargeOrderBillItem) GetLateFee() int64 { if m != nil { return m.LateFee } return 0 } func (m *ChargeOrderBillItem) GetBillId() int64 { if m != nil { return m.BillId } return 0 } func (m *ChargeOrderBillItem) GetChargeDesc() string { if m != nil { return m.ChargeDesc } return "" } func (m *ChargeOrderBillItem) GetObjName() string { if m != nil { return m.ObjName } return "" } type ChargeOrderInfoReply struct { List []*ChargeOrderBillItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargeOrderInfoReply) Reset() { *m = ChargeOrderInfoReply{} } func (m *ChargeOrderInfoReply) String() string { return proto.CompactTextString(m) } func (*ChargeOrderInfoReply) ProtoMessage() {} func (*ChargeOrderInfoReply) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{18} } func (m *ChargeOrderInfoReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargeOrderInfoReply.Unmarshal(m, b) } func (m *ChargeOrderInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargeOrderInfoReply.Marshal(b, m, deterministic) } func (m *ChargeOrderInfoReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargeOrderInfoReply.Merge(m, src) } func (m *ChargeOrderInfoReply) XXX_Size() int { return xxx_messageInfo_ChargeOrderInfoReply.Size(m) } func (m *ChargeOrderInfoReply) XXX_DiscardUnknown() { xxx_messageInfo_ChargeOrderInfoReply.DiscardUnknown(m) } var xxx_messageInfo_ChargeOrderInfoReply proto.InternalMessageInfo func (m *ChargeOrderInfoReply) GetList() []*ChargeOrderBillItem { if m != nil { return m.List } return nil } // 取消订单 type ChargeOrderCancelRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` OrderId string `protobuf:"bytes,2,opt,name=order_id,json=orderId,proto3" json:"order_id"` // true 未支付订单中用户主动取消,false 前端判断未支付时主动调接口删除 ByUser bool `protobuf:"varint,3,opt,name=by_user,json=byUser,proto3" json:"by_user"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargeOrderCancelRequest) Reset() { *m = ChargeOrderCancelRequest{} } func (m *ChargeOrderCancelRequest) String() string { return proto.CompactTextString(m) } func (*ChargeOrderCancelRequest) ProtoMessage() {} func (*ChargeOrderCancelRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{19} } func (m *ChargeOrderCancelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargeOrderCancelRequest.Unmarshal(m, b) } func (m *ChargeOrderCancelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargeOrderCancelRequest.Marshal(b, m, deterministic) } func (m *ChargeOrderCancelRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargeOrderCancelRequest.Merge(m, src) } func (m *ChargeOrderCancelRequest) XXX_Size() int { return xxx_messageInfo_ChargeOrderCancelRequest.Size(m) } func (m *ChargeOrderCancelRequest) XXX_DiscardUnknown() { xxx_messageInfo_ChargeOrderCancelRequest.DiscardUnknown(m) } var xxx_messageInfo_ChargeOrderCancelRequest proto.InternalMessageInfo func (m *ChargeOrderCancelRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *ChargeOrderCancelRequest) GetOrderId() string { if m != nil { return m.OrderId } return "" } func (m *ChargeOrderCancelRequest) GetByUser() bool { if m != nil { return m.ByUser } return false } type ChargeOrderCancelReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargeOrderCancelReply) Reset() { *m = ChargeOrderCancelReply{} } func (m *ChargeOrderCancelReply) String() string { return proto.CompactTextString(m) } func (*ChargeOrderCancelReply) ProtoMessage() {} func (*ChargeOrderCancelReply) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{20} } func (m *ChargeOrderCancelReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargeOrderCancelReply.Unmarshal(m, b) } func (m *ChargeOrderCancelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargeOrderCancelReply.Marshal(b, m, deterministic) } func (m *ChargeOrderCancelReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargeOrderCancelReply.Merge(m, src) } func (m *ChargeOrderCancelReply) XXX_Size() int { return xxx_messageInfo_ChargeOrderCancelReply.Size(m) } func (m *ChargeOrderCancelReply) XXX_DiscardUnknown() { xxx_messageInfo_ChargeOrderCancelReply.DiscardUnknown(m) } var xxx_messageInfo_ChargeOrderCancelReply proto.InternalMessageInfo // 欠费缴费用户支付 type ChargeBillPayByHouseholdRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` BillIds []int64 `protobuf:"varint,2,rep,packed,name=bill_ids,json=billIds,proto3" json:"bill_ids"` BindIds []int64 `protobuf:"varint,3,rep,packed,name=bind_ids,json=bindIds,proto3" json:"bind_ids"` PayType int32 `protobuf:"varint,4,opt,name=pay_type,json=payType,proto3" json:"pay_type"` ShouldPayAmount int64 `protobuf:"varint,5,opt,name=should_pay_amount,json=shouldPayAmount,proto3" json:"should_pay_amount"` PayAmount int64 `protobuf:"varint,6,opt,name=pay_amount,json=payAmount,proto3" json:"pay_amount"` Comment string `protobuf:"bytes,7,opt,name=comment,proto3" json:"comment"` HouseholdUid int64 `protobuf:"varint,8,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"` InputIp string `protobuf:"bytes,9,opt,name=input_ip,json=inputIp,proto3" json:"input_ip"` OpenId string `protobuf:"bytes,10,opt,name=open_id,json=openId,proto3" json:"open_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargeBillPayByHouseholdRequest) Reset() { *m = ChargeBillPayByHouseholdRequest{} } func (m *ChargeBillPayByHouseholdRequest) String() string { return proto.CompactTextString(m) } func (*ChargeBillPayByHouseholdRequest) ProtoMessage() {} func (*ChargeBillPayByHouseholdRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{21} } func (m *ChargeBillPayByHouseholdRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargeBillPayByHouseholdRequest.Unmarshal(m, b) } func (m *ChargeBillPayByHouseholdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargeBillPayByHouseholdRequest.Marshal(b, m, deterministic) } func (m *ChargeBillPayByHouseholdRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargeBillPayByHouseholdRequest.Merge(m, src) } func (m *ChargeBillPayByHouseholdRequest) XXX_Size() int { return xxx_messageInfo_ChargeBillPayByHouseholdRequest.Size(m) } func (m *ChargeBillPayByHouseholdRequest) XXX_DiscardUnknown() { xxx_messageInfo_ChargeBillPayByHouseholdRequest.DiscardUnknown(m) } var xxx_messageInfo_ChargeBillPayByHouseholdRequest proto.InternalMessageInfo func (m *ChargeBillPayByHouseholdRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *ChargeBillPayByHouseholdRequest) GetBillIds() []int64 { if m != nil { return m.BillIds } return nil } func (m *ChargeBillPayByHouseholdRequest) GetBindIds() []int64 { if m != nil { return m.BindIds } return nil } func (m *ChargeBillPayByHouseholdRequest) GetPayType() int32 { if m != nil { return m.PayType } return 0 } func (m *ChargeBillPayByHouseholdRequest) GetShouldPayAmount() int64 { if m != nil { return m.ShouldPayAmount } return 0 } func (m *ChargeBillPayByHouseholdRequest) GetPayAmount() int64 { if m != nil { return m.PayAmount } return 0 } func (m *ChargeBillPayByHouseholdRequest) GetComment() string { if m != nil { return m.Comment } return "" } func (m *ChargeBillPayByHouseholdRequest) GetHouseholdUid() int64 { if m != nil { return m.HouseholdUid } return 0 } func (m *ChargeBillPayByHouseholdRequest) GetInputIp() string { if m != nil { return m.InputIp } return "" } func (m *ChargeBillPayByHouseholdRequest) GetOpenId() string { if m != nil { return m.OpenId } return "" } type ChargeBillPayByHouseholdReply struct { OrderId string `protobuf:"bytes,1,opt,name=order_id,json=orderId,proto3" json:"order_id"` // 三方预支付信息 PrepayInfo string `protobuf:"bytes,2,opt,name=prepay_info,json=prepayInfo,proto3" json:"prepay_info"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargeBillPayByHouseholdReply) Reset() { *m = ChargeBillPayByHouseholdReply{} } func (m *ChargeBillPayByHouseholdReply) String() string { return proto.CompactTextString(m) } func (*ChargeBillPayByHouseholdReply) ProtoMessage() {} func (*ChargeBillPayByHouseholdReply) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{22} } func (m *ChargeBillPayByHouseholdReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargeBillPayByHouseholdReply.Unmarshal(m, b) } func (m *ChargeBillPayByHouseholdReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargeBillPayByHouseholdReply.Marshal(b, m, deterministic) } func (m *ChargeBillPayByHouseholdReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargeBillPayByHouseholdReply.Merge(m, src) } func (m *ChargeBillPayByHouseholdReply) XXX_Size() int { return xxx_messageInfo_ChargeBillPayByHouseholdReply.Size(m) } func (m *ChargeBillPayByHouseholdReply) XXX_DiscardUnknown() { xxx_messageInfo_ChargeBillPayByHouseholdReply.DiscardUnknown(m) } var xxx_messageInfo_ChargeBillPayByHouseholdReply proto.InternalMessageInfo func (m *ChargeBillPayByHouseholdReply) GetOrderId() string { if m != nil { return m.OrderId } return "" } func (m *ChargeBillPayByHouseholdReply) GetPrepayInfo() string { if m != nil { return m.PrepayInfo } return "" } // 物业或车位费 用户预缴 type ChargePrePayByHouseholdRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` BindId int64 `protobuf:"varint,2,opt,name=bind_id,json=bindId,proto3" json:"bind_id"` Months int64 `protobuf:"varint,3,opt,name=months,proto3" json:"months"` ShouldPayAmount int64 `protobuf:"varint,4,opt,name=should_pay_amount,json=shouldPayAmount,proto3" json:"should_pay_amount"` PayAmount int64 `protobuf:"varint,5,opt,name=pay_amount,json=payAmount,proto3" json:"pay_amount"` Comment string `protobuf:"bytes,6,opt,name=comment,proto3" json:"comment"` PayType int32 `protobuf:"varint,7,opt,name=pay_type,json=payType,proto3" json:"pay_type"` HouseholdUid int64 `protobuf:"varint,8,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"` InputIp string `protobuf:"bytes,9,opt,name=input_ip,json=inputIp,proto3" json:"input_ip"` OpenId string `protobuf:"bytes,10,opt,name=open_id,json=openId,proto3" json:"open_id"` PackageId int64 `protobuf:"varint,11,opt,name=package_id,json=packageId,proto3" json:"package_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargePrePayByHouseholdRequest) Reset() { *m = ChargePrePayByHouseholdRequest{} } func (m *ChargePrePayByHouseholdRequest) String() string { return proto.CompactTextString(m) } func (*ChargePrePayByHouseholdRequest) ProtoMessage() {} func (*ChargePrePayByHouseholdRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{23} } func (m *ChargePrePayByHouseholdRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargePrePayByHouseholdRequest.Unmarshal(m, b) } func (m *ChargePrePayByHouseholdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargePrePayByHouseholdRequest.Marshal(b, m, deterministic) } func (m *ChargePrePayByHouseholdRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargePrePayByHouseholdRequest.Merge(m, src) } func (m *ChargePrePayByHouseholdRequest) XXX_Size() int { return xxx_messageInfo_ChargePrePayByHouseholdRequest.Size(m) } func (m *ChargePrePayByHouseholdRequest) XXX_DiscardUnknown() { xxx_messageInfo_ChargePrePayByHouseholdRequest.DiscardUnknown(m) } var xxx_messageInfo_ChargePrePayByHouseholdRequest proto.InternalMessageInfo func (m *ChargePrePayByHouseholdRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *ChargePrePayByHouseholdRequest) GetBindId() int64 { if m != nil { return m.BindId } return 0 } func (m *ChargePrePayByHouseholdRequest) GetMonths() int64 { if m != nil { return m.Months } return 0 } func (m *ChargePrePayByHouseholdRequest) GetShouldPayAmount() int64 { if m != nil { return m.ShouldPayAmount } return 0 } func (m *ChargePrePayByHouseholdRequest) GetPayAmount() int64 { if m != nil { return m.PayAmount } return 0 } func (m *ChargePrePayByHouseholdRequest) GetComment() string { if m != nil { return m.Comment } return "" } func (m *ChargePrePayByHouseholdRequest) GetPayType() int32 { if m != nil { return m.PayType } return 0 } func (m *ChargePrePayByHouseholdRequest) GetHouseholdUid() int64 { if m != nil { return m.HouseholdUid } return 0 } func (m *ChargePrePayByHouseholdRequest) GetInputIp() string { if m != nil { return m.InputIp } return "" } func (m *ChargePrePayByHouseholdRequest) GetOpenId() string { if m != nil { return m.OpenId } return "" } func (m *ChargePrePayByHouseholdRequest) GetPackageId() int64 { if m != nil { return m.PackageId } return 0 } type ChargePrePayByHouseholdReply struct { OrderId string `protobuf:"bytes,1,opt,name=order_id,json=orderId,proto3" json:"order_id"` // 三方预支付信息 PrepayInfo string `protobuf:"bytes,2,opt,name=prepay_info,json=prepayInfo,proto3" json:"prepay_info"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargePrePayByHouseholdReply) Reset() { *m = ChargePrePayByHouseholdReply{} } func (m *ChargePrePayByHouseholdReply) String() string { return proto.CompactTextString(m) } func (*ChargePrePayByHouseholdReply) ProtoMessage() {} func (*ChargePrePayByHouseholdReply) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{24} } func (m *ChargePrePayByHouseholdReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargePrePayByHouseholdReply.Unmarshal(m, b) } func (m *ChargePrePayByHouseholdReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargePrePayByHouseholdReply.Marshal(b, m, deterministic) } func (m *ChargePrePayByHouseholdReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargePrePayByHouseholdReply.Merge(m, src) } func (m *ChargePrePayByHouseholdReply) XXX_Size() int { return xxx_messageInfo_ChargePrePayByHouseholdReply.Size(m) } func (m *ChargePrePayByHouseholdReply) XXX_DiscardUnknown() { xxx_messageInfo_ChargePrePayByHouseholdReply.DiscardUnknown(m) } var xxx_messageInfo_ChargePrePayByHouseholdReply proto.InternalMessageInfo func (m *ChargePrePayByHouseholdReply) GetOrderId() string { if m != nil { return m.OrderId } return "" } func (m *ChargePrePayByHouseholdReply) GetPrepayInfo() string { if m != nil { return m.PrepayInfo } return "" } type ChargeMonthInfoRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` ObjId int64 `protobuf:"varint,2,opt,name=obj_id,json=objId,proto3" json:"obj_id"` ObjType int64 `protobuf:"varint,3,opt,name=obj_type,json=objType,proto3" json:"obj_type"` ChargeType int32 `protobuf:"varint,4,opt,name=charge_type,json=chargeType,proto3" json:"charge_type"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargeMonthInfoRequest) Reset() { *m = ChargeMonthInfoRequest{} } func (m *ChargeMonthInfoRequest) String() string { return proto.CompactTextString(m) } func (*ChargeMonthInfoRequest) ProtoMessage() {} func (*ChargeMonthInfoRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{25} } func (m *ChargeMonthInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargeMonthInfoRequest.Unmarshal(m, b) } func (m *ChargeMonthInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargeMonthInfoRequest.Marshal(b, m, deterministic) } func (m *ChargeMonthInfoRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargeMonthInfoRequest.Merge(m, src) } func (m *ChargeMonthInfoRequest) XXX_Size() int { return xxx_messageInfo_ChargeMonthInfoRequest.Size(m) } func (m *ChargeMonthInfoRequest) XXX_DiscardUnknown() { xxx_messageInfo_ChargeMonthInfoRequest.DiscardUnknown(m) } var xxx_messageInfo_ChargeMonthInfoRequest proto.InternalMessageInfo func (m *ChargeMonthInfoRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *ChargeMonthInfoRequest) GetObjId() int64 { if m != nil { return m.ObjId } return 0 } func (m *ChargeMonthInfoRequest) GetObjType() int64 { if m != nil { return m.ObjType } return 0 } func (m *ChargeMonthInfoRequest) GetChargeType() int32 { if m != nil { return m.ChargeType } return 0 } type MonthInfo struct { PackageId int64 `protobuf:"varint,1,opt,name=package_id,json=packageId,proto3" json:"package_id"` // 缴费月数 Months int64 `protobuf:"varint,2,opt,name=months,proto3" json:"months"` // 赠送月数 GiveMonths int64 `protobuf:"varint,3,opt,name=give_months,json=giveMonths,proto3" json:"give_months"` // 赠送其他的描述 GiveText string `protobuf:"bytes,4,opt,name=give_text,json=giveText,proto3" json:"give_text"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *MonthInfo) Reset() { *m = MonthInfo{} } func (m *MonthInfo) String() string { return proto.CompactTextString(m) } func (*MonthInfo) ProtoMessage() {} func (*MonthInfo) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{26} } func (m *MonthInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MonthInfo.Unmarshal(m, b) } func (m *MonthInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_MonthInfo.Marshal(b, m, deterministic) } func (m *MonthInfo) XXX_Merge(src proto.Message) { xxx_messageInfo_MonthInfo.Merge(m, src) } func (m *MonthInfo) XXX_Size() int { return xxx_messageInfo_MonthInfo.Size(m) } func (m *MonthInfo) XXX_DiscardUnknown() { xxx_messageInfo_MonthInfo.DiscardUnknown(m) } var xxx_messageInfo_MonthInfo proto.InternalMessageInfo func (m *MonthInfo) GetPackageId() int64 { if m != nil { return m.PackageId } return 0 } func (m *MonthInfo) GetMonths() int64 { if m != nil { return m.Months } return 0 } func (m *MonthInfo) GetGiveMonths() int64 { if m != nil { return m.GiveMonths } return 0 } func (m *MonthInfo) GetGiveText() string { if m != nil { return m.GiveText } return "" } type ChargeMonthInfoReply struct { BindId int64 `protobuf:"varint,1,opt,name=bind_id,json=bindId,proto3" json:"bind_id"` Desc string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc"` MonthList []*MonthInfo `protobuf:"bytes,3,rep,name=month_list,json=monthList,proto3" json:"month_list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargeMonthInfoReply) Reset() { *m = ChargeMonthInfoReply{} } func (m *ChargeMonthInfoReply) String() string { return proto.CompactTextString(m) } func (*ChargeMonthInfoReply) ProtoMessage() {} func (*ChargeMonthInfoReply) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{27} } func (m *ChargeMonthInfoReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargeMonthInfoReply.Unmarshal(m, b) } func (m *ChargeMonthInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargeMonthInfoReply.Marshal(b, m, deterministic) } func (m *ChargeMonthInfoReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargeMonthInfoReply.Merge(m, src) } func (m *ChargeMonthInfoReply) XXX_Size() int { return xxx_messageInfo_ChargeMonthInfoReply.Size(m) } func (m *ChargeMonthInfoReply) XXX_DiscardUnknown() { xxx_messageInfo_ChargeMonthInfoReply.DiscardUnknown(m) } var xxx_messageInfo_ChargeMonthInfoReply proto.InternalMessageInfo func (m *ChargeMonthInfoReply) GetBindId() int64 { if m != nil { return m.BindId } return 0 } func (m *ChargeMonthInfoReply) GetDesc() string { if m != nil { return m.Desc } return "" } func (m *ChargeMonthInfoReply) GetMonthList() []*MonthInfo { if m != nil { return m.MonthList } return nil } // 已缴账单列表 type ChargePayedBillListRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` ObjName string `protobuf:"bytes,2,opt,name=obj_name,json=objName,proto3" json:"obj_name"` Page int64 `protobuf:"varint,3,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"` ChargeType int32 `protobuf:"varint,5,opt,name=charge_type,json=chargeType,proto3" json:"charge_type"` ChargeName string `protobuf:"bytes,6,opt,name=charge_name,json=chargeName,proto3" json:"charge_name"` HouseId int64 `protobuf:"varint,7,opt,name=house_id,json=houseId,proto3" json:"house_id"` PayTime int64 `protobuf:"varint,8,opt,name=pay_time,json=payTime,proto3" json:"pay_time"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargePayedBillListRequest) Reset() { *m = ChargePayedBillListRequest{} } func (m *ChargePayedBillListRequest) String() string { return proto.CompactTextString(m) } func (*ChargePayedBillListRequest) ProtoMessage() {} func (*ChargePayedBillListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{28} } func (m *ChargePayedBillListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargePayedBillListRequest.Unmarshal(m, b) } func (m *ChargePayedBillListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargePayedBillListRequest.Marshal(b, m, deterministic) } func (m *ChargePayedBillListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargePayedBillListRequest.Merge(m, src) } func (m *ChargePayedBillListRequest) XXX_Size() int { return xxx_messageInfo_ChargePayedBillListRequest.Size(m) } func (m *ChargePayedBillListRequest) XXX_DiscardUnknown() { xxx_messageInfo_ChargePayedBillListRequest.DiscardUnknown(m) } var xxx_messageInfo_ChargePayedBillListRequest proto.InternalMessageInfo func (m *ChargePayedBillListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *ChargePayedBillListRequest) GetObjName() string { if m != nil { return m.ObjName } return "" } func (m *ChargePayedBillListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *ChargePayedBillListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *ChargePayedBillListRequest) GetChargeType() int32 { if m != nil { return m.ChargeType } return 0 } func (m *ChargePayedBillListRequest) GetChargeName() string { if m != nil { return m.ChargeName } return "" } func (m *ChargePayedBillListRequest) GetHouseId() int64 { if m != nil { return m.HouseId } return 0 } func (m *ChargePayedBillListRequest) GetPayTime() int64 { if m != nil { return m.PayTime } return 0 } type ChargePayedBillItem struct { Start string `protobuf:"bytes,1,opt,name=start,proto3" json:"start"` End string `protobuf:"bytes,2,opt,name=end,proto3" json:"end"` ChargeType int32 `protobuf:"varint,3,opt,name=charge_type,json=chargeType,proto3" json:"charge_type"` ChargeName string `protobuf:"bytes,4,opt,name=charge_name,json=chargeName,proto3" json:"charge_name"` Amount int64 `protobuf:"varint,5,opt,name=amount,proto3" json:"amount"` LastUsed float64 `protobuf:"fixed64,6,opt,name=last_used,json=lastUsed,proto3" json:"last_used"` CurrentUsed float64 `protobuf:"fixed64,7,opt,name=current_used,json=currentUsed,proto3" json:"current_used"` LateFee int64 `protobuf:"varint,8,opt,name=late_fee,json=lateFee,proto3" json:"late_fee"` BillId int64 `protobuf:"varint,9,opt,name=bill_id,json=billId,proto3" json:"bill_id"` ChargeDesc string `protobuf:"bytes,10,opt,name=charge_desc,json=chargeDesc,proto3" json:"charge_desc"` PayTime string `protobuf:"bytes,11,opt,name=pay_time,json=payTime,proto3" json:"pay_time"` PayType int32 `protobuf:"varint,12,opt,name=pay_type,json=payType,proto3" json:"pay_type"` ObjName string `protobuf:"bytes,13,opt,name=obj_name,json=objName,proto3" json:"obj_name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargePayedBillItem) Reset() { *m = ChargePayedBillItem{} } func (m *ChargePayedBillItem) String() string { return proto.CompactTextString(m) } func (*ChargePayedBillItem) ProtoMessage() {} func (*ChargePayedBillItem) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{29} } func (m *ChargePayedBillItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargePayedBillItem.Unmarshal(m, b) } func (m *ChargePayedBillItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargePayedBillItem.Marshal(b, m, deterministic) } func (m *ChargePayedBillItem) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargePayedBillItem.Merge(m, src) } func (m *ChargePayedBillItem) XXX_Size() int { return xxx_messageInfo_ChargePayedBillItem.Size(m) } func (m *ChargePayedBillItem) XXX_DiscardUnknown() { xxx_messageInfo_ChargePayedBillItem.DiscardUnknown(m) } var xxx_messageInfo_ChargePayedBillItem proto.InternalMessageInfo func (m *ChargePayedBillItem) GetStart() string { if m != nil { return m.Start } return "" } func (m *ChargePayedBillItem) GetEnd() string { if m != nil { return m.End } return "" } func (m *ChargePayedBillItem) GetChargeType() int32 { if m != nil { return m.ChargeType } return 0 } func (m *ChargePayedBillItem) GetChargeName() string { if m != nil { return m.ChargeName } return "" } func (m *ChargePayedBillItem) GetAmount() int64 { if m != nil { return m.Amount } return 0 } func (m *ChargePayedBillItem) GetLastUsed() float64 { if m != nil { return m.LastUsed } return 0 } func (m *ChargePayedBillItem) GetCurrentUsed() float64 { if m != nil { return m.CurrentUsed } return 0 } func (m *ChargePayedBillItem) GetLateFee() int64 { if m != nil { return m.LateFee } return 0 } func (m *ChargePayedBillItem) GetBillId() int64 { if m != nil { return m.BillId } return 0 } func (m *ChargePayedBillItem) GetChargeDesc() string { if m != nil { return m.ChargeDesc } return "" } func (m *ChargePayedBillItem) GetPayTime() string { if m != nil { return m.PayTime } return "" } func (m *ChargePayedBillItem) GetPayType() int32 { if m != nil { return m.PayType } return 0 } func (m *ChargePayedBillItem) GetObjName() string { if m != nil { return m.ObjName } return "" } type ChargePayedBillListReply struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` List []*ChargePayedBillItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChargePayedBillListReply) Reset() { *m = ChargePayedBillListReply{} } func (m *ChargePayedBillListReply) String() string { return proto.CompactTextString(m) } func (*ChargePayedBillListReply) ProtoMessage() {} func (*ChargePayedBillListReply) Descriptor() ([]byte, []int) { return fileDescriptor_5d0de23af59a36de, []int{30} } func (m *ChargePayedBillListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChargePayedBillListReply.Unmarshal(m, b) } func (m *ChargePayedBillListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChargePayedBillListReply.Marshal(b, m, deterministic) } func (m *ChargePayedBillListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ChargePayedBillListReply.Merge(m, src) } func (m *ChargePayedBillListReply) XXX_Size() int { return xxx_messageInfo_ChargePayedBillListReply.Size(m) } func (m *ChargePayedBillListReply) XXX_DiscardUnknown() { xxx_messageInfo_ChargePayedBillListReply.DiscardUnknown(m) } var xxx_messageInfo_ChargePayedBillListReply proto.InternalMessageInfo func (m *ChargePayedBillListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *ChargePayedBillListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *ChargePayedBillListReply) GetList() []*ChargePayedBillItem { if m != nil { return m.List } return nil } func init() { proto.RegisterType((*ChargeUnpayListRequest)(nil), "pb_v1.ChargeUnpayListRequest") proto.RegisterType((*ChargeUnpayItem)(nil), "pb_v1.ChargeUnpayItem") proto.RegisterType((*ChargeUnpayListReply)(nil), "pb_v1.ChargeUnpayListReply") proto.RegisterType((*ChargeListRequest)(nil), "pb_v1.ChargeListRequest") proto.RegisterType((*ChargeItem)(nil), "pb_v1.ChargeItem") proto.RegisterType((*ChargeListReply)(nil), "pb_v1.ChargeListReply") proto.RegisterType((*ChargeBillListRequest)(nil), "pb_v1.ChargeBillListRequest") proto.RegisterType((*ChargeBillItem)(nil), "pb_v1.ChargeBillItem") proto.RegisterType((*ChargeBillListReply)(nil), "pb_v1.ChargeBillListReply") proto.RegisterType((*ChargePrePayInfoRequest)(nil), "pb_v1.ChargePrePayInfoRequest") proto.RegisterType((*ChargePrePayInfoReply)(nil), "pb_v1.ChargePrePayInfoReply") proto.RegisterType((*ChargePrePayRequest)(nil), "pb_v1.ChargePrePayRequest") proto.RegisterType((*ChargePrePayReply)(nil), "pb_v1.ChargePrePayReply") proto.RegisterType((*ChargeOrderListRequest)(nil), "pb_v1.ChargeOrderListRequest") proto.RegisterType((*ChargeOrderItem)(nil), "pb_v1.ChargeOrderItem") proto.RegisterType((*ChargeOrderListReply)(nil), "pb_v1.ChargeOrderListReply") proto.RegisterType((*ChargeOrderInfoRequest)(nil), "pb_v1.ChargeOrderInfoRequest") proto.RegisterType((*ChargeOrderBillItem)(nil), "pb_v1.ChargeOrderBillItem") proto.RegisterType((*ChargeOrderInfoReply)(nil), "pb_v1.ChargeOrderInfoReply") proto.RegisterType((*ChargeOrderCancelRequest)(nil), "pb_v1.ChargeOrderCancelRequest") proto.RegisterType((*ChargeOrderCancelReply)(nil), "pb_v1.ChargeOrderCancelReply") proto.RegisterType((*ChargeBillPayByHouseholdRequest)(nil), "pb_v1.ChargeBillPayByHouseholdRequest") proto.RegisterType((*ChargeBillPayByHouseholdReply)(nil), "pb_v1.ChargeBillPayByHouseholdReply") proto.RegisterType((*ChargePrePayByHouseholdRequest)(nil), "pb_v1.ChargePrePayByHouseholdRequest") proto.RegisterType((*ChargePrePayByHouseholdReply)(nil), "pb_v1.ChargePrePayByHouseholdReply") proto.RegisterType((*ChargeMonthInfoRequest)(nil), "pb_v1.ChargeMonthInfoRequest") proto.RegisterType((*MonthInfo)(nil), "pb_v1.MonthInfo") proto.RegisterType((*ChargeMonthInfoReply)(nil), "pb_v1.ChargeMonthInfoReply") proto.RegisterType((*ChargePayedBillListRequest)(nil), "pb_v1.ChargePayedBillListRequest") proto.RegisterType((*ChargePayedBillItem)(nil), "pb_v1.ChargePayedBillItem") proto.RegisterType((*ChargePayedBillListReply)(nil), "pb_v1.ChargePayedBillListReply") } func init() { proto.RegisterFile("charge.proto", fileDescriptor_5d0de23af59a36de) } var fileDescriptor_5d0de23af59a36de = []byte{ // 1429 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x58, 0x4f, 0x6f, 0xdc, 0x44, 0x14, 0x97, 0xed, 0x5d, 0xef, 0xfa, 0x6d, 0x9a, 0xa6, 0xa6, 0x4d, 0xb7, 0x85, 0x92, 0x60, 0x54, 0x29, 0x54, 0x6a, 0xaa, 0xc2, 0x27, 0xe8, 0x1f, 0x55, 0xac, 0x44, 0x21, 0xda, 0x36, 0x97, 0x72, 0xb0, 0x66, 0xd7, 0xd3, 0xc4, 0xad, 0xd7, 0x36, 0xf6, 0x6c, 0xa9, 0x7b, 0xe2, 0xc0, 0x81, 0x2b, 0x17, 0x3e, 0x09, 0xdf, 0x81, 0x13, 0x9c, 0xb9, 0x23, 0x21, 0x0e, 0x5c, 0x39, 0x56, 0x42, 0xf3, 0x66, 0xc6, 0x9e, 0xf1, 0x66, 0xd3, 0x0d, 0x69, 0xa5, 0x22, 0xf5, 0x14, 0xcf, 0x9b, 0xc9, 0xf8, 0xbd, 0xdf, 0xfb, 0xbd, 0xf7, 0x7b, 0x6b, 0x58, 0x9b, 0x1e, 0x92, 0xe2, 0x80, 0xee, 0xe6, 0x45, 0xc6, 0x32, 0xbf, 0x9b, 0x4f, 0xc2, 0x67, 0x37, 0x83, 0xbf, 0x2d, 0xd8, 0xbc, 0x83, 0xf6, 0xfd, 0x34, 0x27, 0xd5, 0x17, 0x71, 0xc9, 0xc6, 0xf4, 0x9b, 0x39, 0x2d, 0x99, 0xff, 0x3e, 0x78, 0x07, 0xa4, 0x88, 0x68, 0x1a, 0xc6, 0xd1, 0xd0, 0xda, 0xb6, 0x76, 0x9c, 0x71, 0x5f, 0x18, 0x46, 0x91, 0x7f, 0x01, 0xdc, 0x6c, 0xf2, 0x84, 0xef, 0xd8, 0xb8, 0xd3, 0xcd, 0x26, 0x4f, 0x46, 0x91, 0x7f, 0x09, 0xfa, 0xdc, 0xcc, 0xaa, 0x9c, 0x0e, 0x9d, 0x6d, 0x6b, 0xa7, 0x3b, 0xee, 0x65, 0x93, 0x27, 0x0f, 0xab, 0x9c, 0xfa, 0x3e, 0x74, 0x72, 0x72, 0x40, 0x87, 0x1d, 0x3c, 0x8f, 0xcf, 0xfc, 0x15, 0xfc, 0x6f, 0x58, 0xc6, 0x2f, 0xe8, 0xb0, 0x2b, 0x5e, 0xc1, 0x0d, 0x0f, 0xe2, 0x17, 0xd4, 0xdf, 0x82, 0x81, 0xf0, 0x58, 0x5c, 0xe7, 0xe2, 0x36, 0x08, 0x13, 0xde, 0x78, 0x09, 0xfa, 0x87, 0xd9, 0xbc, 0xa4, 0xdc, 0x8b, 0x1e, 0xee, 0xf6, 0x70, 0x3d, 0x8a, 0xfc, 0x4d, 0x70, 0x4b, 0x46, 0xd8, 0xbc, 0x1c, 0xf6, 0xd1, 0x0b, 0xb9, 0x0a, 0x7e, 0xb7, 0xe0, 0xac, 0x16, 0xee, 0x88, 0xd1, 0x99, 0x7f, 0x11, 0x7a, 0x93, 0x38, 0x8d, 0x9a, 0x28, 0x5d, 0xbe, 0x1c, 0x45, 0x6d, 0x07, 0x6c, 0xbc, 0x49, 0x77, 0xa0, 0x39, 0x90, 0x92, 0x99, 0x08, 0xd8, 0x53, 0x07, 0xbe, 0x24, 0x33, 0xea, 0xef, 0xc0, 0x86, 0xba, 0x21, 0x9e, 0xc9, 0x6b, 0x3a, 0x78, 0xcd, 0xba, 0xbc, 0x26, 0x9e, 0x89, 0xab, 0xae, 0x00, 0x4c, 0xe2, 0x24, 0x09, 0xa7, 0xd9, 0x3c, 0x65, 0x12, 0x0a, 0x8f, 0x5b, 0xee, 0x70, 0x83, 0xff, 0x11, 0xac, 0xcd, 0xb9, 0xc3, 0x21, 0x99, 0xe1, 0x01, 0x01, 0xc6, 0x00, 0x6d, 0xb7, 0xd0, 0x14, 0x24, 0x70, 0x7e, 0x21, 0x91, 0x79, 0x52, 0xd5, 0xb8, 0x5b, 0x1a, 0xee, 0xe7, 0xa1, 0xcb, 0x32, 0x46, 0x12, 0x95, 0x3c, 0x5c, 0xf8, 0xd7, 0xa0, 0x93, 0xc4, 0x25, 0x1b, 0x3a, 0xdb, 0xce, 0xce, 0xe0, 0xd3, 0xcd, 0x5d, 0x64, 0xc8, 0x6e, 0x0b, 0xae, 0x31, 0x9e, 0x09, 0x7e, 0xb6, 0xe0, 0x9c, 0xd8, 0x79, 0xcb, 0x29, 0x63, 0x64, 0x2c, 0xf8, 0xde, 0x06, 0x10, 0x6e, 0xbf, 0x55, 0xa9, 0x9f, 0x16, 0x94, 0x30, 0x1a, 0x85, 0x44, 0xa4, 0xde, 0x1b, 0x7b, 0xd2, 0x72, 0x8b, 0xf1, 0x5c, 0x95, 0x8c, 0x14, 0x22, 0xe7, 0xde, 0x58, 0x2c, 0xfc, 0x0d, 0x70, 0x68, 0x2a, 0x68, 0xef, 0x8d, 0xf9, 0x63, 0x8b, 0xf2, 0x9e, 0xa2, 0x3c, 0x07, 0x31, 0xa2, 0xe5, 0x74, 0xe8, 0xa1, 0x15, 0x9f, 0x83, 0x89, 0xaa, 0x82, 0xff, 0x42, 0x93, 0xab, 0x06, 0x4d, 0xce, 0x19, 0x34, 0xd1, 0x18, 0xf2, 0x93, 0x05, 0x17, 0x84, 0xf1, 0x76, 0x9c, 0x24, 0x2b, 0xb3, 0x44, 0x4b, 0x89, 0x6d, 0xa4, 0x44, 0x39, 0xe8, 0x2c, 0x23, 0x43, 0xa7, 0x45, 0x86, 0x06, 0x90, 0xae, 0xd1, 0x03, 0x7e, 0x74, 0x60, 0xbd, 0x71, 0x0c, 0x79, 0x50, 0x63, 0x6c, 0x1d, 0x81, 0xb1, 0xdd, 0x60, 0xdc, 0xa2, 0x85, 0xf3, 0x2a, 0x5a, 0x74, 0x16, 0x68, 0xb1, 0x09, 0xae, 0x2c, 0x61, 0xc1, 0x5d, 0xb9, 0xe2, 0x91, 0x24, 0xa4, 0x64, 0xe1, 0xbc, 0xa4, 0x11, 0x66, 0xda, 0x1a, 0xf7, 0xb9, 0x61, 0xbf, 0xa4, 0x11, 0xaf, 0xfe, 0xe9, 0xbc, 0x28, 0x68, 0x2a, 0xf7, 0x7b, 0xb8, 0x3f, 0x90, 0x36, 0x3c, 0x72, 0x09, 0xfa, 0x09, 0x61, 0x34, 0x7c, 0x4c, 0x29, 0xe6, 0xdf, 0x19, 0xf7, 0xf8, 0xfa, 0x1e, 0xa5, 0x02, 0xd1, 0x24, 0xe1, 0x88, 0x7a, 0x0a, 0xd1, 0x24, 0x31, 0x48, 0x8e, 0x04, 0x01, 0xdd, 0xd9, 0xbb, 0xb4, 0x9c, 0x1a, 0xa5, 0x39, 0x30, 0x4b, 0xb3, 0x29, 0xe6, 0xb5, 0x23, 0x8a, 0x19, 0x83, 0x3f, 0x83, 0xf7, 0xf1, 0xff, 0xc0, 0xc8, 0x31, 0x42, 0x46, 0xc3, 0x88, 0x54, 0xe5, 0x70, 0x5d, 0xe4, 0x8a, 0x1b, 0xee, 0x92, 0x0a, 0xfb, 0xf2, 0x7b, 0x6d, 0xb2, 0x70, 0x56, 0xd6, 0x0c, 0xb4, 0x74, 0x06, 0x2a, 0x2a, 0xd8, 0x1a, 0x15, 0x4e, 0x9f, 0x9a, 0x6b, 0x70, 0xae, 0x3c, 0xcc, 0xe6, 0x49, 0x14, 0x6a, 0x8d, 0x56, 0x64, 0xe9, 0xac, 0xd8, 0xd8, 0x53, 0xcd, 0xd6, 0xff, 0x44, 0xd6, 0x80, 0x8b, 0x35, 0x70, 0xc1, 0xa8, 0x01, 0xc5, 0x2a, 0x59, 0x07, 0x07, 0x70, 0x51, 0xd8, 0xf7, 0x0a, 0xba, 0x47, 0xaa, 0x51, 0xfa, 0x38, 0x3b, 0x5d, 0x21, 0x6c, 0x82, 0x3b, 0xcb, 0x52, 0x76, 0x58, 0xca, 0x52, 0x90, 0xab, 0xe0, 0xb7, 0xba, 0xe0, 0xf4, 0x37, 0x71, 0x14, 0x5b, 0xa1, 0x5b, 0x0b, 0xa1, 0x9f, 0xa0, 0xdd, 0x21, 0x55, 0x9c, 0x05, 0xaa, 0x1c, 0x09, 0x5e, 0xe7, 0x68, 0xf0, 0xea, 0x6a, 0x13, 0xe0, 0x9a, 0xd5, 0x26, 0x94, 0x8d, 0x3f, 0x06, 0x7f, 0xd4, 0xa4, 0x10, 0x01, 0xbd, 0x11, 0xd8, 0x4e, 0xe4, 0xf9, 0x15, 0x80, 0x05, 0x6e, 0x78, 0xb5, 0x04, 0xfb, 0x43, 0xe8, 0x4d, 0xb3, 0xd9, 0x8c, 0xa6, 0xaa, 0x59, 0xab, 0x25, 0xaf, 0x0b, 0xfe, 0x8f, 0x88, 0x6e, 0x4f, 0x54, 0x52, 0x4e, 0x2a, 0x94, 0xa4, 0x5d, 0x25, 0xa4, 0x2a, 0x48, 0x9e, 0x31, 0x5e, 0x47, 0x45, 0x44, 0x0b, 0x15, 0x21, 0xaf, 0x23, 0xbe, 0x1e, 0x45, 0xc1, 0x5f, 0xf5, 0xc4, 0xf6, 0x15, 0xb7, 0xac, 0xdc, 0x58, 0xf5, 0xd2, 0xb4, 0xcd, 0xd2, 0x3c, 0x71, 0x6b, 0xd5, 0xc3, 0xe9, 0x1a, 0xe1, 0x18, 0x9e, 0xbb, 0x86, 0xe7, 0x0a, 0x3d, 0xd9, 0x94, 0x05, 0x0c, 0x1c, 0xbd, 0x07, 0x42, 0xa8, 0x36, 0xc0, 0x99, 0xc7, 0x91, 0xec, 0x5e, 0xfc, 0x31, 0xf8, 0xc7, 0x56, 0x3a, 0x85, 0xa1, 0x62, 0xab, 0x5e, 0x8e, 0x4c, 0xed, 0x55, 0xdc, 0x44, 0xc8, 0xbd, 0x8a, 0x67, 0xa6, 0xc3, 0x8e, 0xe9, 0xf0, 0x6b, 0xcc, 0xbf, 0x0e, 0xb1, 0x6b, 0x42, 0xbc, 0x05, 0x83, 0x9c, 0x54, 0x71, 0x7a, 0x20, 0x0a, 0x48, 0xe8, 0x36, 0x08, 0x13, 0x16, 0xd0, 0x55, 0x58, 0x67, 0x05, 0x49, 0x4b, 0x32, 0x65, 0x71, 0x86, 0x09, 0x14, 0x32, 0x7e, 0x46, 0xb3, 0x8e, 0x22, 0x9d, 0x62, 0x9e, 0x49, 0xb1, 0x46, 0xee, 0x40, 0x97, 0xbb, 0xd6, 0x64, 0x39, 0x68, 0x4f, 0x96, 0x6a, 0x3c, 0x58, 0xd3, 0xc6, 0x83, 0x7a, 0x94, 0xd4, 0x18, 0xf6, 0xfa, 0x46, 0xc9, 0x3a, 0x97, 0xb2, 0x41, 0xee, 0x19, 0x7c, 0x5e, 0xb9, 0x3f, 0xea, 0x44, 0xb0, 0xcd, 0x12, 0xf9, 0xc5, 0x56, 0x8d, 0x03, 0xaf, 0x7c, 0x27, 0xf3, 0x2b, 0xc9, 0xfc, 0x11, 0xa2, 0x1d, 0xdc, 0x33, 0x98, 0xd0, 0x28, 0xca, 0xae, 0xcc, 0xaf, 0x85, 0xf9, 0xbd, 0xbc, 0x98, 0xdf, 0x96, 0x08, 0x3e, 0x85, 0xa1, 0xb6, 0x79, 0x87, 0xa4, 0x53, 0x9a, 0x9c, 0x32, 0xcb, 0x18, 0x70, 0xc5, 0x91, 0x2a, 0x30, 0x43, 0xfd, 0xb1, 0x3b, 0xa9, 0xf6, 0x4b, 0x5a, 0x04, 0x43, 0x83, 0x50, 0xea, 0x65, 0x79, 0x52, 0x05, 0xbf, 0xda, 0xb0, 0xd5, 0x88, 0xf4, 0x1e, 0xa9, 0x6e, 0x57, 0x9f, 0xf3, 0x5f, 0x8c, 0x87, 0x59, 0x12, 0xad, 0xea, 0x8e, 0x04, 0xb9, 0x1c, 0xda, 0xdb, 0x0e, 0xc7, 0x5f, 0xa0, 0x5c, 0x8a, 0x2d, 0x14, 0x9e, 0x12, 0x69, 0x8f, 0x5b, 0x5c, 0x79, 0x4a, 0xa3, 0xfb, 0x74, 0x56, 0xe8, 0x3e, 0xdd, 0x55, 0xba, 0x8f, 0x7b, 0x8c, 0xfa, 0xf4, 0xcc, 0xd6, 0xf0, 0x31, 0x9c, 0x39, 0x54, 0x61, 0x86, 0x4d, 0x8f, 0x5d, 0xab, 0x8d, 0xfb, 0x31, 0x86, 0x16, 0xa7, 0xf9, 0x9c, 0x85, 0x71, 0xae, 0x5a, 0x0b, 0xae, 0x47, 0x39, 0x47, 0x3a, 0xcb, 0x05, 0x20, 0x82, 0x3d, 0x2e, 0x5f, 0x8e, 0xa2, 0xe0, 0x6b, 0xb8, 0xb2, 0x1c, 0xce, 0xe3, 0x75, 0x0c, 0x3b, 0x62, 0x41, 0x79, 0x40, 0x71, 0xfa, 0x38, 0x93, 0xc9, 0x05, 0x61, 0xe2, 0x44, 0x0b, 0xfe, 0xb4, 0xe1, 0x43, 0x5d, 0x19, 0x4f, 0x9a, 0xab, 0xff, 0xdb, 0x24, 0xf0, 0xc6, 0xd2, 0x24, 0x9c, 0x9d, 0x3e, 0xe5, 0x72, 0x1e, 0x47, 0x4a, 0x02, 0xa4, 0x65, 0x14, 0x05, 0x8f, 0xe0, 0x83, 0xa5, 0x38, 0x9f, 0x36, 0x89, 0x3f, 0xd4, 0xd3, 0xca, 0x7d, 0x0e, 0xf2, 0xca, 0xdd, 0x7d, 0xc5, 0x8f, 0x05, 0x4e, 0xf3, 0x8b, 0xa4, 0xd5, 0xb4, 0x3b, 0x0b, 0xbf, 0xfd, 0xbf, 0xb3, 0xc0, 0xab, 0x9d, 0x68, 0x61, 0x62, 0xb5, 0x30, 0xd1, 0x38, 0x62, 0x1b, 0x1c, 0xd9, 0x82, 0xc1, 0x41, 0xfc, 0x8c, 0x86, 0x06, 0x81, 0x80, 0x9b, 0xee, 0x8b, 0x03, 0x3c, 0x2a, 0x7e, 0x80, 0xd1, 0xe7, 0x4c, 0x0a, 0x43, 0x9f, 0x1b, 0x1e, 0xd2, 0xe7, 0x2c, 0x60, 0xaa, 0x9d, 0x6a, 0x60, 0x70, 0x84, 0x97, 0x7e, 0x87, 0x50, 0xea, 0x6c, 0x37, 0xea, 0xec, 0xdf, 0x00, 0xc0, 0xb7, 0x87, 0x9a, 0xc2, 0x6e, 0xc8, 0x0e, 0xdc, 0xdc, 0xeb, 0xe1, 0x19, 0xae, 0xdd, 0xc1, 0x4b, 0x0b, 0x2e, 0xcb, 0x04, 0x93, 0x8a, 0x46, 0x27, 0xfa, 0x39, 0xfe, 0x3a, 0xa7, 0xc6, 0x56, 0x86, 0xba, 0xaf, 0x92, 0x55, 0x77, 0x41, 0x56, 0x8f, 0xf9, 0xe2, 0xa7, 0x0f, 0x7f, 0x52, 0x19, 0xe5, 0xf0, 0x17, 0xbc, 0xac, 0xc7, 0x81, 0x3a, 0xfe, 0x77, 0xe3, 0xc0, 0xb1, 0xe3, 0x40, 0x8d, 0xe4, 0x60, 0xf9, 0x18, 0xbd, 0xb6, 0x38, 0xf7, 0x2f, 0x19, 0x22, 0x98, 0x12, 0xff, 0x16, 0xfd, 0x4e, 0x36, 0x52, 0xee, 0x1a, 0x23, 0xa5, 0x39, 0x72, 0x18, 0x79, 0x15, 0x23, 0xc7, 0xed, 0xe0, 0xd1, 0x76, 0x5e, 0x64, 0x39, 0x2d, 0x58, 0x75, 0xbd, 0xee, 0xa0, 0xd7, 0x0f, 0x08, 0xa3, 0xdf, 0x92, 0xea, 0x46, 0x3e, 0xb9, 0xf1, 0xec, 0xe6, 0xc4, 0xc5, 0x6f, 0xe1, 0x9f, 0xfd, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x5a, 0xd4, 0x3b, 0xec, 0x1b, 0x17, 0x00, 0x00, }