// Code generated by protoc-gen-go. DO NOT EDIT. // source: company.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 CompanyItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` SocialCode string `protobuf:"bytes,3,opt,name=social_code,json=socialCode,proto3" json:"social_code"` BusinessContact string `protobuf:"bytes,4,opt,name=business_contact,json=businessContact,proto3" json:"business_contact"` BusinessContactPhone string `protobuf:"bytes,5,opt,name=business_contact_phone,json=businessContactPhone,proto3" json:"business_contact_phone"` ApplyTime string `protobuf:"bytes,6,opt,name=apply_time,json=applyTime,proto3" json:"apply_time"` ApproveTime string `protobuf:"bytes,7,opt,name=approve_time,json=approveTime,proto3" json:"approve_time"` Status int32 `protobuf:"varint,8,opt,name=status,proto3" json:"status"` Province string `protobuf:"bytes,9,opt,name=province,proto3" json:"province"` City string `protobuf:"bytes,10,opt,name=city,proto3" json:"city"` Zone string `protobuf:"bytes,11,opt,name=zone,proto3" json:"zone"` // 法定代表人 LegalPerson string `protobuf:"bytes,12,opt,name=legal_person,json=legalPerson,proto3" json:"legal_person"` // 证件号 IdCert string `protobuf:"bytes,13,opt,name=id_cert,json=idCert,proto3" json:"id_cert"` // 营业执照 BusinessLicense string `protobuf:"bytes,14,opt,name=business_license,json=businessLicense,proto3" json:"business_license"` // 用户名 UserName string `protobuf:"bytes,15,opt,name=user_name,json=userName,proto3" json:"user_name"` // 业务负责人 BusinessResponsible string `protobuf:"bytes,16,opt,name=business_responsible,json=businessResponsible,proto3" json:"business_responsible"` // 业务负责人电话 BusinessResponsiblePhone string `protobuf:"bytes,17,opt,name=business_responsible_phone,json=businessResponsiblePhone,proto3" json:"business_responsible_phone"` // 紧急联系人 EmergencyContact string `protobuf:"bytes,18,opt,name=emergency_contact,json=emergencyContact,proto3" json:"emergency_contact"` // 紧急联系人电话 EmergencyContactPhone string `protobuf:"bytes,19,opt,name=emergency_contact_phone,json=emergencyContactPhone,proto3" json:"emergency_contact_phone"` Feedback string `protobuf:"bytes,20,opt,name=feedback,proto3" json:"feedback"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CompanyItem) Reset() { *m = CompanyItem{} } func (m *CompanyItem) String() string { return proto.CompactTextString(m) } func (*CompanyItem) ProtoMessage() {} func (*CompanyItem) Descriptor() ([]byte, []int) { return fileDescriptor_ade57ca5b8f3903f, []int{0} } func (m *CompanyItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompanyItem.Unmarshal(m, b) } func (m *CompanyItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CompanyItem.Marshal(b, m, deterministic) } func (m *CompanyItem) XXX_Merge(src proto.Message) { xxx_messageInfo_CompanyItem.Merge(m, src) } func (m *CompanyItem) XXX_Size() int { return xxx_messageInfo_CompanyItem.Size(m) } func (m *CompanyItem) XXX_DiscardUnknown() { xxx_messageInfo_CompanyItem.DiscardUnknown(m) } var xxx_messageInfo_CompanyItem proto.InternalMessageInfo func (m *CompanyItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *CompanyItem) GetName() string { if m != nil { return m.Name } return "" } func (m *CompanyItem) GetSocialCode() string { if m != nil { return m.SocialCode } return "" } func (m *CompanyItem) GetBusinessContact() string { if m != nil { return m.BusinessContact } return "" } func (m *CompanyItem) GetBusinessContactPhone() string { if m != nil { return m.BusinessContactPhone } return "" } func (m *CompanyItem) GetApplyTime() string { if m != nil { return m.ApplyTime } return "" } func (m *CompanyItem) GetApproveTime() string { if m != nil { return m.ApproveTime } return "" } func (m *CompanyItem) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *CompanyItem) GetProvince() string { if m != nil { return m.Province } return "" } func (m *CompanyItem) GetCity() string { if m != nil { return m.City } return "" } func (m *CompanyItem) GetZone() string { if m != nil { return m.Zone } return "" } func (m *CompanyItem) GetLegalPerson() string { if m != nil { return m.LegalPerson } return "" } func (m *CompanyItem) GetIdCert() string { if m != nil { return m.IdCert } return "" } func (m *CompanyItem) GetBusinessLicense() string { if m != nil { return m.BusinessLicense } return "" } func (m *CompanyItem) GetUserName() string { if m != nil { return m.UserName } return "" } func (m *CompanyItem) GetBusinessResponsible() string { if m != nil { return m.BusinessResponsible } return "" } func (m *CompanyItem) GetBusinessResponsiblePhone() string { if m != nil { return m.BusinessResponsiblePhone } return "" } func (m *CompanyItem) GetEmergencyContact() string { if m != nil { return m.EmergencyContact } return "" } func (m *CompanyItem) GetEmergencyContactPhone() string { if m != nil { return m.EmergencyContactPhone } return "" } func (m *CompanyItem) GetFeedback() string { if m != nil { return m.Feedback } return "" } type CompanyListRequest struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter"` FilterStatus []int32 `protobuf:"varint,3,rep,packed,name=filter_status,json=filterStatus,proto3" json:"filter_status"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CompanyListRequest) Reset() { *m = CompanyListRequest{} } func (m *CompanyListRequest) String() string { return proto.CompactTextString(m) } func (*CompanyListRequest) ProtoMessage() {} func (*CompanyListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_ade57ca5b8f3903f, []int{1} } func (m *CompanyListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompanyListRequest.Unmarshal(m, b) } func (m *CompanyListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CompanyListRequest.Marshal(b, m, deterministic) } func (m *CompanyListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_CompanyListRequest.Merge(m, src) } func (m *CompanyListRequest) XXX_Size() int { return xxx_messageInfo_CompanyListRequest.Size(m) } func (m *CompanyListRequest) XXX_DiscardUnknown() { xxx_messageInfo_CompanyListRequest.DiscardUnknown(m) } var xxx_messageInfo_CompanyListRequest proto.InternalMessageInfo func (m *CompanyListRequest) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *CompanyListRequest) GetFilter() string { if m != nil { return m.Filter } return "" } func (m *CompanyListRequest) GetFilterStatus() []int32 { if m != nil { return m.FilterStatus } return nil } type CompanyListReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size"` List []*CompanyItem `protobuf:"bytes,4,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CompanyListReply) Reset() { *m = CompanyListReply{} } func (m *CompanyListReply) String() string { return proto.CompactTextString(m) } func (*CompanyListReply) ProtoMessage() {} func (*CompanyListReply) Descriptor() ([]byte, []int) { return fileDescriptor_ade57ca5b8f3903f, []int{2} } func (m *CompanyListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompanyListReply.Unmarshal(m, b) } func (m *CompanyListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CompanyListReply.Marshal(b, m, deterministic) } func (m *CompanyListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_CompanyListReply.Merge(m, src) } func (m *CompanyListReply) XXX_Size() int { return xxx_messageInfo_CompanyListReply.Size(m) } func (m *CompanyListReply) XXX_DiscardUnknown() { xxx_messageInfo_CompanyListReply.DiscardUnknown(m) } var xxx_messageInfo_CompanyListReply proto.InternalMessageInfo func (m *CompanyListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *CompanyListReply) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *CompanyListReply) GetPageSize() int32 { if m != nil { return m.PageSize } return 0 } func (m *CompanyListReply) GetList() []*CompanyItem { if m != nil { return m.List } return nil } type ProjectItem struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` SafetyRecordNo string `protobuf:"bytes,2,opt,name=safety_record_no,json=safetyRecordNo,proto3" json:"safety_record_no"` ProjectLeader string `protobuf:"bytes,3,opt,name=project_leader,json=projectLeader,proto3" json:"project_leader"` Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"` Location string `protobuf:"bytes,5,opt,name=location,proto3" json:"location"` Id int64 `protobuf:"varint,6,opt,name=id,proto3" json:"id"` ProjectNo string `protobuf:"bytes,7,opt,name=project_no,json=projectNo,proto3" json:"project_no"` ProjectPlan string `protobuf:"bytes,8,opt,name=project_plan,json=projectPlan,proto3" json:"project_plan"` ProjectFunction string `protobuf:"bytes,9,opt,name=project_function,json=projectFunction,proto3" json:"project_function"` ProjectType string `protobuf:"bytes,10,opt,name=project_type,json=projectType,proto3" json:"project_type"` Price float64 `protobuf:"fixed64,11,opt,name=price,proto3" json:"price"` Desc string `protobuf:"bytes,12,opt,name=desc,proto3" json:"desc"` CoveredArea float64 `protobuf:"fixed64,13,opt,name=covered_area,json=coveredArea,proto3" json:"covered_area"` TotalLevel int32 `protobuf:"varint,14,opt,name=total_level,json=totalLevel,proto3" json:"total_level"` BuildingStorey string `protobuf:"bytes,15,opt,name=building_storey,json=buildingStorey,proto3" json:"building_storey"` Construction string `protobuf:"bytes,16,opt,name=construction,proto3" json:"construction"` Development string `protobuf:"bytes,17,opt,name=development,proto3" json:"development"` Oversee string `protobuf:"bytes,18,opt,name=oversee,proto3" json:"oversee"` Design string `protobuf:"bytes,19,opt,name=design,proto3" json:"design"` Exploration string `protobuf:"bytes,20,opt,name=exploration,proto3" json:"exploration"` Lon float64 `protobuf:"fixed64,21,opt,name=lon,proto3" json:"lon"` Lat float64 `protobuf:"fixed64,22,opt,name=lat,proto3" json:"lat"` IsFinish bool `protobuf:"varint,23,opt,name=is_finish,json=isFinish,proto3" json:"is_finish"` CompanyName string `protobuf:"bytes,24,opt,name=company_name,json=companyName,proto3" json:"company_name"` CreateTime string `protobuf:"bytes,25,opt,name=create_time,json=createTime,proto3" json:"create_time"` StartDay string `protobuf:"bytes,26,opt,name=start_day,json=startDay,proto3" json:"start_day"` EndDay string `protobuf:"bytes,27,opt,name=end_day,json=endDay,proto3" json:"end_day"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProjectItem) Reset() { *m = ProjectItem{} } func (m *ProjectItem) String() string { return proto.CompactTextString(m) } func (*ProjectItem) ProtoMessage() {} func (*ProjectItem) Descriptor() ([]byte, []int) { return fileDescriptor_ade57ca5b8f3903f, []int{3} } func (m *ProjectItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectItem.Unmarshal(m, b) } func (m *ProjectItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProjectItem.Marshal(b, m, deterministic) } func (m *ProjectItem) XXX_Merge(src proto.Message) { xxx_messageInfo_ProjectItem.Merge(m, src) } func (m *ProjectItem) XXX_Size() int { return xxx_messageInfo_ProjectItem.Size(m) } func (m *ProjectItem) XXX_DiscardUnknown() { xxx_messageInfo_ProjectItem.DiscardUnknown(m) } var xxx_messageInfo_ProjectItem proto.InternalMessageInfo func (m *ProjectItem) GetName() string { if m != nil { return m.Name } return "" } func (m *ProjectItem) GetSafetyRecordNo() string { if m != nil { return m.SafetyRecordNo } return "" } func (m *ProjectItem) GetProjectLeader() string { if m != nil { return m.ProjectLeader } return "" } func (m *ProjectItem) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *ProjectItem) GetLocation() string { if m != nil { return m.Location } return "" } func (m *ProjectItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *ProjectItem) GetProjectNo() string { if m != nil { return m.ProjectNo } return "" } func (m *ProjectItem) GetProjectPlan() string { if m != nil { return m.ProjectPlan } return "" } func (m *ProjectItem) GetProjectFunction() string { if m != nil { return m.ProjectFunction } return "" } func (m *ProjectItem) GetProjectType() string { if m != nil { return m.ProjectType } return "" } func (m *ProjectItem) GetPrice() float64 { if m != nil { return m.Price } return 0 } func (m *ProjectItem) GetDesc() string { if m != nil { return m.Desc } return "" } func (m *ProjectItem) GetCoveredArea() float64 { if m != nil { return m.CoveredArea } return 0 } func (m *ProjectItem) GetTotalLevel() int32 { if m != nil { return m.TotalLevel } return 0 } func (m *ProjectItem) GetBuildingStorey() string { if m != nil { return m.BuildingStorey } return "" } func (m *ProjectItem) GetConstruction() string { if m != nil { return m.Construction } return "" } func (m *ProjectItem) GetDevelopment() string { if m != nil { return m.Development } return "" } func (m *ProjectItem) GetOversee() string { if m != nil { return m.Oversee } return "" } func (m *ProjectItem) GetDesign() string { if m != nil { return m.Design } return "" } func (m *ProjectItem) GetExploration() string { if m != nil { return m.Exploration } return "" } func (m *ProjectItem) GetLon() float64 { if m != nil { return m.Lon } return 0 } func (m *ProjectItem) GetLat() float64 { if m != nil { return m.Lat } return 0 } func (m *ProjectItem) GetIsFinish() bool { if m != nil { return m.IsFinish } return false } func (m *ProjectItem) GetCompanyName() string { if m != nil { return m.CompanyName } return "" } func (m *ProjectItem) GetCreateTime() string { if m != nil { return m.CreateTime } return "" } func (m *ProjectItem) GetStartDay() string { if m != nil { return m.StartDay } return "" } func (m *ProjectItem) GetEndDay() string { if m != nil { return m.EndDay } return "" } type ProjectListRequest struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter"` FilterStatus []int32 `protobuf:"varint,3,rep,packed,name=filter_status,json=filterStatus,proto3" json:"filter_status"` PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProjectListRequest) Reset() { *m = ProjectListRequest{} } func (m *ProjectListRequest) String() string { return proto.CompactTextString(m) } func (*ProjectListRequest) ProtoMessage() {} func (*ProjectListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_ade57ca5b8f3903f, []int{4} } func (m *ProjectListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectListRequest.Unmarshal(m, b) } func (m *ProjectListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProjectListRequest.Marshal(b, m, deterministic) } func (m *ProjectListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ProjectListRequest.Merge(m, src) } func (m *ProjectListRequest) XXX_Size() int { return xxx_messageInfo_ProjectListRequest.Size(m) } func (m *ProjectListRequest) XXX_DiscardUnknown() { xxx_messageInfo_ProjectListRequest.DiscardUnknown(m) } var xxx_messageInfo_ProjectListRequest proto.InternalMessageInfo func (m *ProjectListRequest) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *ProjectListRequest) GetFilter() string { if m != nil { return m.Filter } return "" } func (m *ProjectListRequest) GetFilterStatus() []int32 { if m != nil { return m.FilterStatus } return nil } func (m *ProjectListRequest) GetPageSize() int32 { if m != nil { return m.PageSize } return 0 } type ProjectListReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size"` List []*ProjectItem `protobuf:"bytes,4,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProjectListReply) Reset() { *m = ProjectListReply{} } func (m *ProjectListReply) String() string { return proto.CompactTextString(m) } func (*ProjectListReply) ProtoMessage() {} func (*ProjectListReply) Descriptor() ([]byte, []int) { return fileDescriptor_ade57ca5b8f3903f, []int{5} } func (m *ProjectListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectListReply.Unmarshal(m, b) } func (m *ProjectListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProjectListReply.Marshal(b, m, deterministic) } func (m *ProjectListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ProjectListReply.Merge(m, src) } func (m *ProjectListReply) XXX_Size() int { return xxx_messageInfo_ProjectListReply.Size(m) } func (m *ProjectListReply) XXX_DiscardUnknown() { xxx_messageInfo_ProjectListReply.DiscardUnknown(m) } var xxx_messageInfo_ProjectListReply proto.InternalMessageInfo func (m *ProjectListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *ProjectListReply) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *ProjectListReply) GetPageSize() int32 { if m != nil { return m.PageSize } return 0 } func (m *ProjectListReply) GetList() []*ProjectItem { if m != nil { return m.List } return nil } type ProjectChangeInfoListRequest struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter"` FilterStatus []int32 `protobuf:"varint,3,rep,packed,name=filter_status,json=filterStatus,proto3" json:"filter_status"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProjectChangeInfoListRequest) Reset() { *m = ProjectChangeInfoListRequest{} } func (m *ProjectChangeInfoListRequest) String() string { return proto.CompactTextString(m) } func (*ProjectChangeInfoListRequest) ProtoMessage() {} func (*ProjectChangeInfoListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_ade57ca5b8f3903f, []int{6} } func (m *ProjectChangeInfoListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectChangeInfoListRequest.Unmarshal(m, b) } func (m *ProjectChangeInfoListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProjectChangeInfoListRequest.Marshal(b, m, deterministic) } func (m *ProjectChangeInfoListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ProjectChangeInfoListRequest.Merge(m, src) } func (m *ProjectChangeInfoListRequest) XXX_Size() int { return xxx_messageInfo_ProjectChangeInfoListRequest.Size(m) } func (m *ProjectChangeInfoListRequest) XXX_DiscardUnknown() { xxx_messageInfo_ProjectChangeInfoListRequest.DiscardUnknown(m) } var xxx_messageInfo_ProjectChangeInfoListRequest proto.InternalMessageInfo func (m *ProjectChangeInfoListRequest) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *ProjectChangeInfoListRequest) GetFilter() string { if m != nil { return m.Filter } return "" } func (m *ProjectChangeInfoListRequest) GetFilterStatus() []int32 { if m != nil { return m.FilterStatus } return nil } type ProjectInfoItem struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` Chinese string `protobuf:"bytes,2,opt,name=chinese,proto3" json:"chinese"` Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProjectInfoItem) Reset() { *m = ProjectInfoItem{} } func (m *ProjectInfoItem) String() string { return proto.CompactTextString(m) } func (*ProjectInfoItem) ProtoMessage() {} func (*ProjectInfoItem) Descriptor() ([]byte, []int) { return fileDescriptor_ade57ca5b8f3903f, []int{7} } func (m *ProjectInfoItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectInfoItem.Unmarshal(m, b) } func (m *ProjectInfoItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProjectInfoItem.Marshal(b, m, deterministic) } func (m *ProjectInfoItem) XXX_Merge(src proto.Message) { xxx_messageInfo_ProjectInfoItem.Merge(m, src) } func (m *ProjectInfoItem) XXX_Size() int { return xxx_messageInfo_ProjectInfoItem.Size(m) } func (m *ProjectInfoItem) XXX_DiscardUnknown() { xxx_messageInfo_ProjectInfoItem.DiscardUnknown(m) } var xxx_messageInfo_ProjectInfoItem proto.InternalMessageInfo func (m *ProjectInfoItem) GetName() string { if m != nil { return m.Name } return "" } func (m *ProjectInfoItem) GetChinese() string { if m != nil { return m.Chinese } return "" } func (m *ProjectInfoItem) GetValue() string { if m != nil { return m.Value } return "" } type ProjectChangeInfoItem struct { Origin []*ProjectInfoItem `protobuf:"bytes,1,rep,name=origin,proto3" json:"origin"` Dst []*ProjectInfoItem `protobuf:"bytes,2,rep,name=dst,proto3" json:"dst"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` SafetyRecordNo string `protobuf:"bytes,4,opt,name=safety_record_no,json=safetyRecordNo,proto3" json:"safety_record_no"` ApplyTime string `protobuf:"bytes,5,opt,name=apply_time,json=applyTime,proto3" json:"apply_time"` ApproveTime string `protobuf:"bytes,6,opt,name=approve_time,json=approveTime,proto3" json:"approve_time"` Status int32 `protobuf:"varint,7,opt,name=status,proto3" json:"status"` Addr string `protobuf:"bytes,8,opt,name=addr,proto3" json:"addr"` Id int64 `protobuf:"varint,9,opt,name=id,proto3" json:"id"` CompanyName string `protobuf:"bytes,10,opt,name=company_name,json=companyName,proto3" json:"company_name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProjectChangeInfoItem) Reset() { *m = ProjectChangeInfoItem{} } func (m *ProjectChangeInfoItem) String() string { return proto.CompactTextString(m) } func (*ProjectChangeInfoItem) ProtoMessage() {} func (*ProjectChangeInfoItem) Descriptor() ([]byte, []int) { return fileDescriptor_ade57ca5b8f3903f, []int{8} } func (m *ProjectChangeInfoItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectChangeInfoItem.Unmarshal(m, b) } func (m *ProjectChangeInfoItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProjectChangeInfoItem.Marshal(b, m, deterministic) } func (m *ProjectChangeInfoItem) XXX_Merge(src proto.Message) { xxx_messageInfo_ProjectChangeInfoItem.Merge(m, src) } func (m *ProjectChangeInfoItem) XXX_Size() int { return xxx_messageInfo_ProjectChangeInfoItem.Size(m) } func (m *ProjectChangeInfoItem) XXX_DiscardUnknown() { xxx_messageInfo_ProjectChangeInfoItem.DiscardUnknown(m) } var xxx_messageInfo_ProjectChangeInfoItem proto.InternalMessageInfo func (m *ProjectChangeInfoItem) GetOrigin() []*ProjectInfoItem { if m != nil { return m.Origin } return nil } func (m *ProjectChangeInfoItem) GetDst() []*ProjectInfoItem { if m != nil { return m.Dst } return nil } func (m *ProjectChangeInfoItem) GetName() string { if m != nil { return m.Name } return "" } func (m *ProjectChangeInfoItem) GetSafetyRecordNo() string { if m != nil { return m.SafetyRecordNo } return "" } func (m *ProjectChangeInfoItem) GetApplyTime() string { if m != nil { return m.ApplyTime } return "" } func (m *ProjectChangeInfoItem) GetApproveTime() string { if m != nil { return m.ApproveTime } return "" } func (m *ProjectChangeInfoItem) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *ProjectChangeInfoItem) GetAddr() string { if m != nil { return m.Addr } return "" } func (m *ProjectChangeInfoItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *ProjectChangeInfoItem) GetCompanyName() string { if m != nil { return m.CompanyName } return "" } type ProjectChangeInfoListReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size"` List []*ProjectChangeInfoItem `protobuf:"bytes,4,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProjectChangeInfoListReply) Reset() { *m = ProjectChangeInfoListReply{} } func (m *ProjectChangeInfoListReply) String() string { return proto.CompactTextString(m) } func (*ProjectChangeInfoListReply) ProtoMessage() {} func (*ProjectChangeInfoListReply) Descriptor() ([]byte, []int) { return fileDescriptor_ade57ca5b8f3903f, []int{9} } func (m *ProjectChangeInfoListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectChangeInfoListReply.Unmarshal(m, b) } func (m *ProjectChangeInfoListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProjectChangeInfoListReply.Marshal(b, m, deterministic) } func (m *ProjectChangeInfoListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ProjectChangeInfoListReply.Merge(m, src) } func (m *ProjectChangeInfoListReply) XXX_Size() int { return xxx_messageInfo_ProjectChangeInfoListReply.Size(m) } func (m *ProjectChangeInfoListReply) XXX_DiscardUnknown() { xxx_messageInfo_ProjectChangeInfoListReply.DiscardUnknown(m) } var xxx_messageInfo_ProjectChangeInfoListReply proto.InternalMessageInfo func (m *ProjectChangeInfoListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *ProjectChangeInfoListReply) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *ProjectChangeInfoListReply) GetPageSize() int32 { if m != nil { return m.PageSize } return 0 } func (m *ProjectChangeInfoListReply) GetList() []*ProjectChangeInfoItem { if m != nil { return m.List } return nil } type CompanyApproveRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` // 0 企业入驻审批 2 项目入驻审批 3 项目变更审批 ApproveType int32 `protobuf:"varint,2,opt,name=approve_type,json=approveType,proto3" json:"approve_type"` // true 同意 false 不同意 Status bool `protobuf:"varint,3,opt,name=status,proto3" json:"status"` Feedback string `protobuf:"bytes,4,opt,name=feedback,proto3" json:"feedback"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CompanyApproveRequest) Reset() { *m = CompanyApproveRequest{} } func (m *CompanyApproveRequest) String() string { return proto.CompactTextString(m) } func (*CompanyApproveRequest) ProtoMessage() {} func (*CompanyApproveRequest) Descriptor() ([]byte, []int) { return fileDescriptor_ade57ca5b8f3903f, []int{10} } func (m *CompanyApproveRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompanyApproveRequest.Unmarshal(m, b) } func (m *CompanyApproveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CompanyApproveRequest.Marshal(b, m, deterministic) } func (m *CompanyApproveRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_CompanyApproveRequest.Merge(m, src) } func (m *CompanyApproveRequest) XXX_Size() int { return xxx_messageInfo_CompanyApproveRequest.Size(m) } func (m *CompanyApproveRequest) XXX_DiscardUnknown() { xxx_messageInfo_CompanyApproveRequest.DiscardUnknown(m) } var xxx_messageInfo_CompanyApproveRequest proto.InternalMessageInfo func (m *CompanyApproveRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *CompanyApproveRequest) GetApproveType() int32 { if m != nil { return m.ApproveType } return 0 } func (m *CompanyApproveRequest) GetStatus() bool { if m != nil { return m.Status } return false } func (m *CompanyApproveRequest) GetFeedback() string { if m != nil { return m.Feedback } return "" } type CompanyApproveReply struct { ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CompanyApproveReply) Reset() { *m = CompanyApproveReply{} } func (m *CompanyApproveReply) String() string { return proto.CompactTextString(m) } func (*CompanyApproveReply) ProtoMessage() {} func (*CompanyApproveReply) Descriptor() ([]byte, []int) { return fileDescriptor_ade57ca5b8f3903f, []int{11} } func (m *CompanyApproveReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompanyApproveReply.Unmarshal(m, b) } func (m *CompanyApproveReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CompanyApproveReply.Marshal(b, m, deterministic) } func (m *CompanyApproveReply) XXX_Merge(src proto.Message) { xxx_messageInfo_CompanyApproveReply.Merge(m, src) } func (m *CompanyApproveReply) XXX_Size() int { return xxx_messageInfo_CompanyApproveReply.Size(m) } func (m *CompanyApproveReply) XXX_DiscardUnknown() { xxx_messageInfo_CompanyApproveReply.DiscardUnknown(m) } var xxx_messageInfo_CompanyApproveReply proto.InternalMessageInfo func (m *CompanyApproveReply) GetProjectId() int64 { if m != nil { return m.ProjectId } return 0 } type ProjectStatisticRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProjectStatisticRequest) Reset() { *m = ProjectStatisticRequest{} } func (m *ProjectStatisticRequest) String() string { return proto.CompactTextString(m) } func (*ProjectStatisticRequest) ProtoMessage() {} func (*ProjectStatisticRequest) Descriptor() ([]byte, []int) { return fileDescriptor_ade57ca5b8f3903f, []int{12} } func (m *ProjectStatisticRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectStatisticRequest.Unmarshal(m, b) } func (m *ProjectStatisticRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProjectStatisticRequest.Marshal(b, m, deterministic) } func (m *ProjectStatisticRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ProjectStatisticRequest.Merge(m, src) } func (m *ProjectStatisticRequest) XXX_Size() int { return xxx_messageInfo_ProjectStatisticRequest.Size(m) } func (m *ProjectStatisticRequest) XXX_DiscardUnknown() { xxx_messageInfo_ProjectStatisticRequest.DiscardUnknown(m) } var xxx_messageInfo_ProjectStatisticRequest proto.InternalMessageInfo type ProjectStatisticReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"` Increase int64 `protobuf:"varint,2,opt,name=increase,proto3" json:"increase"` List []*ProjectTypeStatisticItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProjectStatisticReply) Reset() { *m = ProjectStatisticReply{} } func (m *ProjectStatisticReply) String() string { return proto.CompactTextString(m) } func (*ProjectStatisticReply) ProtoMessage() {} func (*ProjectStatisticReply) Descriptor() ([]byte, []int) { return fileDescriptor_ade57ca5b8f3903f, []int{13} } func (m *ProjectStatisticReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectStatisticReply.Unmarshal(m, b) } func (m *ProjectStatisticReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProjectStatisticReply.Marshal(b, m, deterministic) } func (m *ProjectStatisticReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ProjectStatisticReply.Merge(m, src) } func (m *ProjectStatisticReply) XXX_Size() int { return xxx_messageInfo_ProjectStatisticReply.Size(m) } func (m *ProjectStatisticReply) XXX_DiscardUnknown() { xxx_messageInfo_ProjectStatisticReply.DiscardUnknown(m) } var xxx_messageInfo_ProjectStatisticReply proto.InternalMessageInfo func (m *ProjectStatisticReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *ProjectStatisticReply) GetIncrease() int64 { if m != nil { return m.Increase } return 0 } func (m *ProjectStatisticReply) GetList() []*ProjectTypeStatisticItem { if m != nil { return m.List } return nil } type StaffStatisticRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *StaffStatisticRequest) Reset() { *m = StaffStatisticRequest{} } func (m *StaffStatisticRequest) String() string { return proto.CompactTextString(m) } func (*StaffStatisticRequest) ProtoMessage() {} func (*StaffStatisticRequest) Descriptor() ([]byte, []int) { return fileDescriptor_ade57ca5b8f3903f, []int{14} } func (m *StaffStatisticRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StaffStatisticRequest.Unmarshal(m, b) } func (m *StaffStatisticRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_StaffStatisticRequest.Marshal(b, m, deterministic) } func (m *StaffStatisticRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_StaffStatisticRequest.Merge(m, src) } func (m *StaffStatisticRequest) XXX_Size() int { return xxx_messageInfo_StaffStatisticRequest.Size(m) } func (m *StaffStatisticRequest) XXX_DiscardUnknown() { xxx_messageInfo_StaffStatisticRequest.DiscardUnknown(m) } var xxx_messageInfo_StaffStatisticRequest proto.InternalMessageInfo type StaffStatisticReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"` Attendance int64 `protobuf:"varint,2,opt,name=attendance,proto3" json:"attendance"` Increase int64 `protobuf:"varint,3,opt,name=increase,proto3" json:"increase"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *StaffStatisticReply) Reset() { *m = StaffStatisticReply{} } func (m *StaffStatisticReply) String() string { return proto.CompactTextString(m) } func (*StaffStatisticReply) ProtoMessage() {} func (*StaffStatisticReply) Descriptor() ([]byte, []int) { return fileDescriptor_ade57ca5b8f3903f, []int{15} } func (m *StaffStatisticReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StaffStatisticReply.Unmarshal(m, b) } func (m *StaffStatisticReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_StaffStatisticReply.Marshal(b, m, deterministic) } func (m *StaffStatisticReply) XXX_Merge(src proto.Message) { xxx_messageInfo_StaffStatisticReply.Merge(m, src) } func (m *StaffStatisticReply) XXX_Size() int { return xxx_messageInfo_StaffStatisticReply.Size(m) } func (m *StaffStatisticReply) XXX_DiscardUnknown() { xxx_messageInfo_StaffStatisticReply.DiscardUnknown(m) } var xxx_messageInfo_StaffStatisticReply proto.InternalMessageInfo func (m *StaffStatisticReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *StaffStatisticReply) GetAttendance() int64 { if m != nil { return m.Attendance } return 0 } func (m *StaffStatisticReply) GetIncrease() int64 { if m != nil { return m.Increase } return 0 } type ProjectTypeStatisticRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProjectTypeStatisticRequest) Reset() { *m = ProjectTypeStatisticRequest{} } func (m *ProjectTypeStatisticRequest) String() string { return proto.CompactTextString(m) } func (*ProjectTypeStatisticRequest) ProtoMessage() {} func (*ProjectTypeStatisticRequest) Descriptor() ([]byte, []int) { return fileDescriptor_ade57ca5b8f3903f, []int{16} } func (m *ProjectTypeStatisticRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectTypeStatisticRequest.Unmarshal(m, b) } func (m *ProjectTypeStatisticRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProjectTypeStatisticRequest.Marshal(b, m, deterministic) } func (m *ProjectTypeStatisticRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ProjectTypeStatisticRequest.Merge(m, src) } func (m *ProjectTypeStatisticRequest) XXX_Size() int { return xxx_messageInfo_ProjectTypeStatisticRequest.Size(m) } func (m *ProjectTypeStatisticRequest) XXX_DiscardUnknown() { xxx_messageInfo_ProjectTypeStatisticRequest.DiscardUnknown(m) } var xxx_messageInfo_ProjectTypeStatisticRequest proto.InternalMessageInfo type ProjectTypeStatisticItem struct { ProjectType string `protobuf:"bytes,1,opt,name=project_type,json=projectType,proto3" json:"project_type"` Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count"` Percent string `protobuf:"bytes,3,opt,name=percent,proto3" json:"percent"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProjectTypeStatisticItem) Reset() { *m = ProjectTypeStatisticItem{} } func (m *ProjectTypeStatisticItem) String() string { return proto.CompactTextString(m) } func (*ProjectTypeStatisticItem) ProtoMessage() {} func (*ProjectTypeStatisticItem) Descriptor() ([]byte, []int) { return fileDescriptor_ade57ca5b8f3903f, []int{17} } func (m *ProjectTypeStatisticItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectTypeStatisticItem.Unmarshal(m, b) } func (m *ProjectTypeStatisticItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProjectTypeStatisticItem.Marshal(b, m, deterministic) } func (m *ProjectTypeStatisticItem) XXX_Merge(src proto.Message) { xxx_messageInfo_ProjectTypeStatisticItem.Merge(m, src) } func (m *ProjectTypeStatisticItem) XXX_Size() int { return xxx_messageInfo_ProjectTypeStatisticItem.Size(m) } func (m *ProjectTypeStatisticItem) XXX_DiscardUnknown() { xxx_messageInfo_ProjectTypeStatisticItem.DiscardUnknown(m) } var xxx_messageInfo_ProjectTypeStatisticItem proto.InternalMessageInfo func (m *ProjectTypeStatisticItem) GetProjectType() string { if m != nil { return m.ProjectType } return "" } func (m *ProjectTypeStatisticItem) GetCount() int64 { if m != nil { return m.Count } return 0 } func (m *ProjectTypeStatisticItem) GetPercent() string { if m != nil { return m.Percent } return "" } type ProjectTypeStatisticReply struct { List []*ProjectTypeStatisticItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProjectTypeStatisticReply) Reset() { *m = ProjectTypeStatisticReply{} } func (m *ProjectTypeStatisticReply) String() string { return proto.CompactTextString(m) } func (*ProjectTypeStatisticReply) ProtoMessage() {} func (*ProjectTypeStatisticReply) Descriptor() ([]byte, []int) { return fileDescriptor_ade57ca5b8f3903f, []int{18} } func (m *ProjectTypeStatisticReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectTypeStatisticReply.Unmarshal(m, b) } func (m *ProjectTypeStatisticReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProjectTypeStatisticReply.Marshal(b, m, deterministic) } func (m *ProjectTypeStatisticReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ProjectTypeStatisticReply.Merge(m, src) } func (m *ProjectTypeStatisticReply) XXX_Size() int { return xxx_messageInfo_ProjectTypeStatisticReply.Size(m) } func (m *ProjectTypeStatisticReply) XXX_DiscardUnknown() { xxx_messageInfo_ProjectTypeStatisticReply.DiscardUnknown(m) } var xxx_messageInfo_ProjectTypeStatisticReply proto.InternalMessageInfo func (m *ProjectTypeStatisticReply) GetList() []*ProjectTypeStatisticItem { if m != nil { return m.List } return nil } type CompanyStatisticRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CompanyStatisticRequest) Reset() { *m = CompanyStatisticRequest{} } func (m *CompanyStatisticRequest) String() string { return proto.CompactTextString(m) } func (*CompanyStatisticRequest) ProtoMessage() {} func (*CompanyStatisticRequest) Descriptor() ([]byte, []int) { return fileDescriptor_ade57ca5b8f3903f, []int{19} } func (m *CompanyStatisticRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompanyStatisticRequest.Unmarshal(m, b) } func (m *CompanyStatisticRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CompanyStatisticRequest.Marshal(b, m, deterministic) } func (m *CompanyStatisticRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_CompanyStatisticRequest.Merge(m, src) } func (m *CompanyStatisticRequest) XXX_Size() int { return xxx_messageInfo_CompanyStatisticRequest.Size(m) } func (m *CompanyStatisticRequest) XXX_DiscardUnknown() { xxx_messageInfo_CompanyStatisticRequest.DiscardUnknown(m) } var xxx_messageInfo_CompanyStatisticRequest proto.InternalMessageInfo type CompanyStatisticReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"` Increase int64 `protobuf:"varint,2,opt,name=increase,proto3" json:"increase"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CompanyStatisticReply) Reset() { *m = CompanyStatisticReply{} } func (m *CompanyStatisticReply) String() string { return proto.CompactTextString(m) } func (*CompanyStatisticReply) ProtoMessage() {} func (*CompanyStatisticReply) Descriptor() ([]byte, []int) { return fileDescriptor_ade57ca5b8f3903f, []int{20} } func (m *CompanyStatisticReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompanyStatisticReply.Unmarshal(m, b) } func (m *CompanyStatisticReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CompanyStatisticReply.Marshal(b, m, deterministic) } func (m *CompanyStatisticReply) XXX_Merge(src proto.Message) { xxx_messageInfo_CompanyStatisticReply.Merge(m, src) } func (m *CompanyStatisticReply) XXX_Size() int { return xxx_messageInfo_CompanyStatisticReply.Size(m) } func (m *CompanyStatisticReply) XXX_DiscardUnknown() { xxx_messageInfo_CompanyStatisticReply.DiscardUnknown(m) } var xxx_messageInfo_CompanyStatisticReply proto.InternalMessageInfo func (m *CompanyStatisticReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *CompanyStatisticReply) GetIncrease() int64 { if m != nil { return m.Increase } return 0 } func init() { proto.RegisterType((*CompanyItem)(nil), "v1.CompanyItem") proto.RegisterType((*CompanyListRequest)(nil), "v1.CompanyListRequest") proto.RegisterType((*CompanyListReply)(nil), "v1.CompanyListReply") proto.RegisterType((*ProjectItem)(nil), "v1.ProjectItem") proto.RegisterType((*ProjectListRequest)(nil), "v1.ProjectListRequest") proto.RegisterType((*ProjectListReply)(nil), "v1.ProjectListReply") proto.RegisterType((*ProjectChangeInfoListRequest)(nil), "v1.ProjectChangeInfoListRequest") proto.RegisterType((*ProjectInfoItem)(nil), "v1.ProjectInfoItem") proto.RegisterType((*ProjectChangeInfoItem)(nil), "v1.ProjectChangeInfoItem") proto.RegisterType((*ProjectChangeInfoListReply)(nil), "v1.ProjectChangeInfoListReply") proto.RegisterType((*CompanyApproveRequest)(nil), "v1.CompanyApproveRequest") proto.RegisterType((*CompanyApproveReply)(nil), "v1.CompanyApproveReply") proto.RegisterType((*ProjectStatisticRequest)(nil), "v1.ProjectStatisticRequest") proto.RegisterType((*ProjectStatisticReply)(nil), "v1.ProjectStatisticReply") proto.RegisterType((*StaffStatisticRequest)(nil), "v1.StaffStatisticRequest") proto.RegisterType((*StaffStatisticReply)(nil), "v1.StaffStatisticReply") proto.RegisterType((*ProjectTypeStatisticRequest)(nil), "v1.ProjectTypeStatisticRequest") proto.RegisterType((*ProjectTypeStatisticItem)(nil), "v1.ProjectTypeStatisticItem") proto.RegisterType((*ProjectTypeStatisticReply)(nil), "v1.ProjectTypeStatisticReply") proto.RegisterType((*CompanyStatisticRequest)(nil), "v1.CompanyStatisticRequest") proto.RegisterType((*CompanyStatisticReply)(nil), "v1.CompanyStatisticReply") } func init() { proto.RegisterFile("company.proto", fileDescriptor_ade57ca5b8f3903f) } var fileDescriptor_ade57ca5b8f3903f = []byte{ // 1306 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0xcb, 0x6e, 0x1b, 0x37, 0x17, 0xc6, 0xe8, 0x66, 0xe9, 0x28, 0xbe, 0x84, 0x8e, 0x63, 0xda, 0x4e, 0xfe, 0xdf, 0x51, 0x10, 0xfc, 0xfa, 0x11, 0x24, 0xa9, 0xdb, 0xa0, 0xab, 0x6e, 0x52, 0x07, 0x01, 0x0c, 0xb8, 0x86, 0x31, 0x4e, 0x37, 0xdd, 0x0c, 0xe8, 0x99, 0x23, 0x99, 0xed, 0x88, 0x9c, 0x92, 0x94, 0x50, 0xa5, 0x40, 0x16, 0x7d, 0x84, 0x3e, 0x49, 0xdf, 0xa2, 0x40, 0x9f, 0xaa, 0xe0, 0x65, 0x26, 0x33, 0xb2, 0xdd, 0x14, 0x68, 0xb3, 0x12, 0xcf, 0xc7, 0xc3, 0x39, 0xd7, 0xef, 0x90, 0x82, 0xf5, 0x54, 0xce, 0x0a, 0x26, 0x96, 0xcf, 0x0b, 0x25, 0x8d, 0x24, 0xad, 0xc5, 0xd1, 0xe8, 0xf7, 0x2e, 0x0c, 0x8f, 0x3d, 0x7a, 0x62, 0x70, 0x46, 0x36, 0xa0, 0xc5, 0x33, 0x1a, 0x1d, 0x46, 0xe3, 0x76, 0xdc, 0xe2, 0x19, 0x21, 0xd0, 0x11, 0x6c, 0x86, 0xb4, 0x75, 0x18, 0x8d, 0x07, 0xb1, 0x5b, 0x93, 0xff, 0xc2, 0x50, 0xcb, 0x94, 0xb3, 0x3c, 0x49, 0x65, 0x86, 0xb4, 0xed, 0xb6, 0xc0, 0x43, 0xc7, 0x32, 0x43, 0xf2, 0x7f, 0xd8, 0xba, 0x9c, 0x6b, 0x2e, 0x50, 0xeb, 0x24, 0x95, 0xc2, 0xb0, 0xd4, 0xd0, 0x8e, 0xd3, 0xda, 0x2c, 0xf1, 0x63, 0x0f, 0x93, 0x97, 0x70, 0x7f, 0x55, 0x35, 0x29, 0xae, 0xa4, 0x40, 0xda, 0x75, 0x07, 0xee, 0xad, 0x1c, 0x38, 0xb7, 0x7b, 0xe4, 0x21, 0x00, 0x2b, 0x8a, 0x7c, 0x99, 0x18, 0x3e, 0x43, 0xda, 0x73, 0x9a, 0x03, 0x87, 0xbc, 0xe5, 0x33, 0x24, 0x8f, 0xe0, 0x0e, 0x2b, 0x0a, 0x25, 0x17, 0xe8, 0x15, 0xd6, 0x9c, 0xc2, 0x30, 0x60, 0x4e, 0xe5, 0x3e, 0xf4, 0xb4, 0x61, 0x66, 0xae, 0x69, 0xff, 0x30, 0x1a, 0x77, 0xe3, 0x20, 0x91, 0x7d, 0xe8, 0x5b, 0x25, 0x2e, 0x52, 0xa4, 0x03, 0x77, 0xac, 0x92, 0x6d, 0x2e, 0x52, 0x6e, 0x96, 0x14, 0x7c, 0x2e, 0xec, 0xda, 0x62, 0xef, 0xac, 0xb7, 0x43, 0x8f, 0xd9, 0xb5, 0x35, 0x9f, 0xe3, 0x94, 0xe5, 0x49, 0x81, 0x4a, 0x4b, 0x41, 0xef, 0x78, 0xf3, 0x0e, 0x3b, 0x77, 0x10, 0xd9, 0x85, 0x35, 0x9e, 0x25, 0x29, 0x2a, 0x43, 0xd7, 0xdd, 0x6e, 0x8f, 0x67, 0xc7, 0xa8, 0x4c, 0x23, 0x75, 0x39, 0x4f, 0x51, 0x68, 0xa4, 0x1b, 0xcd, 0xd4, 0x9d, 0x7a, 0x98, 0x1c, 0xc0, 0x60, 0xae, 0x51, 0x25, 0xae, 0x3e, 0x9b, 0xde, 0x57, 0x0b, 0x9c, 0xd9, 0x1a, 0x1d, 0x41, 0x95, 0xb9, 0x44, 0xa1, 0x2e, 0xa4, 0xd0, 0xfc, 0x32, 0x47, 0xba, 0xe5, 0xf4, 0xb6, 0xcb, 0xbd, 0xf8, 0xc3, 0x16, 0xf9, 0x0a, 0xf6, 0x6f, 0x3a, 0x12, 0xca, 0x71, 0xd7, 0x1d, 0xa4, 0x37, 0x1c, 0xf4, 0x25, 0x79, 0x0a, 0x77, 0x71, 0x86, 0x6a, 0x8a, 0x22, 0x5d, 0x56, 0x45, 0x27, 0xee, 0xd0, 0x56, 0xb5, 0x51, 0x56, 0xfd, 0x4b, 0xd8, 0xbd, 0xa6, 0x1c, 0xec, 0x6c, 0xbb, 0x23, 0x3b, 0xab, 0x47, 0xbc, 0x91, 0x7d, 0xe8, 0x4f, 0x10, 0xb3, 0x4b, 0x96, 0xfe, 0x40, 0xef, 0xf9, 0x88, 0x4b, 0x79, 0x84, 0x40, 0x42, 0x23, 0x9f, 0x72, 0x6d, 0x62, 0xfc, 0x71, 0x8e, 0xda, 0xd8, 0xfa, 0x14, 0x6c, 0x8a, 0xae, 0xa3, 0xbb, 0xb1, 0x5b, 0xdb, 0xda, 0x4f, 0x78, 0x6e, 0x50, 0x85, 0xae, 0x0e, 0x12, 0x79, 0x0c, 0xeb, 0x7e, 0x95, 0x84, 0xd6, 0x68, 0x1f, 0xb6, 0xc7, 0xdd, 0xf8, 0x8e, 0x07, 0x2f, 0x1c, 0x36, 0x7a, 0x0f, 0x5b, 0x0d, 0x33, 0x45, 0xbe, 0x24, 0xf7, 0xa0, 0x6b, 0xa4, 0x61, 0x79, 0xe0, 0x8d, 0x17, 0x2a, 0xd3, 0xad, 0x9a, 0xe9, 0x03, 0x18, 0xd8, 0xdf, 0x44, 0xf3, 0x77, 0x9e, 0x38, 0xdd, 0xb8, 0x6f, 0x81, 0x0b, 0xfe, 0x0e, 0xc9, 0x63, 0xe8, 0xe4, 0x5c, 0x5b, 0xaa, 0xb4, 0xc7, 0xc3, 0xcf, 0x37, 0x9f, 0x2f, 0x8e, 0x9e, 0xd7, 0xa8, 0x19, 0xbb, 0xcd, 0xd1, 0x6f, 0x3d, 0x18, 0x9e, 0x2b, 0xf9, 0x3d, 0xa6, 0xc6, 0x11, 0xb6, 0x24, 0x68, 0x54, 0x23, 0xe8, 0x18, 0xb6, 0x34, 0x9b, 0xa0, 0x59, 0x26, 0x0a, 0x53, 0xa9, 0xb2, 0x44, 0xc8, 0x10, 0xea, 0x86, 0xc7, 0x63, 0x07, 0x9f, 0x49, 0xf2, 0x04, 0x36, 0x0a, 0xff, 0xb1, 0x24, 0x47, 0x96, 0xa1, 0x0a, 0x6c, 0x5e, 0x0f, 0xe8, 0xa9, 0x03, 0x6d, 0x80, 0xbe, 0x3a, 0x9e, 0xc5, 0x5e, 0xb0, 0xd5, 0xc8, 0x65, 0xca, 0x0c, 0x97, 0x22, 0xb0, 0xb5, 0x92, 0xc3, 0x1c, 0xe9, 0x55, 0x73, 0xe4, 0x21, 0x40, 0x69, 0x48, 0xc8, 0x40, 0xc8, 0x41, 0x40, 0xce, 0xa4, 0xa5, 0x4c, 0xb9, 0x5d, 0xe4, 0x4c, 0x38, 0x52, 0x0e, 0xe2, 0x61, 0xc0, 0xce, 0x73, 0x26, 0x2c, 0x33, 0x4a, 0x95, 0xc9, 0x5c, 0xa4, 0xce, 0xaa, 0x67, 0xe8, 0x66, 0xc0, 0xdf, 0x04, 0xb8, 0xfe, 0x35, 0xb3, 0x2c, 0x30, 0x10, 0xb6, 0xfc, 0xda, 0xdb, 0x65, 0x81, 0x2e, 0x22, 0xc5, 0x53, 0x4f, 0xdc, 0x28, 0xf6, 0x82, 0x4d, 0x66, 0x86, 0x3a, 0x0d, 0x8c, 0x75, 0x6b, 0xfb, 0xb1, 0x54, 0x2e, 0x50, 0x61, 0x96, 0x30, 0x85, 0xcc, 0xf1, 0x35, 0x8a, 0x87, 0x01, 0x7b, 0xa5, 0x90, 0xd9, 0x81, 0xe8, 0x4a, 0x9e, 0xe4, 0xb8, 0xc0, 0xdc, 0xf1, 0xb5, 0x1b, 0x83, 0x83, 0x4e, 0x2d, 0x42, 0xfe, 0x07, 0x9b, 0x97, 0x73, 0x9e, 0x67, 0x5c, 0x4c, 0x13, 0x6d, 0xa4, 0xc2, 0x65, 0x20, 0xec, 0x46, 0x09, 0x5f, 0x38, 0x94, 0x8c, 0xac, 0x31, 0xa1, 0x8d, 0x9a, 0xfb, 0x00, 0x3d, 0x5d, 0x1b, 0x18, 0x39, 0x84, 0x61, 0x66, 0xbf, 0x2a, 0x8b, 0x19, 0x0a, 0x13, 0x88, 0x59, 0x87, 0x08, 0x85, 0x35, 0xeb, 0x9d, 0x46, 0x0c, 0x0c, 0x2c, 0x45, 0xdb, 0xfa, 0x19, 0x6a, 0x3e, 0x15, 0x81, 0x67, 0x41, 0xb2, 0xdf, 0xc4, 0x9f, 0x8a, 0x5c, 0x2a, 0x5f, 0x4d, 0xcf, 0xad, 0x3a, 0x44, 0xb6, 0xa0, 0x9d, 0x4b, 0x41, 0x77, 0x5c, 0xf4, 0x76, 0xe9, 0x10, 0x66, 0xe8, 0xfd, 0x80, 0x30, 0x63, 0xbb, 0x9b, 0xeb, 0x64, 0xc2, 0x05, 0xd7, 0x57, 0x74, 0xf7, 0x30, 0x1a, 0xf7, 0xe3, 0x3e, 0xd7, 0x6f, 0x9c, 0xec, 0xf3, 0xe8, 0xba, 0xd9, 0x4f, 0x2c, 0xea, 0x6d, 0x04, 0xec, 0x2c, 0x5c, 0x2c, 0xa9, 0x42, 0x66, 0xc2, 0xd8, 0xde, 0xf3, 0x17, 0x8b, 0x87, 0xdc, 0xd4, 0x3e, 0x80, 0x81, 0x36, 0x4c, 0x99, 0x24, 0x63, 0x4b, 0xba, 0xef, 0x5b, 0xce, 0x01, 0xaf, 0xd9, 0xd2, 0xce, 0x54, 0x14, 0x99, 0xdb, 0x3a, 0xf0, 0xc1, 0xa1, 0xc8, 0x5e, 0xb3, 0xe5, 0xe8, 0x97, 0x08, 0x48, 0xa0, 0xcc, 0xa7, 0x1c, 0x0d, 0x4d, 0x72, 0x77, 0x9a, 0xe4, 0xb6, 0x73, 0xa3, 0xe1, 0xc3, 0xa7, 0x9d, 0x1b, 0xb5, 0x09, 0x11, 0xe6, 0x86, 0x84, 0x07, 0x01, 0x3c, 0xbe, 0x62, 0x62, 0x8a, 0x27, 0x62, 0x22, 0x3f, 0xe9, 0xa0, 0xfc, 0x16, 0x36, 0x4b, 0x2f, 0xc4, 0x44, 0xde, 0x3a, 0xab, 0x28, 0xac, 0xa5, 0x57, 0xf6, 0x4a, 0x29, 0xdf, 0x18, 0xa5, 0x68, 0xb3, 0xb3, 0x60, 0xf9, 0xbc, 0x7c, 0x60, 0x78, 0x61, 0xf4, 0x47, 0x0b, 0x76, 0xae, 0x05, 0xe2, 0xbe, 0xfe, 0x14, 0x7a, 0x52, 0xf1, 0x29, 0x17, 0x34, 0x72, 0x89, 0xd8, 0xae, 0x27, 0x22, 0x28, 0xc5, 0x41, 0x85, 0x3c, 0x81, 0x76, 0xa6, 0x0d, 0x6d, 0xdd, 0xae, 0x69, 0xf7, 0x2b, 0x8f, 0xdb, 0x1f, 0x99, 0xae, 0x9d, 0x1b, 0xa7, 0x6b, 0xf3, 0x99, 0xd2, 0xfd, 0xd8, 0x33, 0xa5, 0xf7, 0x57, 0xcf, 0x94, 0xb5, 0xc6, 0x33, 0x85, 0x40, 0x87, 0x65, 0x99, 0x0a, 0x73, 0xd2, 0xad, 0xc3, 0xc8, 0x1d, 0x54, 0x23, 0x77, 0x95, 0x70, 0x70, 0x8d, 0x70, 0xa3, 0x5f, 0x23, 0xd8, 0xbf, 0xa5, 0x2b, 0xfe, 0xc5, 0xfe, 0x7c, 0xd6, 0xe8, 0xcf, 0xbd, 0x5a, 0xb2, 0x9b, 0x15, 0x0c, 0x9d, 0xfa, 0x1e, 0x76, 0xc2, 0xb5, 0xf7, 0xca, 0x67, 0xa2, 0x6c, 0xd1, 0xd5, 0xb7, 0x69, 0x3d, 0x7f, 0x76, 0xcc, 0x7b, 0x87, 0xaa, 0xfc, 0xd9, 0x31, 0xff, 0x21, 0x7f, 0x6d, 0x37, 0x8e, 0x6a, 0xcf, 0xbc, 0xea, 0x21, 0xd1, 0x59, 0x79, 0x48, 0xbc, 0x84, 0xed, 0x55, 0xfb, 0x36, 0x19, 0xb5, 0x1b, 0xac, 0xf2, 0xa2, 0xbc, 0xc1, 0x4e, 0xb2, 0xd1, 0x1e, 0xec, 0x86, 0xa0, 0x6c, 0xff, 0x73, 0x6d, 0x78, 0x1a, 0xfc, 0x1e, 0xfd, 0x5c, 0x75, 0x6c, 0x6d, 0xeb, 0xf6, 0xfc, 0xee, 0x43, 0x9f, 0x0b, 0x3b, 0xf4, 0x02, 0x25, 0xda, 0x71, 0x25, 0x93, 0xcf, 0x42, 0x2a, 0xdb, 0x2e, 0x95, 0x0f, 0x6a, 0xa9, 0xb4, 0xe1, 0x56, 0x9f, 0xaf, 0x65, 0x73, 0x17, 0x76, 0x2e, 0x0c, 0x9b, 0x4c, 0xae, 0x79, 0x35, 0x85, 0xed, 0xd5, 0x8d, 0xdb, 0x7d, 0xfa, 0x0f, 0x00, 0x33, 0x06, 0x45, 0xc6, 0xec, 0xc3, 0xd8, 0x7b, 0x55, 0x43, 0x1a, 0x3e, 0xb7, 0x9b, 0x3e, 0x8f, 0x1e, 0xc2, 0xc1, 0x4d, 0x3e, 0x96, 0x7e, 0xcc, 0x80, 0xde, 0x16, 0xc2, 0xb5, 0x8b, 0x3c, 0xba, 0xf1, 0x22, 0x4f, 0xe5, 0x5c, 0x98, 0xe0, 0x94, 0x17, 0xec, 0x54, 0x29, 0x50, 0xa5, 0xf6, 0x7e, 0xf4, 0xd4, 0x2d, 0xc5, 0xd1, 0x37, 0xb0, 0x77, 0xb3, 0x37, 0x36, 0xf8, 0x32, 0xbd, 0xd1, 0xdf, 0x4e, 0xef, 0x1e, 0xec, 0x86, 0x66, 0xb9, 0x16, 0xd8, 0x49, 0xd5, 0xc7, 0xff, 0xb4, 0xec, 0x5f, 0x3f, 0xfe, 0xee, 0x91, 0x9e, 0x31, 0x65, 0x9e, 0x4d, 0xed, 0x45, 0x2e, 0xec, 0x25, 0xff, 0x6c, 0xc6, 0x04, 0x9b, 0xa2, 0x5d, 0xbe, 0x28, 0x2e, 0x5f, 0x2c, 0x8e, 0x2e, 0x7b, 0xee, 0x5f, 0xdd, 0x17, 0x7f, 0x06, 0x00, 0x00, 0xff, 0xff, 0xe6, 0xe2, 0x11, 0x54, 0xe6, 0x0d, 0x00, 0x00, }