// Code generated by protoc-gen-go. DO NOT EDIT. // source: thirdparty.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 GetVcodeRequest struct { PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GetVcodeRequest) Reset() { *m = GetVcodeRequest{} } func (m *GetVcodeRequest) String() string { return proto.CompactTextString(m) } func (*GetVcodeRequest) ProtoMessage() {} func (*GetVcodeRequest) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{0} } func (m *GetVcodeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetVcodeRequest.Unmarshal(m, b) } func (m *GetVcodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GetVcodeRequest.Marshal(b, m, deterministic) } func (m *GetVcodeRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GetVcodeRequest.Merge(m, src) } func (m *GetVcodeRequest) XXX_Size() int { return xxx_messageInfo_GetVcodeRequest.Size(m) } func (m *GetVcodeRequest) XXX_DiscardUnknown() { xxx_messageInfo_GetVcodeRequest.DiscardUnknown(m) } var xxx_messageInfo_GetVcodeRequest proto.InternalMessageInfo func (m *GetVcodeRequest) GetPhoneNumber() string { if m != nil { return m.PhoneNumber } return "" } type GetVcodeReply struct { Vcode uint32 `protobuf:"varint,1,opt,name=vcode,proto3" json:"vcode"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GetVcodeReply) Reset() { *m = GetVcodeReply{} } func (m *GetVcodeReply) String() string { return proto.CompactTextString(m) } func (*GetVcodeReply) ProtoMessage() {} func (*GetVcodeReply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{1} } func (m *GetVcodeReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetVcodeReply.Unmarshal(m, b) } func (m *GetVcodeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GetVcodeReply.Marshal(b, m, deterministic) } func (m *GetVcodeReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GetVcodeReply.Merge(m, src) } func (m *GetVcodeReply) XXX_Size() int { return xxx_messageInfo_GetVcodeReply.Size(m) } func (m *GetVcodeReply) XXX_DiscardUnknown() { xxx_messageInfo_GetVcodeReply.DiscardUnknown(m) } var xxx_messageInfo_GetVcodeReply proto.InternalMessageInfo func (m *GetVcodeReply) GetVcode() uint32 { if m != nil { return m.Vcode } return 0 } type CheckVcodeRequest struct { PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"` Vcode uint32 `protobuf:"varint,2,opt,name=vcode,proto3" json:"vcode"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CheckVcodeRequest) Reset() { *m = CheckVcodeRequest{} } func (m *CheckVcodeRequest) String() string { return proto.CompactTextString(m) } func (*CheckVcodeRequest) ProtoMessage() {} func (*CheckVcodeRequest) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{2} } func (m *CheckVcodeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckVcodeRequest.Unmarshal(m, b) } func (m *CheckVcodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CheckVcodeRequest.Marshal(b, m, deterministic) } func (m *CheckVcodeRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_CheckVcodeRequest.Merge(m, src) } func (m *CheckVcodeRequest) XXX_Size() int { return xxx_messageInfo_CheckVcodeRequest.Size(m) } func (m *CheckVcodeRequest) XXX_DiscardUnknown() { xxx_messageInfo_CheckVcodeRequest.DiscardUnknown(m) } var xxx_messageInfo_CheckVcodeRequest proto.InternalMessageInfo func (m *CheckVcodeRequest) GetPhoneNumber() string { if m != nil { return m.PhoneNumber } return "" } func (m *CheckVcodeRequest) GetVcode() uint32 { if m != nil { return m.Vcode } return 0 } type CheckVcodeReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CheckVcodeReply) Reset() { *m = CheckVcodeReply{} } func (m *CheckVcodeReply) String() string { return proto.CompactTextString(m) } func (*CheckVcodeReply) ProtoMessage() {} func (*CheckVcodeReply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{3} } func (m *CheckVcodeReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckVcodeReply.Unmarshal(m, b) } func (m *CheckVcodeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CheckVcodeReply.Marshal(b, m, deterministic) } func (m *CheckVcodeReply) XXX_Merge(src proto.Message) { xxx_messageInfo_CheckVcodeReply.Merge(m, src) } func (m *CheckVcodeReply) XXX_Size() int { return xxx_messageInfo_CheckVcodeReply.Size(m) } func (m *CheckVcodeReply) XXX_DiscardUnknown() { xxx_messageInfo_CheckVcodeReply.DiscardUnknown(m) } var xxx_messageInfo_CheckVcodeReply proto.InternalMessageInfo type SendReserveRequest struct { PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"` Services string `protobuf:"bytes,2,opt,name=services,proto3" json:"services"` Times string `protobuf:"bytes,3,opt,name=times,proto3" json:"times"` Shop string `protobuf:"bytes,4,opt,name=shop,proto3" json:"shop"` Addr string `protobuf:"bytes,5,opt,name=addr,proto3" json:"addr"` ServicePhone string `protobuf:"bytes,6,opt,name=service_phone,json=servicePhone,proto3" json:"service_phone"` PlateNo string `protobuf:"bytes,7,opt,name=plate_no,json=plateNo,proto3" json:"plate_no"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SendReserveRequest) Reset() { *m = SendReserveRequest{} } func (m *SendReserveRequest) String() string { return proto.CompactTextString(m) } func (*SendReserveRequest) ProtoMessage() {} func (*SendReserveRequest) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{4} } func (m *SendReserveRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendReserveRequest.Unmarshal(m, b) } func (m *SendReserveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SendReserveRequest.Marshal(b, m, deterministic) } func (m *SendReserveRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SendReserveRequest.Merge(m, src) } func (m *SendReserveRequest) XXX_Size() int { return xxx_messageInfo_SendReserveRequest.Size(m) } func (m *SendReserveRequest) XXX_DiscardUnknown() { xxx_messageInfo_SendReserveRequest.DiscardUnknown(m) } var xxx_messageInfo_SendReserveRequest proto.InternalMessageInfo func (m *SendReserveRequest) GetPhoneNumber() string { if m != nil { return m.PhoneNumber } return "" } func (m *SendReserveRequest) GetServices() string { if m != nil { return m.Services } return "" } func (m *SendReserveRequest) GetTimes() string { if m != nil { return m.Times } return "" } func (m *SendReserveRequest) GetShop() string { if m != nil { return m.Shop } return "" } func (m *SendReserveRequest) GetAddr() string { if m != nil { return m.Addr } return "" } func (m *SendReserveRequest) GetServicePhone() string { if m != nil { return m.ServicePhone } return "" } func (m *SendReserveRequest) GetPlateNo() string { if m != nil { return m.PlateNo } return "" } type SendReserveReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SendReserveReply) Reset() { *m = SendReserveReply{} } func (m *SendReserveReply) String() string { return proto.CompactTextString(m) } func (*SendReserveReply) ProtoMessage() {} func (*SendReserveReply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{5} } func (m *SendReserveReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendReserveReply.Unmarshal(m, b) } func (m *SendReserveReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SendReserveReply.Marshal(b, m, deterministic) } func (m *SendReserveReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SendReserveReply.Merge(m, src) } func (m *SendReserveReply) XXX_Size() int { return xxx_messageInfo_SendReserveReply.Size(m) } func (m *SendReserveReply) XXX_DiscardUnknown() { xxx_messageInfo_SendReserveReply.DiscardUnknown(m) } var xxx_messageInfo_SendReserveReply proto.InternalMessageInfo type SendAlarmRequest struct { PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"` // 邮件 Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email"` // 设备名(扬尘设备(扬尘0001)) DeviceName string `protobuf:"bytes,3,opt,name=device_name,json=deviceName,proto3" json:"device_name"` // 告警原因 AlarmReason string `protobuf:"bytes,4,opt,name=alarm_reason,json=alarmReason,proto3" json:"alarm_reason"` // 告警时间 AlarmTime string `protobuf:"bytes,5,opt,name=alarm_time,json=alarmTime,proto3" json:"alarm_time"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SendAlarmRequest) Reset() { *m = SendAlarmRequest{} } func (m *SendAlarmRequest) String() string { return proto.CompactTextString(m) } func (*SendAlarmRequest) ProtoMessage() {} func (*SendAlarmRequest) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{6} } func (m *SendAlarmRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendAlarmRequest.Unmarshal(m, b) } func (m *SendAlarmRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SendAlarmRequest.Marshal(b, m, deterministic) } func (m *SendAlarmRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SendAlarmRequest.Merge(m, src) } func (m *SendAlarmRequest) XXX_Size() int { return xxx_messageInfo_SendAlarmRequest.Size(m) } func (m *SendAlarmRequest) XXX_DiscardUnknown() { xxx_messageInfo_SendAlarmRequest.DiscardUnknown(m) } var xxx_messageInfo_SendAlarmRequest proto.InternalMessageInfo func (m *SendAlarmRequest) GetPhoneNumber() string { if m != nil { return m.PhoneNumber } return "" } func (m *SendAlarmRequest) GetEmail() string { if m != nil { return m.Email } return "" } func (m *SendAlarmRequest) GetDeviceName() string { if m != nil { return m.DeviceName } return "" } func (m *SendAlarmRequest) GetAlarmReason() string { if m != nil { return m.AlarmReason } return "" } func (m *SendAlarmRequest) GetAlarmTime() string { if m != nil { return m.AlarmTime } return "" } type SendAlarmReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SendAlarmReply) Reset() { *m = SendAlarmReply{} } func (m *SendAlarmReply) String() string { return proto.CompactTextString(m) } func (*SendAlarmReply) ProtoMessage() {} func (*SendAlarmReply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{7} } func (m *SendAlarmReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendAlarmReply.Unmarshal(m, b) } func (m *SendAlarmReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SendAlarmReply.Marshal(b, m, deterministic) } func (m *SendAlarmReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SendAlarmReply.Merge(m, src) } func (m *SendAlarmReply) XXX_Size() int { return xxx_messageInfo_SendAlarmReply.Size(m) } func (m *SendAlarmReply) XXX_DiscardUnknown() { xxx_messageInfo_SendAlarmReply.DiscardUnknown(m) } var xxx_messageInfo_SendAlarmReply proto.InternalMessageInfo // 发送通过认证短信 type SendThroughVerifyRequest struct { // 公司名 Company string `protobuf:"bytes,1,opt,name=company,proto3" json:"company"` // 类型 1 供应商,2 企业 CompanyType int32 `protobuf:"varint,2,opt,name=company_type,json=companyType,proto3" json:"company_type"` PhoneNumber string `protobuf:"bytes,3,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"` Status bool `protobuf:"varint,4,opt,name=status,proto3" json:"status"` ApproveTime string `protobuf:"bytes,5,opt,name=approve_time,json=approveTime,proto3" json:"approve_time"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SendThroughVerifyRequest) Reset() { *m = SendThroughVerifyRequest{} } func (m *SendThroughVerifyRequest) String() string { return proto.CompactTextString(m) } func (*SendThroughVerifyRequest) ProtoMessage() {} func (*SendThroughVerifyRequest) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{8} } func (m *SendThroughVerifyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendThroughVerifyRequest.Unmarshal(m, b) } func (m *SendThroughVerifyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SendThroughVerifyRequest.Marshal(b, m, deterministic) } func (m *SendThroughVerifyRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SendThroughVerifyRequest.Merge(m, src) } func (m *SendThroughVerifyRequest) XXX_Size() int { return xxx_messageInfo_SendThroughVerifyRequest.Size(m) } func (m *SendThroughVerifyRequest) XXX_DiscardUnknown() { xxx_messageInfo_SendThroughVerifyRequest.DiscardUnknown(m) } var xxx_messageInfo_SendThroughVerifyRequest proto.InternalMessageInfo func (m *SendThroughVerifyRequest) GetCompany() string { if m != nil { return m.Company } return "" } func (m *SendThroughVerifyRequest) GetCompanyType() int32 { if m != nil { return m.CompanyType } return 0 } func (m *SendThroughVerifyRequest) GetPhoneNumber() string { if m != nil { return m.PhoneNumber } return "" } func (m *SendThroughVerifyRequest) GetStatus() bool { if m != nil { return m.Status } return false } func (m *SendThroughVerifyRequest) GetApproveTime() string { if m != nil { return m.ApproveTime } return "" } type SendThroughVerifyReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SendThroughVerifyReply) Reset() { *m = SendThroughVerifyReply{} } func (m *SendThroughVerifyReply) String() string { return proto.CompactTextString(m) } func (*SendThroughVerifyReply) ProtoMessage() {} func (*SendThroughVerifyReply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{9} } func (m *SendThroughVerifyReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendThroughVerifyReply.Unmarshal(m, b) } func (m *SendThroughVerifyReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SendThroughVerifyReply.Marshal(b, m, deterministic) } func (m *SendThroughVerifyReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SendThroughVerifyReply.Merge(m, src) } func (m *SendThroughVerifyReply) XXX_Size() int { return xxx_messageInfo_SendThroughVerifyReply.Size(m) } func (m *SendThroughVerifyReply) XXX_DiscardUnknown() { xxx_messageInfo_SendThroughVerifyReply.DiscardUnknown(m) } var xxx_messageInfo_SendThroughVerifyReply proto.InternalMessageInfo type SendEmailRequest struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email"` Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SendEmailRequest) Reset() { *m = SendEmailRequest{} } func (m *SendEmailRequest) String() string { return proto.CompactTextString(m) } func (*SendEmailRequest) ProtoMessage() {} func (*SendEmailRequest) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{10} } func (m *SendEmailRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendEmailRequest.Unmarshal(m, b) } func (m *SendEmailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SendEmailRequest.Marshal(b, m, deterministic) } func (m *SendEmailRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SendEmailRequest.Merge(m, src) } func (m *SendEmailRequest) XXX_Size() int { return xxx_messageInfo_SendEmailRequest.Size(m) } func (m *SendEmailRequest) XXX_DiscardUnknown() { xxx_messageInfo_SendEmailRequest.DiscardUnknown(m) } var xxx_messageInfo_SendEmailRequest proto.InternalMessageInfo func (m *SendEmailRequest) GetEmail() string { if m != nil { return m.Email } return "" } func (m *SendEmailRequest) GetContent() string { if m != nil { return m.Content } return "" } type SendEmailReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SendEmailReply) Reset() { *m = SendEmailReply{} } func (m *SendEmailReply) String() string { return proto.CompactTextString(m) } func (*SendEmailReply) ProtoMessage() {} func (*SendEmailReply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{11} } func (m *SendEmailReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendEmailReply.Unmarshal(m, b) } func (m *SendEmailReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SendEmailReply.Marshal(b, m, deterministic) } func (m *SendEmailReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SendEmailReply.Merge(m, src) } func (m *SendEmailReply) XXX_Size() int { return xxx_messageInfo_SendEmailReply.Size(m) } func (m *SendEmailReply) XXX_DiscardUnknown() { xxx_messageInfo_SendEmailReply.DiscardUnknown(m) } var xxx_messageInfo_SendEmailReply proto.InternalMessageInfo type WeatherConditionRequest struct { // 省市名(市为直辖市) Province string `protobuf:"bytes,1,opt,name=province,proto3" json:"province"` // 地区 Region string `protobuf:"bytes,2,opt,name=region,proto3" json:"region"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *WeatherConditionRequest) Reset() { *m = WeatherConditionRequest{} } func (m *WeatherConditionRequest) String() string { return proto.CompactTextString(m) } func (*WeatherConditionRequest) ProtoMessage() {} func (*WeatherConditionRequest) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{12} } func (m *WeatherConditionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WeatherConditionRequest.Unmarshal(m, b) } func (m *WeatherConditionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_WeatherConditionRequest.Marshal(b, m, deterministic) } func (m *WeatherConditionRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_WeatherConditionRequest.Merge(m, src) } func (m *WeatherConditionRequest) XXX_Size() int { return xxx_messageInfo_WeatherConditionRequest.Size(m) } func (m *WeatherConditionRequest) XXX_DiscardUnknown() { xxx_messageInfo_WeatherConditionRequest.DiscardUnknown(m) } var xxx_messageInfo_WeatherConditionRequest proto.InternalMessageInfo func (m *WeatherConditionRequest) GetProvince() string { if m != nil { return m.Province } return "" } func (m *WeatherConditionRequest) GetRegion() string { if m != nil { return m.Region } return "" } type WeatherConditionReply struct { Condition string `protobuf:"bytes,1,opt,name=condition,proto3" json:"condition"` ConditionId string `protobuf:"bytes,2,opt,name=condition_id,json=conditionId,proto3" json:"condition_id"` Humidity string `protobuf:"bytes,3,opt,name=humidity,proto3" json:"humidity"` Icon string `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon"` Pressure string `protobuf:"bytes,5,opt,name=pressure,proto3" json:"pressure"` RealFeel string `protobuf:"bytes,6,opt,name=real_feel,json=realFeel,proto3" json:"real_feel"` SunRise string `protobuf:"bytes,7,opt,name=sun_rise,json=sunRise,proto3" json:"sun_rise"` SunSet string `protobuf:"bytes,8,opt,name=sun_set,json=sunSet,proto3" json:"sun_set"` Temp string `protobuf:"bytes,9,opt,name=temp,proto3" json:"temp"` Tips string `protobuf:"bytes,10,opt,name=tips,proto3" json:"tips"` Updatetime string `protobuf:"bytes,11,opt,name=updatetime,proto3" json:"updatetime"` Uvi string `protobuf:"bytes,12,opt,name=uvi,proto3" json:"uvi"` WindDir string `protobuf:"bytes,13,opt,name=wind_dir,json=windDir,proto3" json:"wind_dir"` WindLevel string `protobuf:"bytes,14,opt,name=wind_level,json=windLevel,proto3" json:"wind_level"` WindSpeed string `protobuf:"bytes,15,opt,name=wind_speed,json=windSpeed,proto3" json:"wind_speed"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *WeatherConditionReply) Reset() { *m = WeatherConditionReply{} } func (m *WeatherConditionReply) String() string { return proto.CompactTextString(m) } func (*WeatherConditionReply) ProtoMessage() {} func (*WeatherConditionReply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{13} } func (m *WeatherConditionReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WeatherConditionReply.Unmarshal(m, b) } func (m *WeatherConditionReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_WeatherConditionReply.Marshal(b, m, deterministic) } func (m *WeatherConditionReply) XXX_Merge(src proto.Message) { xxx_messageInfo_WeatherConditionReply.Merge(m, src) } func (m *WeatherConditionReply) XXX_Size() int { return xxx_messageInfo_WeatherConditionReply.Size(m) } func (m *WeatherConditionReply) XXX_DiscardUnknown() { xxx_messageInfo_WeatherConditionReply.DiscardUnknown(m) } var xxx_messageInfo_WeatherConditionReply proto.InternalMessageInfo func (m *WeatherConditionReply) GetCondition() string { if m != nil { return m.Condition } return "" } func (m *WeatherConditionReply) GetConditionId() string { if m != nil { return m.ConditionId } return "" } func (m *WeatherConditionReply) GetHumidity() string { if m != nil { return m.Humidity } return "" } func (m *WeatherConditionReply) GetIcon() string { if m != nil { return m.Icon } return "" } func (m *WeatherConditionReply) GetPressure() string { if m != nil { return m.Pressure } return "" } func (m *WeatherConditionReply) GetRealFeel() string { if m != nil { return m.RealFeel } return "" } func (m *WeatherConditionReply) GetSunRise() string { if m != nil { return m.SunRise } return "" } func (m *WeatherConditionReply) GetSunSet() string { if m != nil { return m.SunSet } return "" } func (m *WeatherConditionReply) GetTemp() string { if m != nil { return m.Temp } return "" } func (m *WeatherConditionReply) GetTips() string { if m != nil { return m.Tips } return "" } func (m *WeatherConditionReply) GetUpdatetime() string { if m != nil { return m.Updatetime } return "" } func (m *WeatherConditionReply) GetUvi() string { if m != nil { return m.Uvi } return "" } func (m *WeatherConditionReply) GetWindDir() string { if m != nil { return m.WindDir } return "" } func (m *WeatherConditionReply) GetWindLevel() string { if m != nil { return m.WindLevel } return "" } func (m *WeatherConditionReply) GetWindSpeed() string { if m != nil { return m.WindSpeed } return "" } type WeatherEnviromentRequest struct { // 省市名(市为直辖市) Province string `protobuf:"bytes,1,opt,name=province,proto3" json:"province"` // 地区 Region string `protobuf:"bytes,2,opt,name=region,proto3" json:"region"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *WeatherEnviromentRequest) Reset() { *m = WeatherEnviromentRequest{} } func (m *WeatherEnviromentRequest) String() string { return proto.CompactTextString(m) } func (*WeatherEnviromentRequest) ProtoMessage() {} func (*WeatherEnviromentRequest) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{14} } func (m *WeatherEnviromentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WeatherEnviromentRequest.Unmarshal(m, b) } func (m *WeatherEnviromentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_WeatherEnviromentRequest.Marshal(b, m, deterministic) } func (m *WeatherEnviromentRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_WeatherEnviromentRequest.Merge(m, src) } func (m *WeatherEnviromentRequest) XXX_Size() int { return xxx_messageInfo_WeatherEnviromentRequest.Size(m) } func (m *WeatherEnviromentRequest) XXX_DiscardUnknown() { xxx_messageInfo_WeatherEnviromentRequest.DiscardUnknown(m) } var xxx_messageInfo_WeatherEnviromentRequest proto.InternalMessageInfo func (m *WeatherEnviromentRequest) GetProvince() string { if m != nil { return m.Province } return "" } func (m *WeatherEnviromentRequest) GetRegion() string { if m != nil { return m.Region } return "" } type WeatherEnviromentReply struct { CityName string `protobuf:"bytes,1,opt,name=city_name,json=cityName,proto3" json:"city_name"` // 一氧化碳指数 Co string `protobuf:"bytes,2,opt,name=co,proto3" json:"co"` // 二氧化氮指数 No2 string `protobuf:"bytes,3,opt,name=no2,proto3" json:"no2"` // 臭氧指数 O3 string `protobuf:"bytes,4,opt,name=o3,proto3" json:"o3"` // PM10指数 Pm10 string `protobuf:"bytes,5,opt,name=pm10,proto3" json:"pm10"` // PM2.5指数 Pm25 string `protobuf:"bytes,6,opt,name=pm25,proto3" json:"pm25"` // 全国排名 Rank string `protobuf:"bytes,7,opt,name=rank,proto3" json:"rank"` // 二氧化硫指数 So2 string `protobuf:"bytes,8,opt,name=so2,proto3" json:"so2"` // 空气质量指数值 Value string `protobuf:"bytes,9,opt,name=value,proto3" json:"value"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *WeatherEnviromentReply) Reset() { *m = WeatherEnviromentReply{} } func (m *WeatherEnviromentReply) String() string { return proto.CompactTextString(m) } func (*WeatherEnviromentReply) ProtoMessage() {} func (*WeatherEnviromentReply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{15} } func (m *WeatherEnviromentReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WeatherEnviromentReply.Unmarshal(m, b) } func (m *WeatherEnviromentReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_WeatherEnviromentReply.Marshal(b, m, deterministic) } func (m *WeatherEnviromentReply) XXX_Merge(src proto.Message) { xxx_messageInfo_WeatherEnviromentReply.Merge(m, src) } func (m *WeatherEnviromentReply) XXX_Size() int { return xxx_messageInfo_WeatherEnviromentReply.Size(m) } func (m *WeatherEnviromentReply) XXX_DiscardUnknown() { xxx_messageInfo_WeatherEnviromentReply.DiscardUnknown(m) } var xxx_messageInfo_WeatherEnviromentReply proto.InternalMessageInfo func (m *WeatherEnviromentReply) GetCityName() string { if m != nil { return m.CityName } return "" } func (m *WeatherEnviromentReply) GetCo() string { if m != nil { return m.Co } return "" } func (m *WeatherEnviromentReply) GetNo2() string { if m != nil { return m.No2 } return "" } func (m *WeatherEnviromentReply) GetO3() string { if m != nil { return m.O3 } return "" } func (m *WeatherEnviromentReply) GetPm10() string { if m != nil { return m.Pm10 } return "" } func (m *WeatherEnviromentReply) GetPm25() string { if m != nil { return m.Pm25 } return "" } func (m *WeatherEnviromentReply) GetRank() string { if m != nil { return m.Rank } return "" } func (m *WeatherEnviromentReply) GetSo2() string { if m != nil { return m.So2 } return "" } func (m *WeatherEnviromentReply) GetValue() string { if m != nil { return m.Value } return "" } type WeatherForecast15Request struct { // 省市名(市为直辖市) Province string `protobuf:"bytes,1,opt,name=province,proto3" json:"province"` // 地区 Region string `protobuf:"bytes,2,opt,name=region,proto3" json:"region"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *WeatherForecast15Request) Reset() { *m = WeatherForecast15Request{} } func (m *WeatherForecast15Request) String() string { return proto.CompactTextString(m) } func (*WeatherForecast15Request) ProtoMessage() {} func (*WeatherForecast15Request) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{16} } func (m *WeatherForecast15Request) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WeatherForecast15Request.Unmarshal(m, b) } func (m *WeatherForecast15Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_WeatherForecast15Request.Marshal(b, m, deterministic) } func (m *WeatherForecast15Request) XXX_Merge(src proto.Message) { xxx_messageInfo_WeatherForecast15Request.Merge(m, src) } func (m *WeatherForecast15Request) XXX_Size() int { return xxx_messageInfo_WeatherForecast15Request.Size(m) } func (m *WeatherForecast15Request) XXX_DiscardUnknown() { xxx_messageInfo_WeatherForecast15Request.DiscardUnknown(m) } var xxx_messageInfo_WeatherForecast15Request proto.InternalMessageInfo func (m *WeatherForecast15Request) GetProvince() string { if m != nil { return m.Province } return "" } func (m *WeatherForecast15Request) GetRegion() string { if m != nil { return m.Region } return "" } type WeatherForecast15 struct { ConditionDay string `protobuf:"bytes,1,opt,name=condition_day,json=conditionDay,proto3" json:"condition_day"` ConditionIdDay string `protobuf:"bytes,2,opt,name=condition_id_day,json=conditionIdDay,proto3" json:"condition_id_day"` ConditionIdNight string `protobuf:"bytes,3,opt,name=condition_id_night,json=conditionIdNight,proto3" json:"condition_id_night"` ConditionNight string `protobuf:"bytes,4,opt,name=condition_night,json=conditionNight,proto3" json:"condition_night"` Moonphase string `protobuf:"bytes,5,opt,name=moonphase,proto3" json:"moonphase"` TempDay string `protobuf:"bytes,6,opt,name=temp_day,json=tempDay,proto3" json:"temp_day"` TempNight string `protobuf:"bytes,7,opt,name=temp_night,json=tempNight,proto3" json:"temp_night"` WindDirDay string `protobuf:"bytes,8,opt,name=wind_dir_day,json=windDirDay,proto3" json:"wind_dir_day"` WindDirNight string `protobuf:"bytes,9,opt,name=wind_dir_night,json=windDirNight,proto3" json:"wind_dir_night"` WindLevelDay string `protobuf:"bytes,10,opt,name=wind_level_day,json=windLevelDay,proto3" json:"wind_level_day"` WindLevelNight string `protobuf:"bytes,11,opt,name=wind_levelNight,json=windLevelNight,proto3" json:"wind_levelNight"` WindSpeedDay string `protobuf:"bytes,12,opt,name=wind_speed_day,json=windSpeedDay,proto3" json:"wind_speed_day"` WindSpeedNight string `protobuf:"bytes,13,opt,name=wind_speed_night,json=windSpeedNight,proto3" json:"wind_speed_night"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *WeatherForecast15) Reset() { *m = WeatherForecast15{} } func (m *WeatherForecast15) String() string { return proto.CompactTextString(m) } func (*WeatherForecast15) ProtoMessage() {} func (*WeatherForecast15) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{17} } func (m *WeatherForecast15) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WeatherForecast15.Unmarshal(m, b) } func (m *WeatherForecast15) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_WeatherForecast15.Marshal(b, m, deterministic) } func (m *WeatherForecast15) XXX_Merge(src proto.Message) { xxx_messageInfo_WeatherForecast15.Merge(m, src) } func (m *WeatherForecast15) XXX_Size() int { return xxx_messageInfo_WeatherForecast15.Size(m) } func (m *WeatherForecast15) XXX_DiscardUnknown() { xxx_messageInfo_WeatherForecast15.DiscardUnknown(m) } var xxx_messageInfo_WeatherForecast15 proto.InternalMessageInfo func (m *WeatherForecast15) GetConditionDay() string { if m != nil { return m.ConditionDay } return "" } func (m *WeatherForecast15) GetConditionIdDay() string { if m != nil { return m.ConditionIdDay } return "" } func (m *WeatherForecast15) GetConditionIdNight() string { if m != nil { return m.ConditionIdNight } return "" } func (m *WeatherForecast15) GetConditionNight() string { if m != nil { return m.ConditionNight } return "" } func (m *WeatherForecast15) GetMoonphase() string { if m != nil { return m.Moonphase } return "" } func (m *WeatherForecast15) GetTempDay() string { if m != nil { return m.TempDay } return "" } func (m *WeatherForecast15) GetTempNight() string { if m != nil { return m.TempNight } return "" } func (m *WeatherForecast15) GetWindDirDay() string { if m != nil { return m.WindDirDay } return "" } func (m *WeatherForecast15) GetWindDirNight() string { if m != nil { return m.WindDirNight } return "" } func (m *WeatherForecast15) GetWindLevelDay() string { if m != nil { return m.WindLevelDay } return "" } func (m *WeatherForecast15) GetWindLevelNight() string { if m != nil { return m.WindLevelNight } return "" } func (m *WeatherForecast15) GetWindSpeedDay() string { if m != nil { return m.WindSpeedDay } return "" } func (m *WeatherForecast15) GetWindSpeedNight() string { if m != nil { return m.WindSpeedNight } return "" } type WeatherForecast15Reply struct { WeatherForecast15 []*WeatherForecast15 `protobuf:"bytes,1,rep,name=WeatherForecast15,proto3" json:"WeatherForecast15"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *WeatherForecast15Reply) Reset() { *m = WeatherForecast15Reply{} } func (m *WeatherForecast15Reply) String() string { return proto.CompactTextString(m) } func (*WeatherForecast15Reply) ProtoMessage() {} func (*WeatherForecast15Reply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{18} } func (m *WeatherForecast15Reply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WeatherForecast15Reply.Unmarshal(m, b) } func (m *WeatherForecast15Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_WeatherForecast15Reply.Marshal(b, m, deterministic) } func (m *WeatherForecast15Reply) XXX_Merge(src proto.Message) { xxx_messageInfo_WeatherForecast15Reply.Merge(m, src) } func (m *WeatherForecast15Reply) XXX_Size() int { return xxx_messageInfo_WeatherForecast15Reply.Size(m) } func (m *WeatherForecast15Reply) XXX_DiscardUnknown() { xxx_messageInfo_WeatherForecast15Reply.DiscardUnknown(m) } var xxx_messageInfo_WeatherForecast15Reply proto.InternalMessageInfo func (m *WeatherForecast15Reply) GetWeatherForecast15() []*WeatherForecast15 { if m != nil { return m.WeatherForecast15 } return nil } type ProvincialGetProjectCodeRequest struct { Category int32 `protobuf:"varint,1,opt,name=category,proto3" json:"category"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` AreaCode string `protobuf:"bytes,3,opt,name=area_code,json=areaCode,proto3" json:"area_code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvincialGetProjectCodeRequest) Reset() { *m = ProvincialGetProjectCodeRequest{} } func (m *ProvincialGetProjectCodeRequest) String() string { return proto.CompactTextString(m) } func (*ProvincialGetProjectCodeRequest) ProtoMessage() {} func (*ProvincialGetProjectCodeRequest) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{19} } func (m *ProvincialGetProjectCodeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvincialGetProjectCodeRequest.Unmarshal(m, b) } func (m *ProvincialGetProjectCodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvincialGetProjectCodeRequest.Marshal(b, m, deterministic) } func (m *ProvincialGetProjectCodeRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvincialGetProjectCodeRequest.Merge(m, src) } func (m *ProvincialGetProjectCodeRequest) XXX_Size() int { return xxx_messageInfo_ProvincialGetProjectCodeRequest.Size(m) } func (m *ProvincialGetProjectCodeRequest) XXX_DiscardUnknown() { xxx_messageInfo_ProvincialGetProjectCodeRequest.DiscardUnknown(m) } var xxx_messageInfo_ProvincialGetProjectCodeRequest proto.InternalMessageInfo func (m *ProvincialGetProjectCodeRequest) GetCategory() int32 { if m != nil { return m.Category } return 0 } func (m *ProvincialGetProjectCodeRequest) GetName() string { if m != nil { return m.Name } return "" } func (m *ProvincialGetProjectCodeRequest) GetAreaCode() string { if m != nil { return m.AreaCode } return "" } type ProvincialGetProjectCodeReply struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvincialGetProjectCodeReply) Reset() { *m = ProvincialGetProjectCodeReply{} } func (m *ProvincialGetProjectCodeReply) String() string { return proto.CompactTextString(m) } func (*ProvincialGetProjectCodeReply) ProtoMessage() {} func (*ProvincialGetProjectCodeReply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{20} } func (m *ProvincialGetProjectCodeReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvincialGetProjectCodeReply.Unmarshal(m, b) } func (m *ProvincialGetProjectCodeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvincialGetProjectCodeReply.Marshal(b, m, deterministic) } func (m *ProvincialGetProjectCodeReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvincialGetProjectCodeReply.Merge(m, src) } func (m *ProvincialGetProjectCodeReply) XXX_Size() int { return xxx_messageInfo_ProvincialGetProjectCodeReply.Size(m) } func (m *ProvincialGetProjectCodeReply) XXX_DiscardUnknown() { xxx_messageInfo_ProvincialGetProjectCodeReply.DiscardUnknown(m) } var xxx_messageInfo_ProvincialGetProjectCodeReply proto.InternalMessageInfo func (m *ProvincialGetProjectCodeReply) GetCode() string { if m != nil { return m.Code } return "" } type ProvincialPostProjectRequest struct { ProjectCode string `protobuf:"bytes,1,opt,name=project_code,json=projectCode,proto3" json:"project_code"` ProjectName string `protobuf:"bytes,2,opt,name=project_name,json=projectName,proto3" json:"project_name"` ProjectCategory string `protobuf:"bytes,3,opt,name=project_category,json=projectCategory,proto3" json:"project_category"` OwnerName string `protobuf:"bytes,4,opt,name=owner_name,json=ownerName,proto3" json:"owner_name"` BuildCorporationCode string `protobuf:"bytes,5,opt,name=build_corporation_code,json=buildCorporationCode,proto3" json:"build_corporation_code"` AreaCode string `protobuf:"bytes,6,opt,name=area_code,json=areaCode,proto3" json:"area_code"` Address string `protobuf:"bytes,7,opt,name=address,proto3" json:"address"` Invest string `protobuf:"bytes,8,opt,name=invest,proto3" json:"invest"` PrjSize string `protobuf:"bytes,9,opt,name=prj_size,json=prjSize,proto3" json:"prj_size"` StartDate string `protobuf:"bytes,10,opt,name=start_date,json=startDate,proto3" json:"start_date"` CompleteDate string `protobuf:"bytes,11,opt,name=complete_date,json=completeDate,proto3" json:"complete_date"` PrjStatus string `protobuf:"bytes,12,opt,name=prj_status,json=prjStatus,proto3" json:"prj_status"` ConstructType int32 `protobuf:"varint,13,opt,name=construct_type,json=constructType,proto3" json:"construct_type"` InvestType int32 `protobuf:"varint,14,opt,name=invest_type,json=investType,proto3" json:"invest_type"` BuildingArea float64 `protobuf:"fixed64,15,opt,name=building_area,json=buildingArea,proto3" json:"building_area"` Scale string `protobuf:"bytes,16,opt,name=scale,proto3" json:"scale"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvincialPostProjectRequest) Reset() { *m = ProvincialPostProjectRequest{} } func (m *ProvincialPostProjectRequest) String() string { return proto.CompactTextString(m) } func (*ProvincialPostProjectRequest) ProtoMessage() {} func (*ProvincialPostProjectRequest) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{21} } func (m *ProvincialPostProjectRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvincialPostProjectRequest.Unmarshal(m, b) } func (m *ProvincialPostProjectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvincialPostProjectRequest.Marshal(b, m, deterministic) } func (m *ProvincialPostProjectRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvincialPostProjectRequest.Merge(m, src) } func (m *ProvincialPostProjectRequest) XXX_Size() int { return xxx_messageInfo_ProvincialPostProjectRequest.Size(m) } func (m *ProvincialPostProjectRequest) XXX_DiscardUnknown() { xxx_messageInfo_ProvincialPostProjectRequest.DiscardUnknown(m) } var xxx_messageInfo_ProvincialPostProjectRequest proto.InternalMessageInfo func (m *ProvincialPostProjectRequest) GetProjectCode() string { if m != nil { return m.ProjectCode } return "" } func (m *ProvincialPostProjectRequest) GetProjectName() string { if m != nil { return m.ProjectName } return "" } func (m *ProvincialPostProjectRequest) GetProjectCategory() string { if m != nil { return m.ProjectCategory } return "" } func (m *ProvincialPostProjectRequest) GetOwnerName() string { if m != nil { return m.OwnerName } return "" } func (m *ProvincialPostProjectRequest) GetBuildCorporationCode() string { if m != nil { return m.BuildCorporationCode } return "" } func (m *ProvincialPostProjectRequest) GetAreaCode() string { if m != nil { return m.AreaCode } return "" } func (m *ProvincialPostProjectRequest) GetAddress() string { if m != nil { return m.Address } return "" } func (m *ProvincialPostProjectRequest) GetInvest() string { if m != nil { return m.Invest } return "" } func (m *ProvincialPostProjectRequest) GetPrjSize() string { if m != nil { return m.PrjSize } return "" } func (m *ProvincialPostProjectRequest) GetStartDate() string { if m != nil { return m.StartDate } return "" } func (m *ProvincialPostProjectRequest) GetCompleteDate() string { if m != nil { return m.CompleteDate } return "" } func (m *ProvincialPostProjectRequest) GetPrjStatus() string { if m != nil { return m.PrjStatus } return "" } func (m *ProvincialPostProjectRequest) GetConstructType() int32 { if m != nil { return m.ConstructType } return 0 } func (m *ProvincialPostProjectRequest) GetInvestType() int32 { if m != nil { return m.InvestType } return 0 } func (m *ProvincialPostProjectRequest) GetBuildingArea() float64 { if m != nil { return m.BuildingArea } return 0 } func (m *ProvincialPostProjectRequest) GetScale() string { if m != nil { return m.Scale } return "" } type ProvincialPostProjectReply struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvincialPostProjectReply) Reset() { *m = ProvincialPostProjectReply{} } func (m *ProvincialPostProjectReply) String() string { return proto.CompactTextString(m) } func (*ProvincialPostProjectReply) ProtoMessage() {} func (*ProvincialPostProjectReply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{22} } func (m *ProvincialPostProjectReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvincialPostProjectReply.Unmarshal(m, b) } func (m *ProvincialPostProjectReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvincialPostProjectReply.Marshal(b, m, deterministic) } func (m *ProvincialPostProjectReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvincialPostProjectReply.Merge(m, src) } func (m *ProvincialPostProjectReply) XXX_Size() int { return xxx_messageInfo_ProvincialPostProjectReply.Size(m) } func (m *ProvincialPostProjectReply) XXX_DiscardUnknown() { xxx_messageInfo_ProvincialPostProjectReply.DiscardUnknown(m) } var xxx_messageInfo_ProvincialPostProjectReply proto.InternalMessageInfo func (m *ProvincialPostProjectReply) GetId() string { if m != nil { return m.Id } return "" } type ProvincialPostDustDeviceRequest struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` DeviceName string `protobuf:"bytes,3,opt,name=device_name,json=deviceName,proto3" json:"device_name"` DeviceId string `protobuf:"bytes,4,opt,name=device_id,json=deviceId,proto3" json:"device_id"` Manufacturer string `protobuf:"bytes,5,opt,name=manufacturer,proto3" json:"manufacturer"` Batch string `protobuf:"bytes,6,opt,name=batch,proto3" json:"batch"` Unit string `protobuf:"bytes,7,opt,name=unit,proto3" json:"unit"` DeviceModel string `protobuf:"bytes,8,opt,name=device_model,json=deviceModel,proto3" json:"device_model"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvincialPostDustDeviceRequest) Reset() { *m = ProvincialPostDustDeviceRequest{} } func (m *ProvincialPostDustDeviceRequest) String() string { return proto.CompactTextString(m) } func (*ProvincialPostDustDeviceRequest) ProtoMessage() {} func (*ProvincialPostDustDeviceRequest) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{23} } func (m *ProvincialPostDustDeviceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvincialPostDustDeviceRequest.Unmarshal(m, b) } func (m *ProvincialPostDustDeviceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvincialPostDustDeviceRequest.Marshal(b, m, deterministic) } func (m *ProvincialPostDustDeviceRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvincialPostDustDeviceRequest.Merge(m, src) } func (m *ProvincialPostDustDeviceRequest) XXX_Size() int { return xxx_messageInfo_ProvincialPostDustDeviceRequest.Size(m) } func (m *ProvincialPostDustDeviceRequest) XXX_DiscardUnknown() { xxx_messageInfo_ProvincialPostDustDeviceRequest.DiscardUnknown(m) } var xxx_messageInfo_ProvincialPostDustDeviceRequest proto.InternalMessageInfo func (m *ProvincialPostDustDeviceRequest) GetCode() string { if m != nil { return m.Code } return "" } func (m *ProvincialPostDustDeviceRequest) GetName() string { if m != nil { return m.Name } return "" } func (m *ProvincialPostDustDeviceRequest) GetDeviceName() string { if m != nil { return m.DeviceName } return "" } func (m *ProvincialPostDustDeviceRequest) GetDeviceId() string { if m != nil { return m.DeviceId } return "" } func (m *ProvincialPostDustDeviceRequest) GetManufacturer() string { if m != nil { return m.Manufacturer } return "" } func (m *ProvincialPostDustDeviceRequest) GetBatch() string { if m != nil { return m.Batch } return "" } func (m *ProvincialPostDustDeviceRequest) GetUnit() string { if m != nil { return m.Unit } return "" } func (m *ProvincialPostDustDeviceRequest) GetDeviceModel() string { if m != nil { return m.DeviceModel } return "" } type ProvincialPostDustDeviceReply struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvincialPostDustDeviceReply) Reset() { *m = ProvincialPostDustDeviceReply{} } func (m *ProvincialPostDustDeviceReply) String() string { return proto.CompactTextString(m) } func (*ProvincialPostDustDeviceReply) ProtoMessage() {} func (*ProvincialPostDustDeviceReply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{24} } func (m *ProvincialPostDustDeviceReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvincialPostDustDeviceReply.Unmarshal(m, b) } func (m *ProvincialPostDustDeviceReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvincialPostDustDeviceReply.Marshal(b, m, deterministic) } func (m *ProvincialPostDustDeviceReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvincialPostDustDeviceReply.Merge(m, src) } func (m *ProvincialPostDustDeviceReply) XXX_Size() int { return xxx_messageInfo_ProvincialPostDustDeviceReply.Size(m) } func (m *ProvincialPostDustDeviceReply) XXX_DiscardUnknown() { xxx_messageInfo_ProvincialPostDustDeviceReply.DiscardUnknown(m) } var xxx_messageInfo_ProvincialPostDustDeviceReply proto.InternalMessageInfo func (m *ProvincialPostDustDeviceReply) GetId() string { if m != nil { return m.Id } return "" } type ProvincialDustData struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` DeviceId string `protobuf:"bytes,3,opt,name=device_id,json=deviceId,proto3" json:"device_id"` MonitoringTime string `protobuf:"bytes,4,opt,name=monitoring_time,json=monitoringTime,proto3" json:"monitoring_time"` SaveTime string `protobuf:"bytes,5,opt,name=save_time,json=saveTime,proto3" json:"save_time"` Pm10Value float64 `protobuf:"fixed64,6,opt,name=pm10_value,json=pm10Value,proto3" json:"pm10_value"` Pm25Value float64 `protobuf:"fixed64,7,opt,name=pm25_value,json=pm25Value,proto3" json:"pm25_value"` Voice float64 `protobuf:"fixed64,8,opt,name=voice,proto3" json:"voice"` SprayStatus int32 `protobuf:"varint,9,opt,name=spray_status,json=sprayStatus,proto3" json:"spray_status"` Type int32 `protobuf:"varint,10,opt,name=type,proto3" json:"type"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvincialDustData) Reset() { *m = ProvincialDustData{} } func (m *ProvincialDustData) String() string { return proto.CompactTextString(m) } func (*ProvincialDustData) ProtoMessage() {} func (*ProvincialDustData) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{25} } func (m *ProvincialDustData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvincialDustData.Unmarshal(m, b) } func (m *ProvincialDustData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvincialDustData.Marshal(b, m, deterministic) } func (m *ProvincialDustData) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvincialDustData.Merge(m, src) } func (m *ProvincialDustData) XXX_Size() int { return xxx_messageInfo_ProvincialDustData.Size(m) } func (m *ProvincialDustData) XXX_DiscardUnknown() { xxx_messageInfo_ProvincialDustData.DiscardUnknown(m) } var xxx_messageInfo_ProvincialDustData proto.InternalMessageInfo func (m *ProvincialDustData) GetCode() string { if m != nil { return m.Code } return "" } func (m *ProvincialDustData) GetName() string { if m != nil { return m.Name } return "" } func (m *ProvincialDustData) GetDeviceId() string { if m != nil { return m.DeviceId } return "" } func (m *ProvincialDustData) GetMonitoringTime() string { if m != nil { return m.MonitoringTime } return "" } func (m *ProvincialDustData) GetSaveTime() string { if m != nil { return m.SaveTime } return "" } func (m *ProvincialDustData) GetPm10Value() float64 { if m != nil { return m.Pm10Value } return 0 } func (m *ProvincialDustData) GetPm25Value() float64 { if m != nil { return m.Pm25Value } return 0 } func (m *ProvincialDustData) GetVoice() float64 { if m != nil { return m.Voice } return 0 } func (m *ProvincialDustData) GetSprayStatus() int32 { if m != nil { return m.SprayStatus } return 0 } func (m *ProvincialDustData) GetType() int32 { if m != nil { return m.Type } return 0 } type ProvincialPostDustDataRequest struct { Datas []*ProvincialDustData `protobuf:"bytes,1,rep,name=Datas,proto3" json:"Datas"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvincialPostDustDataRequest) Reset() { *m = ProvincialPostDustDataRequest{} } func (m *ProvincialPostDustDataRequest) String() string { return proto.CompactTextString(m) } func (*ProvincialPostDustDataRequest) ProtoMessage() {} func (*ProvincialPostDustDataRequest) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{26} } func (m *ProvincialPostDustDataRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvincialPostDustDataRequest.Unmarshal(m, b) } func (m *ProvincialPostDustDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvincialPostDustDataRequest.Marshal(b, m, deterministic) } func (m *ProvincialPostDustDataRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvincialPostDustDataRequest.Merge(m, src) } func (m *ProvincialPostDustDataRequest) XXX_Size() int { return xxx_messageInfo_ProvincialPostDustDataRequest.Size(m) } func (m *ProvincialPostDustDataRequest) XXX_DiscardUnknown() { xxx_messageInfo_ProvincialPostDustDataRequest.DiscardUnknown(m) } var xxx_messageInfo_ProvincialPostDustDataRequest proto.InternalMessageInfo func (m *ProvincialPostDustDataRequest) GetDatas() []*ProvincialDustData { if m != nil { return m.Datas } return nil } type ProvincialPostDustDataReply struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvincialPostDustDataReply) Reset() { *m = ProvincialPostDustDataReply{} } func (m *ProvincialPostDustDataReply) String() string { return proto.CompactTextString(m) } func (*ProvincialPostDustDataReply) ProtoMessage() {} func (*ProvincialPostDustDataReply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{27} } func (m *ProvincialPostDustDataReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvincialPostDustDataReply.Unmarshal(m, b) } func (m *ProvincialPostDustDataReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvincialPostDustDataReply.Marshal(b, m, deterministic) } func (m *ProvincialPostDustDataReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvincialPostDustDataReply.Merge(m, src) } func (m *ProvincialPostDustDataReply) XXX_Size() int { return xxx_messageInfo_ProvincialPostDustDataReply.Size(m) } func (m *ProvincialPostDustDataReply) XXX_DiscardUnknown() { xxx_messageInfo_ProvincialPostDustDataReply.DiscardUnknown(m) } var xxx_messageInfo_ProvincialPostDustDataReply proto.InternalMessageInfo func (m *ProvincialPostDustDataReply) GetId() string { if m != nil { return m.Id } return "" } type ProvincialVerifyDataRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvincialVerifyDataRequest) Reset() { *m = ProvincialVerifyDataRequest{} } func (m *ProvincialVerifyDataRequest) String() string { return proto.CompactTextString(m) } func (*ProvincialVerifyDataRequest) ProtoMessage() {} func (*ProvincialVerifyDataRequest) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{28} } func (m *ProvincialVerifyDataRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvincialVerifyDataRequest.Unmarshal(m, b) } func (m *ProvincialVerifyDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvincialVerifyDataRequest.Marshal(b, m, deterministic) } func (m *ProvincialVerifyDataRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvincialVerifyDataRequest.Merge(m, src) } func (m *ProvincialVerifyDataRequest) XXX_Size() int { return xxx_messageInfo_ProvincialVerifyDataRequest.Size(m) } func (m *ProvincialVerifyDataRequest) XXX_DiscardUnknown() { xxx_messageInfo_ProvincialVerifyDataRequest.DiscardUnknown(m) } var xxx_messageInfo_ProvincialVerifyDataRequest proto.InternalMessageInfo func (m *ProvincialVerifyDataRequest) GetId() string { if m != nil { return m.Id } return "" } type ProvincialVerifyDataReply struct { State int32 `protobuf:"varint,1,opt,name=state,proto3" json:"state"` Result int32 `protobuf:"varint,2,opt,name=result,proto3" json:"result"` AllMessage string `protobuf:"bytes,3,opt,name=all_message,json=allMessage,proto3" json:"all_message"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvincialVerifyDataReply) Reset() { *m = ProvincialVerifyDataReply{} } func (m *ProvincialVerifyDataReply) String() string { return proto.CompactTextString(m) } func (*ProvincialVerifyDataReply) ProtoMessage() {} func (*ProvincialVerifyDataReply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{29} } func (m *ProvincialVerifyDataReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvincialVerifyDataReply.Unmarshal(m, b) } func (m *ProvincialVerifyDataReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvincialVerifyDataReply.Marshal(b, m, deterministic) } func (m *ProvincialVerifyDataReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvincialVerifyDataReply.Merge(m, src) } func (m *ProvincialVerifyDataReply) XXX_Size() int { return xxx_messageInfo_ProvincialVerifyDataReply.Size(m) } func (m *ProvincialVerifyDataReply) XXX_DiscardUnknown() { xxx_messageInfo_ProvincialVerifyDataReply.DiscardUnknown(m) } var xxx_messageInfo_ProvincialVerifyDataReply proto.InternalMessageInfo func (m *ProvincialVerifyDataReply) GetState() int32 { if m != nil { return m.State } return 0 } func (m *ProvincialVerifyDataReply) GetResult() int32 { if m != nil { return m.Result } return 0 } func (m *ProvincialVerifyDataReply) GetAllMessage() string { if m != nil { return m.AllMessage } return "" } type ProvincialPostTeamRequest struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"` TeamSysNo int64 `protobuf:"varint,2,opt,name=team_sys_no,json=teamSysNo,proto3" json:"team_sys_no"` CorpCode string `protobuf:"bytes,3,opt,name=corp_code,json=corpCode,proto3" json:"corp_code"` CorpName string `protobuf:"bytes,4,opt,name=corp_name,json=corpName,proto3" json:"corp_name"` TeamName string `protobuf:"bytes,5,opt,name=team_name,json=teamName,proto3" json:"team_name"` TeamLeaderName string `protobuf:"bytes,6,opt,name=team_leader_name,json=teamLeaderName,proto3" json:"team_leader_name"` TeamLeaderPhone string `protobuf:"bytes,7,opt,name=team_leader_phone,json=teamLeaderPhone,proto3" json:"team_leader_phone"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvincialPostTeamRequest) Reset() { *m = ProvincialPostTeamRequest{} } func (m *ProvincialPostTeamRequest) String() string { return proto.CompactTextString(m) } func (*ProvincialPostTeamRequest) ProtoMessage() {} func (*ProvincialPostTeamRequest) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{30} } func (m *ProvincialPostTeamRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvincialPostTeamRequest.Unmarshal(m, b) } func (m *ProvincialPostTeamRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvincialPostTeamRequest.Marshal(b, m, deterministic) } func (m *ProvincialPostTeamRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvincialPostTeamRequest.Merge(m, src) } func (m *ProvincialPostTeamRequest) XXX_Size() int { return xxx_messageInfo_ProvincialPostTeamRequest.Size(m) } func (m *ProvincialPostTeamRequest) XXX_DiscardUnknown() { xxx_messageInfo_ProvincialPostTeamRequest.DiscardUnknown(m) } var xxx_messageInfo_ProvincialPostTeamRequest proto.InternalMessageInfo func (m *ProvincialPostTeamRequest) GetCode() string { if m != nil { return m.Code } return "" } func (m *ProvincialPostTeamRequest) GetTeamSysNo() int64 { if m != nil { return m.TeamSysNo } return 0 } func (m *ProvincialPostTeamRequest) GetCorpCode() string { if m != nil { return m.CorpCode } return "" } func (m *ProvincialPostTeamRequest) GetCorpName() string { if m != nil { return m.CorpName } return "" } func (m *ProvincialPostTeamRequest) GetTeamName() string { if m != nil { return m.TeamName } return "" } func (m *ProvincialPostTeamRequest) GetTeamLeaderName() string { if m != nil { return m.TeamLeaderName } return "" } func (m *ProvincialPostTeamRequest) GetTeamLeaderPhone() string { if m != nil { return m.TeamLeaderPhone } return "" } type ProvincialPostTeamReply struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvincialPostTeamReply) Reset() { *m = ProvincialPostTeamReply{} } func (m *ProvincialPostTeamReply) String() string { return proto.CompactTextString(m) } func (*ProvincialPostTeamReply) ProtoMessage() {} func (*ProvincialPostTeamReply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{31} } func (m *ProvincialPostTeamReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvincialPostTeamReply.Unmarshal(m, b) } func (m *ProvincialPostTeamReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvincialPostTeamReply.Marshal(b, m, deterministic) } func (m *ProvincialPostTeamReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvincialPostTeamReply.Merge(m, src) } func (m *ProvincialPostTeamReply) XXX_Size() int { return xxx_messageInfo_ProvincialPostTeamReply.Size(m) } func (m *ProvincialPostTeamReply) XXX_DiscardUnknown() { xxx_messageInfo_ProvincialPostTeamReply.DiscardUnknown(m) } var xxx_messageInfo_ProvincialPostTeamReply proto.InternalMessageInfo func (m *ProvincialPostTeamReply) GetId() string { if m != nil { return m.Id } return "" } type ProvincialPostStaffRequest struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"` TeamSysNo int64 `protobuf:"varint,2,opt,name=team_sys_no,json=teamSysNo,proto3" json:"team_sys_no"` CorpCode string `protobuf:"bytes,3,opt,name=corp_code,json=corpCode,proto3" json:"corp_code"` CorpName string `protobuf:"bytes,4,opt,name=corp_name,json=corpName,proto3" json:"corp_name"` TeamName string `protobuf:"bytes,5,opt,name=team_name,json=teamName,proto3" json:"team_name"` WorkerName string `protobuf:"bytes,6,opt,name=worker_name,json=workerName,proto3" json:"worker_name"` IsTeamLeader string `protobuf:"bytes,7,opt,name=is_team_leader,json=isTeamLeader,proto3" json:"is_team_leader"` IdCardType int32 `protobuf:"varint,8,opt,name=id_card_type,json=idCardType,proto3" json:"id_card_type"` IdCardNumber string `protobuf:"bytes,9,opt,name=id_card_number,json=idCardNumber,proto3" json:"id_card_number"` Age int32 `protobuf:"varint,10,opt,name=age,proto3" json:"age"` Gender string `protobuf:"bytes,11,opt,name=gender,proto3" json:"gender"` Nation string `protobuf:"bytes,12,opt,name=nation,proto3" json:"nation"` Address string `protobuf:"bytes,13,opt,name=address,proto3" json:"address"` HeadImage string `protobuf:"bytes,14,opt,name=head_image,json=headImage,proto3" json:"head_image"` PoliticsType int32 `protobuf:"varint,15,opt,name=politics_type,json=politicsType,proto3" json:"politics_type"` CultureLevelType int32 `protobuf:"varint,16,opt,name=culture_level_type,json=cultureLevelType,proto3" json:"culture_level_type"` GrantOrg string `protobuf:"bytes,17,opt,name=grant_org,json=grantOrg,proto3" json:"grant_org"` WorkType string `protobuf:"bytes,18,opt,name=work_type,json=workType,proto3" json:"work_type"` NativePlace string `protobuf:"bytes,19,opt,name=native_place,json=nativePlace,proto3" json:"native_place"` Mobile string `protobuf:"bytes,20,opt,name=mobile,proto3" json:"mobile"` HasContract string `protobuf:"bytes,21,opt,name=has_contract,json=hasContract,proto3" json:"has_contract"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvincialPostStaffRequest) Reset() { *m = ProvincialPostStaffRequest{} } func (m *ProvincialPostStaffRequest) String() string { return proto.CompactTextString(m) } func (*ProvincialPostStaffRequest) ProtoMessage() {} func (*ProvincialPostStaffRequest) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{32} } func (m *ProvincialPostStaffRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvincialPostStaffRequest.Unmarshal(m, b) } func (m *ProvincialPostStaffRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvincialPostStaffRequest.Marshal(b, m, deterministic) } func (m *ProvincialPostStaffRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvincialPostStaffRequest.Merge(m, src) } func (m *ProvincialPostStaffRequest) XXX_Size() int { return xxx_messageInfo_ProvincialPostStaffRequest.Size(m) } func (m *ProvincialPostStaffRequest) XXX_DiscardUnknown() { xxx_messageInfo_ProvincialPostStaffRequest.DiscardUnknown(m) } var xxx_messageInfo_ProvincialPostStaffRequest proto.InternalMessageInfo func (m *ProvincialPostStaffRequest) GetCode() string { if m != nil { return m.Code } return "" } func (m *ProvincialPostStaffRequest) GetTeamSysNo() int64 { if m != nil { return m.TeamSysNo } return 0 } func (m *ProvincialPostStaffRequest) GetCorpCode() string { if m != nil { return m.CorpCode } return "" } func (m *ProvincialPostStaffRequest) GetCorpName() string { if m != nil { return m.CorpName } return "" } func (m *ProvincialPostStaffRequest) GetTeamName() string { if m != nil { return m.TeamName } return "" } func (m *ProvincialPostStaffRequest) GetWorkerName() string { if m != nil { return m.WorkerName } return "" } func (m *ProvincialPostStaffRequest) GetIsTeamLeader() string { if m != nil { return m.IsTeamLeader } return "" } func (m *ProvincialPostStaffRequest) GetIdCardType() int32 { if m != nil { return m.IdCardType } return 0 } func (m *ProvincialPostStaffRequest) GetIdCardNumber() string { if m != nil { return m.IdCardNumber } return "" } func (m *ProvincialPostStaffRequest) GetAge() int32 { if m != nil { return m.Age } return 0 } func (m *ProvincialPostStaffRequest) GetGender() string { if m != nil { return m.Gender } return "" } func (m *ProvincialPostStaffRequest) GetNation() string { if m != nil { return m.Nation } return "" } func (m *ProvincialPostStaffRequest) GetAddress() string { if m != nil { return m.Address } return "" } func (m *ProvincialPostStaffRequest) GetHeadImage() string { if m != nil { return m.HeadImage } return "" } func (m *ProvincialPostStaffRequest) GetPoliticsType() int32 { if m != nil { return m.PoliticsType } return 0 } func (m *ProvincialPostStaffRequest) GetCultureLevelType() int32 { if m != nil { return m.CultureLevelType } return 0 } func (m *ProvincialPostStaffRequest) GetGrantOrg() string { if m != nil { return m.GrantOrg } return "" } func (m *ProvincialPostStaffRequest) GetWorkType() string { if m != nil { return m.WorkType } return "" } func (m *ProvincialPostStaffRequest) GetNativePlace() string { if m != nil { return m.NativePlace } return "" } func (m *ProvincialPostStaffRequest) GetMobile() string { if m != nil { return m.Mobile } return "" } func (m *ProvincialPostStaffRequest) GetHasContract() string { if m != nil { return m.HasContract } return "" } type ProvincialPostStaffReply struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvincialPostStaffReply) Reset() { *m = ProvincialPostStaffReply{} } func (m *ProvincialPostStaffReply) String() string { return proto.CompactTextString(m) } func (*ProvincialPostStaffReply) ProtoMessage() {} func (*ProvincialPostStaffReply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{33} } func (m *ProvincialPostStaffReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvincialPostStaffReply.Unmarshal(m, b) } func (m *ProvincialPostStaffReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvincialPostStaffReply.Marshal(b, m, deterministic) } func (m *ProvincialPostStaffReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvincialPostStaffReply.Merge(m, src) } func (m *ProvincialPostStaffReply) XXX_Size() int { return xxx_messageInfo_ProvincialPostStaffReply.Size(m) } func (m *ProvincialPostStaffReply) XXX_DiscardUnknown() { xxx_messageInfo_ProvincialPostStaffReply.DiscardUnknown(m) } var xxx_messageInfo_ProvincialPostStaffReply proto.InternalMessageInfo func (m *ProvincialPostStaffReply) GetId() string { if m != nil { return m.Id } return "" } type ProvincialPostStaffAttendanceRequest struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"` TeamSysNo int64 `protobuf:"varint,2,opt,name=team_sys_no,json=teamSysNo,proto3" json:"team_sys_no"` TeamName string `protobuf:"bytes,3,opt,name=team_name,json=teamName,proto3" json:"team_name"` WorkerName string `protobuf:"bytes,4,opt,name=worker_name,json=workerName,proto3" json:"worker_name"` IdCardType int32 `protobuf:"varint,5,opt,name=id_card_type,json=idCardType,proto3" json:"id_card_type"` IdCardNumber string `protobuf:"bytes,6,opt,name=id_card_number,json=idCardNumber,proto3" json:"id_card_number"` Date string `protobuf:"bytes,7,opt,name=date,proto3" json:"date"` Direction int32 `protobuf:"varint,8,opt,name=direction,proto3" json:"direction"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvincialPostStaffAttendanceRequest) Reset() { *m = ProvincialPostStaffAttendanceRequest{} } func (m *ProvincialPostStaffAttendanceRequest) String() string { return proto.CompactTextString(m) } func (*ProvincialPostStaffAttendanceRequest) ProtoMessage() {} func (*ProvincialPostStaffAttendanceRequest) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{34} } func (m *ProvincialPostStaffAttendanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvincialPostStaffAttendanceRequest.Unmarshal(m, b) } func (m *ProvincialPostStaffAttendanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvincialPostStaffAttendanceRequest.Marshal(b, m, deterministic) } func (m *ProvincialPostStaffAttendanceRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvincialPostStaffAttendanceRequest.Merge(m, src) } func (m *ProvincialPostStaffAttendanceRequest) XXX_Size() int { return xxx_messageInfo_ProvincialPostStaffAttendanceRequest.Size(m) } func (m *ProvincialPostStaffAttendanceRequest) XXX_DiscardUnknown() { xxx_messageInfo_ProvincialPostStaffAttendanceRequest.DiscardUnknown(m) } var xxx_messageInfo_ProvincialPostStaffAttendanceRequest proto.InternalMessageInfo func (m *ProvincialPostStaffAttendanceRequest) GetCode() string { if m != nil { return m.Code } return "" } func (m *ProvincialPostStaffAttendanceRequest) GetTeamSysNo() int64 { if m != nil { return m.TeamSysNo } return 0 } func (m *ProvincialPostStaffAttendanceRequest) GetTeamName() string { if m != nil { return m.TeamName } return "" } func (m *ProvincialPostStaffAttendanceRequest) GetWorkerName() string { if m != nil { return m.WorkerName } return "" } func (m *ProvincialPostStaffAttendanceRequest) GetIdCardType() int32 { if m != nil { return m.IdCardType } return 0 } func (m *ProvincialPostStaffAttendanceRequest) GetIdCardNumber() string { if m != nil { return m.IdCardNumber } return "" } func (m *ProvincialPostStaffAttendanceRequest) GetDate() string { if m != nil { return m.Date } return "" } func (m *ProvincialPostStaffAttendanceRequest) GetDirection() int32 { if m != nil { return m.Direction } return 0 } type ProvincialPostStaffAttendanceReply struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvincialPostStaffAttendanceReply) Reset() { *m = ProvincialPostStaffAttendanceReply{} } func (m *ProvincialPostStaffAttendanceReply) String() string { return proto.CompactTextString(m) } func (*ProvincialPostStaffAttendanceReply) ProtoMessage() {} func (*ProvincialPostStaffAttendanceReply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{35} } func (m *ProvincialPostStaffAttendanceReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvincialPostStaffAttendanceReply.Unmarshal(m, b) } func (m *ProvincialPostStaffAttendanceReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvincialPostStaffAttendanceReply.Marshal(b, m, deterministic) } func (m *ProvincialPostStaffAttendanceReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvincialPostStaffAttendanceReply.Merge(m, src) } func (m *ProvincialPostStaffAttendanceReply) XXX_Size() int { return xxx_messageInfo_ProvincialPostStaffAttendanceReply.Size(m) } func (m *ProvincialPostStaffAttendanceReply) XXX_DiscardUnknown() { xxx_messageInfo_ProvincialPostStaffAttendanceReply.DiscardUnknown(m) } var xxx_messageInfo_ProvincialPostStaffAttendanceReply proto.InternalMessageInfo func (m *ProvincialPostStaffAttendanceReply) GetId() string { if m != nil { return m.Id } return "" } func init() { proto.RegisterType((*GetVcodeRequest)(nil), "v1.GetVcodeRequest") proto.RegisterType((*GetVcodeReply)(nil), "v1.GetVcodeReply") proto.RegisterType((*CheckVcodeRequest)(nil), "v1.CheckVcodeRequest") proto.RegisterType((*CheckVcodeReply)(nil), "v1.CheckVcodeReply") proto.RegisterType((*SendReserveRequest)(nil), "v1.SendReserveRequest") proto.RegisterType((*SendReserveReply)(nil), "v1.SendReserveReply") proto.RegisterType((*SendAlarmRequest)(nil), "v1.SendAlarmRequest") proto.RegisterType((*SendAlarmReply)(nil), "v1.SendAlarmReply") proto.RegisterType((*SendThroughVerifyRequest)(nil), "v1.SendThroughVerifyRequest") proto.RegisterType((*SendThroughVerifyReply)(nil), "v1.SendThroughVerifyReply") proto.RegisterType((*SendEmailRequest)(nil), "v1.SendEmailRequest") proto.RegisterType((*SendEmailReply)(nil), "v1.SendEmailReply") proto.RegisterType((*WeatherConditionRequest)(nil), "v1.WeatherConditionRequest") proto.RegisterType((*WeatherConditionReply)(nil), "v1.WeatherConditionReply") proto.RegisterType((*WeatherEnviromentRequest)(nil), "v1.WeatherEnviromentRequest") proto.RegisterType((*WeatherEnviromentReply)(nil), "v1.WeatherEnviromentReply") proto.RegisterType((*WeatherForecast15Request)(nil), "v1.WeatherForecast15Request") proto.RegisterType((*WeatherForecast15)(nil), "v1.WeatherForecast15") proto.RegisterType((*WeatherForecast15Reply)(nil), "v1.WeatherForecast15Reply") proto.RegisterType((*ProvincialGetProjectCodeRequest)(nil), "v1.ProvincialGetProjectCodeRequest") proto.RegisterType((*ProvincialGetProjectCodeReply)(nil), "v1.ProvincialGetProjectCodeReply") proto.RegisterType((*ProvincialPostProjectRequest)(nil), "v1.ProvincialPostProjectRequest") proto.RegisterType((*ProvincialPostProjectReply)(nil), "v1.ProvincialPostProjectReply") proto.RegisterType((*ProvincialPostDustDeviceRequest)(nil), "v1.ProvincialPostDustDeviceRequest") proto.RegisterType((*ProvincialPostDustDeviceReply)(nil), "v1.ProvincialPostDustDeviceReply") proto.RegisterType((*ProvincialDustData)(nil), "v1.ProvincialDustData") proto.RegisterType((*ProvincialPostDustDataRequest)(nil), "v1.ProvincialPostDustDataRequest") proto.RegisterType((*ProvincialPostDustDataReply)(nil), "v1.ProvincialPostDustDataReply") proto.RegisterType((*ProvincialVerifyDataRequest)(nil), "v1.ProvincialVerifyDataRequest") proto.RegisterType((*ProvincialVerifyDataReply)(nil), "v1.ProvincialVerifyDataReply") proto.RegisterType((*ProvincialPostTeamRequest)(nil), "v1.ProvincialPostTeamRequest") proto.RegisterType((*ProvincialPostTeamReply)(nil), "v1.ProvincialPostTeamReply") proto.RegisterType((*ProvincialPostStaffRequest)(nil), "v1.ProvincialPostStaffRequest") proto.RegisterType((*ProvincialPostStaffReply)(nil), "v1.ProvincialPostStaffReply") proto.RegisterType((*ProvincialPostStaffAttendanceRequest)(nil), "v1.ProvincialPostStaffAttendanceRequest") proto.RegisterType((*ProvincialPostStaffAttendanceReply)(nil), "v1.ProvincialPostStaffAttendanceReply") } func init() { proto.RegisterFile("thirdparty.proto", fileDescriptor_e10f141fd1fcfe2b) } var fileDescriptor_e10f141fd1fcfe2b = []byte{ // 2003 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x58, 0xcd, 0x8e, 0x14, 0xc9, 0x11, 0x56, 0xcf, 0x7f, 0x47, 0xcf, 0xf4, 0x34, 0x65, 0x7e, 0x6a, 0x81, 0x01, 0x5c, 0xcb, 0x0a, 0x76, 0xc5, 0xcf, 0xce, 0x00, 0x0f, 0xc0, 0x0e, 0xbb, 0x2b, 0x24, 0x18, 0xa3, 0x1e, 0x84, 0x25, 0x4b, 0x56, 0x29, 0xa7, 0x2a, 0xa7, 0x3b, 0xa1, 0xaa, 0xb2, 0x9c, 0x99, 0xd5, 0xa8, 0xf7, 0x31, 0x7c, 0xf6, 0x03, 0x58, 0x3e, 0xf8, 0x64, 0x3f, 0x85, 0x4f, 0x7e, 0x9b, 0x3d, 0xf8, 0x60, 0x45, 0x44, 0xd6, 0x4f, 0xcf, 0x34, 0x2c, 0x68, 0x2f, 0x7b, 0xcb, 0xf8, 0x22, 0x32, 0x32, 0x22, 0x32, 0x22, 0x23, 0xaa, 0x60, 0xe4, 0xa6, 0xca, 0xa4, 0xa5, 0x30, 0x6e, 0xfe, 0xa0, 0x34, 0xda, 0xe9, 0x60, 0x65, 0xb6, 0x1f, 0x3d, 0x86, 0xdd, 0x1f, 0xa5, 0x7b, 0x93, 0xe8, 0x54, 0x8e, 0xe5, 0x5f, 0x2a, 0x69, 0x5d, 0xf0, 0x7b, 0xd8, 0x2e, 0xa7, 0xba, 0x90, 0x71, 0x51, 0xe5, 0x27, 0xd2, 0x84, 0xbd, 0x5b, 0xbd, 0xbb, 0xfd, 0xf1, 0x80, 0xb0, 0x23, 0x82, 0xa2, 0xaf, 0x60, 0xa7, 0xdd, 0x55, 0x66, 0xf3, 0xe0, 0x22, 0xac, 0xcf, 0x90, 0x22, 0xe1, 0x9d, 0x31, 0x13, 0xd1, 0x0b, 0xb8, 0x70, 0x38, 0x95, 0xc9, 0xbb, 0xcf, 0x54, 0xdf, 0x6a, 0x5b, 0xe9, 0x6a, 0xbb, 0x00, 0xbb, 0x5d, 0x6d, 0x65, 0x36, 0x8f, 0xfe, 0xdb, 0x83, 0xe0, 0x58, 0x16, 0xe9, 0x58, 0x5a, 0x69, 0x66, 0x9f, 0x73, 0xc4, 0x55, 0xd8, 0xc2, 0x2d, 0x2a, 0x91, 0x96, 0x4e, 0xe9, 0x8f, 0x1b, 0x1a, 0x8f, 0x77, 0x2a, 0x97, 0x36, 0x5c, 0x25, 0x06, 0x13, 0x41, 0x00, 0x6b, 0x76, 0xaa, 0xcb, 0x70, 0x8d, 0x40, 0x5a, 0x23, 0x26, 0xd2, 0xd4, 0x84, 0xeb, 0x8c, 0xe1, 0x3a, 0xf8, 0x12, 0x76, 0xbc, 0xa6, 0x98, 0x0e, 0x0c, 0x37, 0x88, 0xb9, 0xed, 0xc1, 0x57, 0x88, 0x05, 0x5f, 0xc0, 0x56, 0x99, 0x09, 0x27, 0xe3, 0x42, 0x87, 0x9b, 0xc4, 0xdf, 0x24, 0xfa, 0x48, 0x47, 0x01, 0x8c, 0x16, 0x5c, 0x42, 0x3f, 0xff, 0xd9, 0x63, 0xf0, 0x69, 0x26, 0x4c, 0xfe, 0x79, 0x81, 0x94, 0xb9, 0x50, 0x99, 0x77, 0x91, 0x89, 0xe0, 0x26, 0x0c, 0x52, 0x49, 0x06, 0x16, 0x22, 0x97, 0xde, 0x4b, 0x60, 0xe8, 0x48, 0xe4, 0x12, 0x35, 0x0b, 0x3c, 0x29, 0x36, 0x52, 0x58, 0x5d, 0x78, 0x97, 0x07, 0x82, 0x4f, 0x47, 0x28, 0xd8, 0x03, 0x60, 0x11, 0x0c, 0x8e, 0xf7, 0xbf, 0x4f, 0xc8, 0x6b, 0x95, 0xcb, 0x68, 0x04, 0xc3, 0x8e, 0xbd, 0xe8, 0xc2, 0xbf, 0x7b, 0x10, 0x22, 0xf4, 0x7a, 0x6a, 0x74, 0x35, 0x99, 0xbe, 0x91, 0x46, 0x9d, 0xce, 0x6b, 0x57, 0x42, 0xd8, 0x4c, 0x74, 0x5e, 0x8a, 0x62, 0xee, 0xbd, 0xa8, 0x49, 0x34, 0xc5, 0x2f, 0x63, 0x37, 0x2f, 0x39, 0x23, 0xd6, 0xc7, 0x03, 0x8f, 0xbd, 0x9e, 0x97, 0xf2, 0x5c, 0x1c, 0x56, 0xcf, 0xc7, 0xe1, 0x32, 0x6c, 0x58, 0x27, 0x5c, 0x65, 0xc9, 0x95, 0xad, 0xb1, 0xa7, 0xc8, 0xd1, 0xb2, 0x34, 0x7a, 0x26, 0xbb, 0x7e, 0x0c, 0x3c, 0x46, 0x9e, 0x84, 0x70, 0x79, 0x89, 0xd9, 0xe8, 0xd1, 0x77, 0x7c, 0x27, 0xdf, 0x63, 0x4c, 0x6b, 0x47, 0x9a, 0x80, 0xf7, 0xba, 0x01, 0x27, 0xf7, 0x0a, 0x27, 0x0b, 0xe7, 0x2f, 0xa2, 0x26, 0xeb, 0x38, 0x79, 0x1d, 0xa8, 0xf5, 0x25, 0x5c, 0xf9, 0xa3, 0x14, 0x6e, 0x2a, 0xcd, 0xa1, 0x2e, 0x52, 0xe5, 0x94, 0x2e, 0x6a, 0xe5, 0x57, 0x61, 0x0b, 0xed, 0x52, 0x45, 0x22, 0xbd, 0xfe, 0x86, 0x46, 0x0f, 0x8d, 0x9c, 0x28, 0x5d, 0xf8, 0x13, 0x3c, 0x15, 0xfd, 0x7d, 0x15, 0x2e, 0x9d, 0xd7, 0x87, 0x25, 0x7b, 0x1d, 0xfa, 0x49, 0x8d, 0x78, 0x75, 0x2d, 0xc0, 0x71, 0xf7, 0x44, 0xac, 0x52, 0xaf, 0x75, 0xd0, 0x60, 0xcf, 0x53, 0x34, 0x67, 0x5a, 0xe5, 0x2a, 0x55, 0x6e, 0xee, 0x63, 0xde, 0xd0, 0x58, 0x18, 0x2a, 0x69, 0x32, 0x87, 0xd6, 0x6c, 0xbe, 0xb4, 0xb6, 0x32, 0x75, 0xa0, 0x1b, 0x3a, 0xb8, 0x06, 0x7d, 0x23, 0x45, 0x16, 0x9f, 0x4a, 0x99, 0xf9, 0x82, 0xd9, 0x42, 0xe0, 0x07, 0x29, 0x33, 0x2c, 0x16, 0x5b, 0x15, 0xb1, 0x51, 0x56, 0xd6, 0xc5, 0x62, 0xab, 0x62, 0xac, 0xac, 0x0c, 0xae, 0x00, 0x2e, 0x63, 0x2b, 0x5d, 0xb8, 0xc5, 0x7e, 0xdb, 0xaa, 0x38, 0x96, 0x0e, 0x0d, 0x70, 0x32, 0x2f, 0xc3, 0x3e, 0x1b, 0x80, 0x6b, 0xc2, 0x54, 0x69, 0x43, 0xf0, 0x98, 0x2a, 0x6d, 0x70, 0x03, 0xa0, 0x2a, 0x53, 0xe1, 0x24, 0xdd, 0xff, 0x80, 0x4b, 0xa1, 0x45, 0x82, 0x11, 0xac, 0x56, 0x33, 0x15, 0x6e, 0x13, 0x03, 0x97, 0x68, 0xcd, 0x7b, 0x55, 0xa4, 0x71, 0xaa, 0x4c, 0xb8, 0xc3, 0xd6, 0x20, 0xfd, 0x4c, 0x19, 0x2c, 0x0a, 0x62, 0x65, 0x72, 0x26, 0xb3, 0x70, 0xc8, 0x31, 0x45, 0xe4, 0x05, 0x02, 0x0d, 0xdb, 0x96, 0x52, 0xa6, 0xe1, 0x6e, 0xcb, 0x3e, 0x46, 0x20, 0x3a, 0x82, 0xd0, 0xdf, 0xd4, 0xf7, 0xc5, 0x4c, 0x19, 0x9d, 0xcb, 0xc2, 0xfd, 0x9a, 0xab, 0xff, 0x4f, 0x0f, 0x2e, 0x2f, 0x51, 0x88, 0x77, 0x7f, 0x0d, 0xfa, 0x89, 0x72, 0x73, 0xae, 0x7f, 0xaf, 0x0f, 0x01, 0xaa, 0xfe, 0x21, 0xac, 0x24, 0xda, 0xeb, 0x5a, 0x49, 0x34, 0x86, 0xa0, 0xd0, 0x07, 0xfe, 0x8a, 0x71, 0x89, 0x12, 0xfa, 0x91, 0xbf, 0xdb, 0x15, 0xfd, 0x08, 0x03, 0x5b, 0xe6, 0xfb, 0xdf, 0xd6, 0xcf, 0x20, 0xae, 0x19, 0x3b, 0x78, 0xe2, 0x2f, 0x93, 0xd6, 0x88, 0x19, 0x51, 0xbc, 0xf3, 0x97, 0x48, 0x6b, 0xd4, 0x6e, 0xf5, 0x81, 0xbf, 0x3d, 0x5c, 0xd2, 0xeb, 0x2f, 0xb2, 0x4a, 0xfa, 0xbb, 0x63, 0xa2, 0x13, 0x9d, 0x1f, 0xb4, 0x91, 0x89, 0xb0, 0x6e, 0xff, 0xc9, 0xaf, 0x89, 0xce, 0xcf, 0xab, 0x70, 0xe1, 0x9c, 0x42, 0x7c, 0xbc, 0xdb, 0xb4, 0x4f, 0x45, 0xfd, 0x1c, 0xb5, 0xb5, 0xf0, 0x4c, 0xcc, 0x83, 0xbb, 0x30, 0xea, 0xd6, 0x06, 0xc9, 0xb1, 0xf2, 0x61, 0xa7, 0x3e, 0x50, 0xf2, 0x1e, 0x04, 0x0b, 0x92, 0x85, 0x9a, 0x4c, 0x9d, 0x8f, 0xe4, 0xa8, 0x23, 0x7b, 0x84, 0x78, 0x70, 0x07, 0x76, 0x5b, 0x69, 0x16, 0x5d, 0x3b, 0xa3, 0x96, 0x05, 0xaf, 0x43, 0x3f, 0xd7, 0xba, 0x28, 0xa7, 0xc2, 0x36, 0x6f, 0x6f, 0x03, 0x60, 0x82, 0x62, 0xba, 0x93, 0x59, 0x1c, 0xfd, 0x4d, 0xa4, 0xd1, 0x9e, 0x3d, 0x00, 0x62, 0xb1, 0x72, 0xbe, 0x86, 0x3e, 0x22, 0xac, 0xf7, 0x16, 0x6c, 0xd7, 0xa9, 0x4d, 0xbb, 0xf9, 0x52, 0xc0, 0xa7, 0x37, 0x2a, 0xb8, 0x0d, 0xc3, 0x46, 0x82, 0x95, 0xf0, 0x25, 0x6d, 0x7b, 0x19, 0xd6, 0x53, 0x4b, 0x51, 0x1d, 0x90, 0x26, 0x68, 0xa5, 0xa8, 0x16, 0x50, 0xd7, 0x1d, 0xd8, 0x6d, 0xa5, 0x68, 0xa3, 0xaf, 0xbf, 0x61, 0x23, 0xb6, 0xa8, 0x8e, 0xea, 0x86, 0xd4, 0x6d, 0xb7, 0xea, 0xa8, 0x76, 0xfc, 0xad, 0x74, 0xa4, 0xd8, 0xb8, 0x9d, 0x56, 0x1f, 0xc9, 0x91, 0xbe, 0xe8, 0xcf, 0x4d, 0x5d, 0x74, 0x53, 0x09, 0xeb, 0xe2, 0x70, 0x49, 0x4e, 0x84, 0xbd, 0x5b, 0xab, 0x77, 0x07, 0x07, 0x97, 0x1e, 0xcc, 0xf6, 0x1f, 0x9c, 0xdf, 0x76, 0x5e, 0x3e, 0x2a, 0xe0, 0xe6, 0x2b, 0xce, 0x3e, 0x25, 0xb2, 0x1f, 0xa5, 0x7b, 0x65, 0xf4, 0x5b, 0x99, 0xb8, 0xc3, 0xce, 0x0c, 0x74, 0x15, 0xb6, 0x12, 0xe1, 0xe4, 0x44, 0x1b, 0xce, 0xb0, 0xf5, 0x71, 0x43, 0x63, 0x91, 0x50, 0x59, 0x72, 0x46, 0xd1, 0x1a, 0xeb, 0x55, 0x18, 0x29, 0x62, 0x1a, 0x8a, 0xfc, 0x5b, 0x8b, 0x00, 0xea, 0x8c, 0x1e, 0xc1, 0xde, 0x87, 0xcf, 0x43, 0xaf, 0x02, 0x58, 0x6b, 0x66, 0xb3, 0xfe, 0x98, 0xd6, 0xd1, 0xbf, 0xd6, 0xe0, 0x7a, 0xbb, 0xeb, 0x95, 0xb6, 0xf5, 0xb6, 0xee, 0x74, 0xc1, 0x48, 0xdc, 0xd9, 0x3c, 0x28, 0x5b, 0xe5, 0x5d, 0x91, 0x8e, 0xc5, 0xb5, 0x08, 0xbd, 0x25, 0x5f, 0xc3, 0xa8, 0xd1, 0x52, 0x3b, 0xcc, 0xf6, 0xef, 0xd6, 0x9a, 0x6a, 0xbf, 0xf7, 0x00, 0xf4, 0xfb, 0x42, 0x1a, 0xd6, 0xc5, 0x89, 0xdf, 0x27, 0x84, 0x34, 0x3d, 0x86, 0xcb, 0x27, 0x95, 0xca, 0xd2, 0x38, 0xd1, 0xa6, 0xd4, 0x46, 0x50, 0x91, 0x90, 0x65, 0x5c, 0x00, 0x17, 0x89, 0x7b, 0xd8, 0x32, 0xc9, 0xc4, 0x85, 0xc0, 0x6d, 0x2c, 0x06, 0x0e, 0xdb, 0x32, 0x4e, 0x6c, 0xd2, 0xda, 0xba, 0xad, 0x78, 0x12, 0x1f, 0x0d, 0x55, 0xcc, 0xa4, 0x6d, 0xba, 0x0a, 0x53, 0x34, 0xb6, 0x99, 0xb7, 0xb1, 0x55, 0x3f, 0xd5, 0xaf, 0xd3, 0x66, 0x69, 0xde, 0x1e, 0xab, 0x9f, 0x24, 0x9a, 0x6f, 0x9d, 0x30, 0x2e, 0xc6, 0xd6, 0xe1, 0xf3, 0xbd, 0x4f, 0xc8, 0x33, 0xe1, 0x24, 0x3f, 0x2c, 0x79, 0x99, 0x49, 0x27, 0x59, 0x62, 0x50, 0x3f, 0x2c, 0x0c, 0x92, 0xd0, 0x1e, 0x00, 0xa9, 0xe7, 0x51, 0x85, 0x93, 0xbc, 0x8f, 0x07, 0xf0, 0xb4, 0xf2, 0x15, 0xe0, 0x43, 0x60, 0x9d, 0xa9, 0x12, 0xc7, 0xd3, 0xd0, 0x0e, 0xe5, 0xce, 0x4e, 0x83, 0xd2, 0x3c, 0x74, 0x13, 0x06, 0x6c, 0x2e, 0xcb, 0x0c, 0x49, 0x06, 0x18, 0x22, 0x81, 0x2f, 0x61, 0x87, 0x82, 0xa5, 0x8a, 0x49, 0x8c, 0xc1, 0xa0, 0x56, 0xd4, 0x1b, 0x6f, 0xd7, 0xe0, 0x53, 0x23, 0x05, 0xbe, 0xc2, 0x36, 0x11, 0x99, 0x0c, 0x47, 0xfc, 0x0a, 0x13, 0x11, 0xdd, 0x83, 0xab, 0x1f, 0xc8, 0x1a, 0x4c, 0xb4, 0x21, 0xac, 0xa8, 0xd4, 0x67, 0xca, 0x8a, 0x4a, 0xa3, 0x9f, 0x7b, 0xdd, 0x52, 0x40, 0xf1, 0x67, 0x95, 0x75, 0xcf, 0x68, 0xd0, 0xac, 0xf3, 0x6c, 0x49, 0x72, 0x2e, 0x2d, 0x81, 0x5f, 0x1c, 0x5a, 0xaf, 0x41, 0xdf, 0x0b, 0xa8, 0xd4, 0xa7, 0xcf, 0x16, 0x03, 0xcf, 0xd3, 0x20, 0x82, 0xed, 0x5c, 0x14, 0xd5, 0xa9, 0x48, 0x5c, 0x65, 0x64, 0x3d, 0xb0, 0x2f, 0x60, 0xe8, 0xf1, 0x89, 0x70, 0xc9, 0xd4, 0xe7, 0x09, 0x13, 0x68, 0x4b, 0x55, 0xa8, 0xfa, 0xb1, 0xa4, 0x35, 0x26, 0xbe, 0x3f, 0x2a, 0xd7, 0xa9, 0xcc, 0x7c, 0x92, 0x78, 0xfb, 0x5e, 0x22, 0x14, 0x3d, 0xec, 0x16, 0xe5, 0x59, 0xcf, 0x97, 0xc5, 0xea, 0x1f, 0x2b, 0x10, 0xb4, 0x3b, 0x48, 0x5a, 0x38, 0xf1, 0xc9, 0xe1, 0x59, 0xf0, 0x7e, 0xf5, 0x8c, 0xf7, 0x77, 0x60, 0x37, 0xd7, 0x85, 0x72, 0xda, 0xe0, 0x95, 0xd3, 0xa4, 0xe3, 0x1b, 0x4b, 0x0b, 0xe3, 0xb0, 0x8b, 0x5a, 0xac, 0x58, 0x1c, 0x86, 0xb7, 0x10, 0x20, 0x26, 0x66, 0x67, 0xbe, 0xff, 0x6d, 0xcc, 0xcd, 0x79, 0x83, 0x72, 0xa6, 0x8f, 0xc8, 0x1b, 0x04, 0x98, 0x7d, 0xf0, 0xc4, 0xb3, 0x37, 0x6b, 0xf6, 0xc1, 0x13, 0x66, 0x63, 0x57, 0xd7, 0x2a, 0x91, 0x14, 0xac, 0xde, 0x98, 0x09, 0x8c, 0xa4, 0x2d, 0x8d, 0x98, 0xd7, 0x39, 0xdf, 0xe7, 0xf1, 0x9e, 0x30, 0x9f, 0xf5, 0x38, 0xb5, 0x61, 0x1e, 0x03, 0xb1, 0x68, 0x1d, 0xbd, 0x5c, 0x1a, 0x5d, 0xe1, 0x44, 0x9d, 0x55, 0xf7, 0x60, 0x1d, 0x49, 0xeb, 0x1f, 0xef, 0xcb, 0xf8, 0x78, 0x9f, 0x8f, 0xee, 0x98, 0x85, 0xa2, 0xfb, 0x70, 0xed, 0x43, 0xea, 0x96, 0x5d, 0xd5, 0x82, 0x38, 0x7f, 0x11, 0x74, 0xcf, 0x3e, 0x2b, 0xfe, 0x16, 0xbe, 0x58, 0x2e, 0xee, 0x3f, 0x9c, 0xd1, 0x75, 0xe9, 0xdb, 0x00, 0x13, 0x3c, 0xb4, 0xd8, 0x2a, 0x73, 0xfe, 0x7b, 0xc7, 0x53, 0x58, 0x04, 0x22, 0xcb, 0xe2, 0x5c, 0x5a, 0x2b, 0x26, 0x4d, 0x11, 0x88, 0x2c, 0x7b, 0xc9, 0x48, 0xf4, 0xbf, 0x5e, 0xf7, 0x30, 0x74, 0xe5, 0xb5, 0x14, 0xf9, 0xc7, 0x6a, 0xed, 0x06, 0x0c, 0x9c, 0x14, 0x79, 0x6c, 0xe7, 0x16, 0x3f, 0x46, 0xf1, 0xbc, 0x55, 0x9c, 0x09, 0x44, 0x7e, 0x3c, 0xb7, 0x47, 0x9a, 0x46, 0x45, 0x6d, 0xca, 0x85, 0xd6, 0x83, 0x40, 0xfd, 0xbc, 0x12, 0xb3, 0xf3, 0x64, 0x13, 0xb3, 0x2e, 0x48, 0xd2, 0x4c, 0x4c, 0x9f, 0x4c, 0x08, 0x10, 0xf3, 0x2e, 0x8c, 0x88, 0x99, 0x49, 0x91, 0xd6, 0x6f, 0x3e, 0xd7, 0xdd, 0x10, 0xf1, 0x17, 0x04, 0x93, 0xe4, 0x37, 0x70, 0xa1, 0x2b, 0xc9, 0xdf, 0xd4, 0x5c, 0x8d, 0xbb, 0xad, 0x28, 0x7d, 0x56, 0x47, 0x5f, 0xc3, 0x95, 0x65, 0xde, 0x2f, 0xbb, 0xc4, 0xbf, 0xad, 0x9f, 0x7d, 0xca, 0x8e, 0x9d, 0x38, 0x3d, 0xfd, 0x0d, 0x86, 0xea, 0x26, 0x0c, 0xde, 0x6b, 0xf3, 0x6e, 0x31, 0x4a, 0xc0, 0x10, 0x09, 0xdc, 0x86, 0xa1, 0xb2, 0x71, 0x27, 0x48, 0x3e, 0x3c, 0xdb, 0xca, 0xbe, 0x6e, 0x02, 0x84, 0xc3, 0x9d, 0x4a, 0xe3, 0x44, 0x98, 0x94, 0xfb, 0xc2, 0x96, 0xef, 0x0b, 0xe9, 0xa1, 0x30, 0x29, 0xf5, 0x05, 0xd4, 0xe3, 0x25, 0xfc, 0xa7, 0xb4, 0x1f, 0xee, 0x58, 0xc6, 0x7f, 0x4b, 0x8f, 0x60, 0x15, 0x73, 0x8f, 0xcb, 0x11, 0x97, 0x98, 0xad, 0x13, 0x59, 0xe0, 0xb9, 0xdc, 0xd4, 0x3c, 0x85, 0x78, 0x41, 0xad, 0xd8, 0xb7, 0x32, 0x4f, 0x75, 0xfb, 0xee, 0xce, 0x62, 0xdf, 0xdd, 0x03, 0x98, 0x4a, 0x91, 0xc6, 0x2a, 0xc7, 0x23, 0xfc, 0x07, 0x14, 0x22, 0xcf, 0x11, 0xc0, 0xc6, 0x55, 0xea, 0x4c, 0x39, 0x95, 0x58, 0xf6, 0x61, 0x97, 0x8c, 0xd8, 0xae, 0x41, 0xf2, 0x02, 0x67, 0xee, 0x2a, 0xc3, 0x27, 0xdd, 0xcf, 0x9f, 0x24, 0x39, 0x22, 0xc9, 0x91, 0xe7, 0xd0, 0x70, 0x49, 0xd2, 0xd7, 0xa0, 0x3f, 0x31, 0xa2, 0x70, 0xb1, 0x36, 0x93, 0xf0, 0x02, 0x47, 0x9e, 0x80, 0x3f, 0x98, 0x09, 0x32, 0x31, 0xcc, 0xac, 0x21, 0x60, 0x26, 0x02, 0xf5, 0x6f, 0x07, 0xf4, 0x67, 0x26, 0xe3, 0x32, 0x13, 0x89, 0x0c, 0x7f, 0xc7, 0x4d, 0x80, 0xb1, 0x57, 0x08, 0x61, 0x00, 0x72, 0x7d, 0xa2, 0x32, 0x19, 0x5e, 0xe4, 0x00, 0x30, 0x85, 0x5b, 0xa7, 0xc2, 0xc6, 0x89, 0x2e, 0x9c, 0x11, 0x89, 0x0b, 0x2f, 0xf1, 0xd6, 0xa9, 0xb0, 0x87, 0x1e, 0x8a, 0xbe, 0x81, 0x70, 0x69, 0x76, 0x2e, 0x4b, 0xe5, 0xbf, 0xae, 0xc0, 0xed, 0x25, 0xc2, 0x4f, 0x9d, 0x93, 0x45, 0x2a, 0x8a, 0x8f, 0xf7, 0xda, 0x4f, 0x48, 0xea, 0x36, 0x35, 0x57, 0x3f, 0x9e, 0x9a, 0x6b, 0xe7, 0x52, 0xf3, 0x6c, 0xd2, 0xad, 0x7f, 0x42, 0xd2, 0x6d, 0x2c, 0x49, 0xba, 0x00, 0xd6, 0x68, 0x6a, 0xf2, 0x5d, 0x18, 0xd7, 0xf8, 0x15, 0x94, 0x2a, 0x23, 0x13, 0xca, 0x30, 0xce, 0xe6, 0x16, 0x88, 0x1e, 0x43, 0xf4, 0x0b, 0x31, 0x59, 0x12, 0xca, 0xef, 0x6e, 0xfc, 0xe9, 0xba, 0x48, 0x12, 0x69, 0xed, 0x7d, 0xba, 0x1c, 0x9d, 0xdd, 0xf7, 0x1d, 0xf2, 0x61, 0x79, 0xf2, 0x70, 0xb6, 0x7f, 0xb2, 0x41, 0x7f, 0x4e, 0x1f, 0xfd, 0x3f, 0x00, 0x00, 0xff, 0xff, 0x3b, 0x5c, 0xb8, 0x66, 0x4d, 0x15, 0x00, 0x00, }