1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: repair.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 RepairOrderAddRequest struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- // 分类id
- ClassId int64 `protobuf:"varint,2,opt,name=class_id,json=classId,proto3" json:"class_id"`
- // 报修人
- ApplyPeople string `protobuf:"bytes,3,opt,name=apply_people,json=applyPeople,proto3" json:"apply_people"`
- // 报修人电话
- ApplyPeoplePhone string `protobuf:"bytes,4,opt,name=apply_people_phone,json=applyPeoplePhone,proto3" json:"apply_people_phone"`
- // 预约时间
- Appointment int64 `protobuf:"varint,5,opt,name=appointment,proto3" json:"appointment"`
- // 房屋id
- HouseId int64 `protobuf:"varint,6,opt,name=house_id,json=houseId,proto3" json:"house_id"`
- // 上级处理人
- LastUid int64 `protobuf:"varint,7,opt,name=last_uid,json=lastUid,proto3" json:"last_uid"`
- // 报修内容
- ApplyContent string `protobuf:"bytes,8,opt,name=apply_content,json=applyContent,proto3" json:"apply_content"`
- // 报修图片
- ApplyPic []string `protobuf:"bytes,9,rep,name=apply_pic,json=applyPic,proto3" json:"apply_pic"`
- ByCompany bool `protobuf:"varint,10,opt,name=by_company,json=byCompany,proto3" json:"by_company"`
- HouseholdUid int64 `protobuf:"varint,11,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *RepairOrderAddRequest) Reset() { *m = RepairOrderAddRequest{} }
- func (m *RepairOrderAddRequest) String() string { return proto.CompactTextString(m) }
- func (*RepairOrderAddRequest) ProtoMessage() {}
- func (*RepairOrderAddRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_ed467f9ce737def7, []int{0}
- }
- func (m *RepairOrderAddRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_RepairOrderAddRequest.Unmarshal(m, b)
- }
- func (m *RepairOrderAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_RepairOrderAddRequest.Marshal(b, m, deterministic)
- }
- func (m *RepairOrderAddRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_RepairOrderAddRequest.Merge(m, src)
- }
- func (m *RepairOrderAddRequest) XXX_Size() int {
- return xxx_messageInfo_RepairOrderAddRequest.Size(m)
- }
- func (m *RepairOrderAddRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_RepairOrderAddRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_RepairOrderAddRequest proto.InternalMessageInfo
- func (m *RepairOrderAddRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *RepairOrderAddRequest) GetClassId() int64 {
- if m != nil {
- return m.ClassId
- }
- return 0
- }
- func (m *RepairOrderAddRequest) GetApplyPeople() string {
- if m != nil {
- return m.ApplyPeople
- }
- return ""
- }
- func (m *RepairOrderAddRequest) GetApplyPeoplePhone() string {
- if m != nil {
- return m.ApplyPeoplePhone
- }
- return ""
- }
- func (m *RepairOrderAddRequest) GetAppointment() int64 {
- if m != nil {
- return m.Appointment
- }
- return 0
- }
- func (m *RepairOrderAddRequest) GetHouseId() int64 {
- if m != nil {
- return m.HouseId
- }
- return 0
- }
- func (m *RepairOrderAddRequest) GetLastUid() int64 {
- if m != nil {
- return m.LastUid
- }
- return 0
- }
- func (m *RepairOrderAddRequest) GetApplyContent() string {
- if m != nil {
- return m.ApplyContent
- }
- return ""
- }
- func (m *RepairOrderAddRequest) GetApplyPic() []string {
- if m != nil {
- return m.ApplyPic
- }
- return nil
- }
- func (m *RepairOrderAddRequest) GetByCompany() bool {
- if m != nil {
- return m.ByCompany
- }
- return false
- }
- func (m *RepairOrderAddRequest) GetHouseholdUid() int64 {
- if m != nil {
- return m.HouseholdUid
- }
- return 0
- }
- type RepairOrderAddReply struct {
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *RepairOrderAddReply) Reset() { *m = RepairOrderAddReply{} }
- func (m *RepairOrderAddReply) String() string { return proto.CompactTextString(m) }
- func (*RepairOrderAddReply) ProtoMessage() {}
- func (*RepairOrderAddReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_ed467f9ce737def7, []int{1}
- }
- func (m *RepairOrderAddReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_RepairOrderAddReply.Unmarshal(m, b)
- }
- func (m *RepairOrderAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_RepairOrderAddReply.Marshal(b, m, deterministic)
- }
- func (m *RepairOrderAddReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_RepairOrderAddReply.Merge(m, src)
- }
- func (m *RepairOrderAddReply) XXX_Size() int {
- return xxx_messageInfo_RepairOrderAddReply.Size(m)
- }
- func (m *RepairOrderAddReply) XXX_DiscardUnknown() {
- xxx_messageInfo_RepairOrderAddReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_RepairOrderAddReply proto.InternalMessageInfo
- func (m *RepairOrderAddReply) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- type RepairOrderUpdateRequest struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- // 分类id
- ClassId int64 `protobuf:"varint,2,opt,name=class_id,json=classId,proto3" json:"class_id"`
- // 报修人
- ApplyPeople string `protobuf:"bytes,3,opt,name=apply_people,json=applyPeople,proto3" json:"apply_people"`
- // 报修人电话
- ApplyPeoplePhone string `protobuf:"bytes,4,opt,name=apply_people_phone,json=applyPeoplePhone,proto3" json:"apply_people_phone"`
- // 预约时间
- Appointment int64 `protobuf:"varint,5,opt,name=appointment,proto3" json:"appointment"`
- // 房屋id
- HouseId int64 `protobuf:"varint,6,opt,name=house_id,json=houseId,proto3" json:"house_id"`
- // 报修内容
- ApplyContent string `protobuf:"bytes,7,opt,name=apply_content,json=applyContent,proto3" json:"apply_content"`
- // 报修图片
- ApplyPic []string `protobuf:"bytes,8,rep,name=apply_pic,json=applyPic,proto3" json:"apply_pic"`
- Id int64 `protobuf:"varint,9,opt,name=id,proto3" json:"id"`
- HouseholdUid int64 `protobuf:"varint,10,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *RepairOrderUpdateRequest) Reset() { *m = RepairOrderUpdateRequest{} }
- func (m *RepairOrderUpdateRequest) String() string { return proto.CompactTextString(m) }
- func (*RepairOrderUpdateRequest) ProtoMessage() {}
- func (*RepairOrderUpdateRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_ed467f9ce737def7, []int{2}
- }
- func (m *RepairOrderUpdateRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_RepairOrderUpdateRequest.Unmarshal(m, b)
- }
- func (m *RepairOrderUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_RepairOrderUpdateRequest.Marshal(b, m, deterministic)
- }
- func (m *RepairOrderUpdateRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_RepairOrderUpdateRequest.Merge(m, src)
- }
- func (m *RepairOrderUpdateRequest) XXX_Size() int {
- return xxx_messageInfo_RepairOrderUpdateRequest.Size(m)
- }
- func (m *RepairOrderUpdateRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_RepairOrderUpdateRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_RepairOrderUpdateRequest proto.InternalMessageInfo
- func (m *RepairOrderUpdateRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *RepairOrderUpdateRequest) GetClassId() int64 {
- if m != nil {
- return m.ClassId
- }
- return 0
- }
- func (m *RepairOrderUpdateRequest) GetApplyPeople() string {
- if m != nil {
- return m.ApplyPeople
- }
- return ""
- }
- func (m *RepairOrderUpdateRequest) GetApplyPeoplePhone() string {
- if m != nil {
- return m.ApplyPeoplePhone
- }
- return ""
- }
- func (m *RepairOrderUpdateRequest) GetAppointment() int64 {
- if m != nil {
- return m.Appointment
- }
- return 0
- }
- func (m *RepairOrderUpdateRequest) GetHouseId() int64 {
- if m != nil {
- return m.HouseId
- }
- return 0
- }
- func (m *RepairOrderUpdateRequest) GetApplyContent() string {
- if m != nil {
- return m.ApplyContent
- }
- return ""
- }
- func (m *RepairOrderUpdateRequest) GetApplyPic() []string {
- if m != nil {
- return m.ApplyPic
- }
- return nil
- }
- func (m *RepairOrderUpdateRequest) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *RepairOrderUpdateRequest) GetHouseholdUid() int64 {
- if m != nil {
- return m.HouseholdUid
- }
- return 0
- }
- type RepairOrderUpdateReply struct {
- Origin *RepairOrderUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *RepairOrderUpdateReply) Reset() { *m = RepairOrderUpdateReply{} }
- func (m *RepairOrderUpdateReply) String() string { return proto.CompactTextString(m) }
- func (*RepairOrderUpdateReply) ProtoMessage() {}
- func (*RepairOrderUpdateReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_ed467f9ce737def7, []int{3}
- }
- func (m *RepairOrderUpdateReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_RepairOrderUpdateReply.Unmarshal(m, b)
- }
- func (m *RepairOrderUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_RepairOrderUpdateReply.Marshal(b, m, deterministic)
- }
- func (m *RepairOrderUpdateReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_RepairOrderUpdateReply.Merge(m, src)
- }
- func (m *RepairOrderUpdateReply) XXX_Size() int {
- return xxx_messageInfo_RepairOrderUpdateReply.Size(m)
- }
- func (m *RepairOrderUpdateReply) XXX_DiscardUnknown() {
- xxx_messageInfo_RepairOrderUpdateReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_RepairOrderUpdateReply proto.InternalMessageInfo
- func (m *RepairOrderUpdateReply) GetOrigin() *RepairOrderUpdateRequest {
- if m != nil {
- return m.Origin
- }
- return nil
- }
- type RepairOrderDelRequest struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"`
- HouseholdUid int64 `protobuf:"varint,11,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *RepairOrderDelRequest) Reset() { *m = RepairOrderDelRequest{} }
- func (m *RepairOrderDelRequest) String() string { return proto.CompactTextString(m) }
- func (*RepairOrderDelRequest) ProtoMessage() {}
- func (*RepairOrderDelRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_ed467f9ce737def7, []int{4}
- }
- func (m *RepairOrderDelRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_RepairOrderDelRequest.Unmarshal(m, b)
- }
- func (m *RepairOrderDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_RepairOrderDelRequest.Marshal(b, m, deterministic)
- }
- func (m *RepairOrderDelRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_RepairOrderDelRequest.Merge(m, src)
- }
- func (m *RepairOrderDelRequest) XXX_Size() int {
- return xxx_messageInfo_RepairOrderDelRequest.Size(m)
- }
- func (m *RepairOrderDelRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_RepairOrderDelRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_RepairOrderDelRequest proto.InternalMessageInfo
- func (m *RepairOrderDelRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *RepairOrderDelRequest) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *RepairOrderDelRequest) GetHouseholdUid() int64 {
- if m != nil {
- return m.HouseholdUid
- }
- return 0
- }
- type RepairOrderDelReply struct {
- Origin *RepairOrderUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *RepairOrderDelReply) Reset() { *m = RepairOrderDelReply{} }
- func (m *RepairOrderDelReply) String() string { return proto.CompactTextString(m) }
- func (*RepairOrderDelReply) ProtoMessage() {}
- func (*RepairOrderDelReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_ed467f9ce737def7, []int{5}
- }
- func (m *RepairOrderDelReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_RepairOrderDelReply.Unmarshal(m, b)
- }
- func (m *RepairOrderDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_RepairOrderDelReply.Marshal(b, m, deterministic)
- }
- func (m *RepairOrderDelReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_RepairOrderDelReply.Merge(m, src)
- }
- func (m *RepairOrderDelReply) XXX_Size() int {
- return xxx_messageInfo_RepairOrderDelReply.Size(m)
- }
- func (m *RepairOrderDelReply) XXX_DiscardUnknown() {
- xxx_messageInfo_RepairOrderDelReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_RepairOrderDelReply proto.InternalMessageInfo
- func (m *RepairOrderDelReply) GetOrigin() *RepairOrderUpdateRequest {
- if m != nil {
- return m.Origin
- }
- return nil
- }
- type RepairOrderReturnVisitRequest struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"`
- // 1 满意 2 不满意
- ReturnVisitLevel int32 `protobuf:"varint,3,opt,name=return_visit_level,json=returnVisitLevel,proto3" json:"return_visit_level"`
- // 回访内容
- ReturnVisitContent string `protobuf:"bytes,4,opt,name=return_visit_content,json=returnVisitContent,proto3" json:"return_visit_content"`
- HouseholdUid int64 `protobuf:"varint,5,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *RepairOrderReturnVisitRequest) Reset() { *m = RepairOrderReturnVisitRequest{} }
- func (m *RepairOrderReturnVisitRequest) String() string { return proto.CompactTextString(m) }
- func (*RepairOrderReturnVisitRequest) ProtoMessage() {}
- func (*RepairOrderReturnVisitRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_ed467f9ce737def7, []int{6}
- }
- func (m *RepairOrderReturnVisitRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_RepairOrderReturnVisitRequest.Unmarshal(m, b)
- }
- func (m *RepairOrderReturnVisitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_RepairOrderReturnVisitRequest.Marshal(b, m, deterministic)
- }
- func (m *RepairOrderReturnVisitRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_RepairOrderReturnVisitRequest.Merge(m, src)
- }
- func (m *RepairOrderReturnVisitRequest) XXX_Size() int {
- return xxx_messageInfo_RepairOrderReturnVisitRequest.Size(m)
- }
- func (m *RepairOrderReturnVisitRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_RepairOrderReturnVisitRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_RepairOrderReturnVisitRequest proto.InternalMessageInfo
- func (m *RepairOrderReturnVisitRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *RepairOrderReturnVisitRequest) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *RepairOrderReturnVisitRequest) GetReturnVisitLevel() int32 {
- if m != nil {
- return m.ReturnVisitLevel
- }
- return 0
- }
- func (m *RepairOrderReturnVisitRequest) GetReturnVisitContent() string {
- if m != nil {
- return m.ReturnVisitContent
- }
- return ""
- }
- func (m *RepairOrderReturnVisitRequest) GetHouseholdUid() int64 {
- if m != nil {
- return m.HouseholdUid
- }
- return 0
- }
- type RepairOrderReturnVisitReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *RepairOrderReturnVisitReply) Reset() { *m = RepairOrderReturnVisitReply{} }
- func (m *RepairOrderReturnVisitReply) String() string { return proto.CompactTextString(m) }
- func (*RepairOrderReturnVisitReply) ProtoMessage() {}
- func (*RepairOrderReturnVisitReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_ed467f9ce737def7, []int{7}
- }
- func (m *RepairOrderReturnVisitReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_RepairOrderReturnVisitReply.Unmarshal(m, b)
- }
- func (m *RepairOrderReturnVisitReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_RepairOrderReturnVisitReply.Marshal(b, m, deterministic)
- }
- func (m *RepairOrderReturnVisitReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_RepairOrderReturnVisitReply.Merge(m, src)
- }
- func (m *RepairOrderReturnVisitReply) XXX_Size() int {
- return xxx_messageInfo_RepairOrderReturnVisitReply.Size(m)
- }
- func (m *RepairOrderReturnVisitReply) XXX_DiscardUnknown() {
- xxx_messageInfo_RepairOrderReturnVisitReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_RepairOrderReturnVisitReply proto.InternalMessageInfo
- type RepairOrderPipelineData struct {
- // 处理人
- User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user"`
- // 处理意见
- Feedback string `protobuf:"bytes,2,opt,name=feedback,proto3" json:"feedback"`
- // 处理时间
- HandleTime string `protobuf:"bytes,3,opt,name=handle_time,json=handleTime,proto3" json:"handle_time"`
- Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status"`
- Phone string `protobuf:"bytes,5,opt,name=phone,proto3" json:"phone"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *RepairOrderPipelineData) Reset() { *m = RepairOrderPipelineData{} }
- func (m *RepairOrderPipelineData) String() string { return proto.CompactTextString(m) }
- func (*RepairOrderPipelineData) ProtoMessage() {}
- func (*RepairOrderPipelineData) Descriptor() ([]byte, []int) {
- return fileDescriptor_ed467f9ce737def7, []int{8}
- }
- func (m *RepairOrderPipelineData) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_RepairOrderPipelineData.Unmarshal(m, b)
- }
- func (m *RepairOrderPipelineData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_RepairOrderPipelineData.Marshal(b, m, deterministic)
- }
- func (m *RepairOrderPipelineData) XXX_Merge(src proto.Message) {
- xxx_messageInfo_RepairOrderPipelineData.Merge(m, src)
- }
- func (m *RepairOrderPipelineData) XXX_Size() int {
- return xxx_messageInfo_RepairOrderPipelineData.Size(m)
- }
- func (m *RepairOrderPipelineData) XXX_DiscardUnknown() {
- xxx_messageInfo_RepairOrderPipelineData.DiscardUnknown(m)
- }
- var xxx_messageInfo_RepairOrderPipelineData proto.InternalMessageInfo
- func (m *RepairOrderPipelineData) GetUser() string {
- if m != nil {
- return m.User
- }
- return ""
- }
- func (m *RepairOrderPipelineData) GetFeedback() string {
- if m != nil {
- return m.Feedback
- }
- return ""
- }
- func (m *RepairOrderPipelineData) GetHandleTime() string {
- if m != nil {
- return m.HandleTime
- }
- return ""
- }
- func (m *RepairOrderPipelineData) GetStatus() string {
- if m != nil {
- return m.Status
- }
- return ""
- }
- func (m *RepairOrderPipelineData) GetPhone() string {
- if m != nil {
- return m.Phone
- }
- return ""
- }
- type RepairOrderItem struct {
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
- // 分类id
- ClassId int64 `protobuf:"varint,2,opt,name=class_id,json=classId,proto3" json:"class_id"`
- // 报修人
- ApplyPeople string `protobuf:"bytes,3,opt,name=apply_people,json=applyPeople,proto3" json:"apply_people"`
- // 报修人电话
- ApplyPeoplePhone string `protobuf:"bytes,4,opt,name=apply_people_phone,json=applyPeoplePhone,proto3" json:"apply_people_phone"`
- // 预约时间
- Appointment string `protobuf:"bytes,5,opt,name=appointment,proto3" json:"appointment"`
- // 房屋id
- HouseId int64 `protobuf:"varint,6,opt,name=house_id,json=houseId,proto3" json:"house_id"`
- // 当前状态处理人
- CurrentUser string `protobuf:"bytes,7,opt,name=current_user,json=currentUser,proto3" json:"current_user"`
- // 报修内容
- ApplyContent string `protobuf:"bytes,8,opt,name=apply_content,json=applyContent,proto3" json:"apply_content"`
- // 报修图片
- ApplyPic []string `protobuf:"bytes,9,rep,name=apply_pic,json=applyPic,proto3" json:"apply_pic"`
- // 回访内容
- ReturnVisitContent string `protobuf:"bytes,10,opt,name=return_visit_content,json=returnVisitContent,proto3" json:"return_visit_content"`
- // 回访满意度
- ReturnVisitLevel int32 `protobuf:"varint,11,opt,name=return_visit_level,json=returnVisitLevel,proto3" json:"return_visit_level"`
- // 楼栋id
- BuildingId int64 `protobuf:"varint,12,opt,name=building_id,json=buildingId,proto3" json:"building_id"`
- // 单元id
- UnitId int64 `protobuf:"varint,13,opt,name=unit_id,json=unitId,proto3" json:"unit_id"`
- // 房屋全称
- HouseName string `protobuf:"bytes,14,opt,name=house_name,json=houseName,proto3" json:"house_name"`
- // 报修时间
- CreatedAt string `protobuf:"bytes,15,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
- // 维修时间
- RepairTime string `protobuf:"bytes,16,opt,name=repair_time,json=repairTime,proto3" json:"repair_time"`
- // 分类名称
- ClassName string `protobuf:"bytes,17,opt,name=class_name,json=className,proto3" json:"class_name"`
- Status int32 `protobuf:"varint,18,opt,name=status,proto3" json:"status"`
- // 上级处理人
- LastUser string `protobuf:"bytes,19,opt,name=last_user,json=lastUser,proto3" json:"last_user"`
- // 1 公共区域 2 室内
- Area int32 `protobuf:"varint,20,opt,name=area,proto3" json:"area"`
- RepairPic []string `protobuf:"bytes,21,rep,name=repair_pic,json=repairPic,proto3" json:"repair_pic"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *RepairOrderItem) Reset() { *m = RepairOrderItem{} }
- func (m *RepairOrderItem) String() string { return proto.CompactTextString(m) }
- func (*RepairOrderItem) ProtoMessage() {}
- func (*RepairOrderItem) Descriptor() ([]byte, []int) {
- return fileDescriptor_ed467f9ce737def7, []int{9}
- }
- func (m *RepairOrderItem) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_RepairOrderItem.Unmarshal(m, b)
- }
- func (m *RepairOrderItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_RepairOrderItem.Marshal(b, m, deterministic)
- }
- func (m *RepairOrderItem) XXX_Merge(src proto.Message) {
- xxx_messageInfo_RepairOrderItem.Merge(m, src)
- }
- func (m *RepairOrderItem) XXX_Size() int {
- return xxx_messageInfo_RepairOrderItem.Size(m)
- }
- func (m *RepairOrderItem) XXX_DiscardUnknown() {
- xxx_messageInfo_RepairOrderItem.DiscardUnknown(m)
- }
- var xxx_messageInfo_RepairOrderItem proto.InternalMessageInfo
- func (m *RepairOrderItem) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *RepairOrderItem) GetClassId() int64 {
- if m != nil {
- return m.ClassId
- }
- return 0
- }
- func (m *RepairOrderItem) GetApplyPeople() string {
- if m != nil {
- return m.ApplyPeople
- }
- return ""
- }
- func (m *RepairOrderItem) GetApplyPeoplePhone() string {
- if m != nil {
- return m.ApplyPeoplePhone
- }
- return ""
- }
- func (m *RepairOrderItem) GetAppointment() string {
- if m != nil {
- return m.Appointment
- }
- return ""
- }
- func (m *RepairOrderItem) GetHouseId() int64 {
- if m != nil {
- return m.HouseId
- }
- return 0
- }
- func (m *RepairOrderItem) GetCurrentUser() string {
- if m != nil {
- return m.CurrentUser
- }
- return ""
- }
- func (m *RepairOrderItem) GetApplyContent() string {
- if m != nil {
- return m.ApplyContent
- }
- return ""
- }
- func (m *RepairOrderItem) GetApplyPic() []string {
- if m != nil {
- return m.ApplyPic
- }
- return nil
- }
- func (m *RepairOrderItem) GetReturnVisitContent() string {
- if m != nil {
- return m.ReturnVisitContent
- }
- return ""
- }
- func (m *RepairOrderItem) GetReturnVisitLevel() int32 {
- if m != nil {
- return m.ReturnVisitLevel
- }
- return 0
- }
- func (m *RepairOrderItem) GetBuildingId() int64 {
- if m != nil {
- return m.BuildingId
- }
- return 0
- }
- func (m *RepairOrderItem) GetUnitId() int64 {
- if m != nil {
- return m.UnitId
- }
- return 0
- }
- func (m *RepairOrderItem) GetHouseName() string {
- if m != nil {
- return m.HouseName
- }
- return ""
- }
- func (m *RepairOrderItem) GetCreatedAt() string {
- if m != nil {
- return m.CreatedAt
- }
- return ""
- }
- func (m *RepairOrderItem) GetRepairTime() string {
- if m != nil {
- return m.RepairTime
- }
- return ""
- }
- func (m *RepairOrderItem) GetClassName() string {
- if m != nil {
- return m.ClassName
- }
- return ""
- }
- func (m *RepairOrderItem) GetStatus() int32 {
- if m != nil {
- return m.Status
- }
- return 0
- }
- func (m *RepairOrderItem) GetLastUser() string {
- if m != nil {
- return m.LastUser
- }
- return ""
- }
- func (m *RepairOrderItem) GetArea() int32 {
- if m != nil {
- return m.Area
- }
- return 0
- }
- func (m *RepairOrderItem) GetRepairPic() []string {
- if m != nil {
- return m.RepairPic
- }
- return nil
- }
- type RepairOrderInfoRequest struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *RepairOrderInfoRequest) Reset() { *m = RepairOrderInfoRequest{} }
- func (m *RepairOrderInfoRequest) String() string { return proto.CompactTextString(m) }
- func (*RepairOrderInfoRequest) ProtoMessage() {}
- func (*RepairOrderInfoRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_ed467f9ce737def7, []int{10}
- }
- func (m *RepairOrderInfoRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_RepairOrderInfoRequest.Unmarshal(m, b)
- }
- func (m *RepairOrderInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_RepairOrderInfoRequest.Marshal(b, m, deterministic)
- }
- func (m *RepairOrderInfoRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_RepairOrderInfoRequest.Merge(m, src)
- }
- func (m *RepairOrderInfoRequest) XXX_Size() int {
- return xxx_messageInfo_RepairOrderInfoRequest.Size(m)
- }
- func (m *RepairOrderInfoRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_RepairOrderInfoRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_RepairOrderInfoRequest proto.InternalMessageInfo
- func (m *RepairOrderInfoRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *RepairOrderInfoRequest) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- type RepairOrderInfoReply struct {
- // 基本信息
- BaseInfo *RepairOrderItem `protobuf:"bytes,1,opt,name=base_info,json=baseInfo,proto3" json:"base_info"`
- // 工单流水线
- List []*RepairOrderPipelineData `protobuf:"bytes,2,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *RepairOrderInfoReply) Reset() { *m = RepairOrderInfoReply{} }
- func (m *RepairOrderInfoReply) String() string { return proto.CompactTextString(m) }
- func (*RepairOrderInfoReply) ProtoMessage() {}
- func (*RepairOrderInfoReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_ed467f9ce737def7, []int{11}
- }
- func (m *RepairOrderInfoReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_RepairOrderInfoReply.Unmarshal(m, b)
- }
- func (m *RepairOrderInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_RepairOrderInfoReply.Marshal(b, m, deterministic)
- }
- func (m *RepairOrderInfoReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_RepairOrderInfoReply.Merge(m, src)
- }
- func (m *RepairOrderInfoReply) XXX_Size() int {
- return xxx_messageInfo_RepairOrderInfoReply.Size(m)
- }
- func (m *RepairOrderInfoReply) XXX_DiscardUnknown() {
- xxx_messageInfo_RepairOrderInfoReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_RepairOrderInfoReply proto.InternalMessageInfo
- func (m *RepairOrderInfoReply) GetBaseInfo() *RepairOrderItem {
- if m != nil {
- return m.BaseInfo
- }
- return nil
- }
- func (m *RepairOrderInfoReply) GetList() []*RepairOrderPipelineData {
- if m != nil {
- return m.List
- }
- return nil
- }
- type RepairOrderListRequest struct {
- Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
- PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
- Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status"`
- ApplyPeople string `protobuf:"bytes,4,opt,name=apply_people,json=applyPeople,proto3" json:"apply_people"`
- ApplyPeoplePhone string `protobuf:"bytes,5,opt,name=apply_people_phone,json=applyPeoplePhone,proto3" json:"apply_people_phone"`
- CurrentUid int64 `protobuf:"varint,6,opt,name=current_uid,json=currentUid,proto3" json:"current_uid"`
- GardenId int64 `protobuf:"varint,7,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- ClassId int64 `protobuf:"varint,8,opt,name=class_id,json=classId,proto3" json:"class_id"`
- HouseholdUid int64 `protobuf:"varint,9,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *RepairOrderListRequest) Reset() { *m = RepairOrderListRequest{} }
- func (m *RepairOrderListRequest) String() string { return proto.CompactTextString(m) }
- func (*RepairOrderListRequest) ProtoMessage() {}
- func (*RepairOrderListRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_ed467f9ce737def7, []int{12}
- }
- func (m *RepairOrderListRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_RepairOrderListRequest.Unmarshal(m, b)
- }
- func (m *RepairOrderListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_RepairOrderListRequest.Marshal(b, m, deterministic)
- }
- func (m *RepairOrderListRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_RepairOrderListRequest.Merge(m, src)
- }
- func (m *RepairOrderListRequest) XXX_Size() int {
- return xxx_messageInfo_RepairOrderListRequest.Size(m)
- }
- func (m *RepairOrderListRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_RepairOrderListRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_RepairOrderListRequest proto.InternalMessageInfo
- func (m *RepairOrderListRequest) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *RepairOrderListRequest) GetPageSize() int64 {
- if m != nil {
- return m.PageSize
- }
- return 0
- }
- func (m *RepairOrderListRequest) GetStatus() int32 {
- if m != nil {
- return m.Status
- }
- return 0
- }
- func (m *RepairOrderListRequest) GetApplyPeople() string {
- if m != nil {
- return m.ApplyPeople
- }
- return ""
- }
- func (m *RepairOrderListRequest) GetApplyPeoplePhone() string {
- if m != nil {
- return m.ApplyPeoplePhone
- }
- return ""
- }
- func (m *RepairOrderListRequest) GetCurrentUid() int64 {
- if m != nil {
- return m.CurrentUid
- }
- return 0
- }
- func (m *RepairOrderListRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *RepairOrderListRequest) GetClassId() int64 {
- if m != nil {
- return m.ClassId
- }
- return 0
- }
- func (m *RepairOrderListRequest) GetHouseholdUid() int64 {
- if m != nil {
- return m.HouseholdUid
- }
- return 0
- }
- type RepairOrderListReply struct {
- Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
- Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
- List []*RepairOrderItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *RepairOrderListReply) Reset() { *m = RepairOrderListReply{} }
- func (m *RepairOrderListReply) String() string { return proto.CompactTextString(m) }
- func (*RepairOrderListReply) ProtoMessage() {}
- func (*RepairOrderListReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_ed467f9ce737def7, []int{13}
- }
- func (m *RepairOrderListReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_RepairOrderListReply.Unmarshal(m, b)
- }
- func (m *RepairOrderListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_RepairOrderListReply.Marshal(b, m, deterministic)
- }
- func (m *RepairOrderListReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_RepairOrderListReply.Merge(m, src)
- }
- func (m *RepairOrderListReply) XXX_Size() int {
- return xxx_messageInfo_RepairOrderListReply.Size(m)
- }
- func (m *RepairOrderListReply) XXX_DiscardUnknown() {
- xxx_messageInfo_RepairOrderListReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_RepairOrderListReply proto.InternalMessageInfo
- func (m *RepairOrderListReply) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *RepairOrderListReply) GetTotal() int64 {
- if m != nil {
- return m.Total
- }
- return 0
- }
- func (m *RepairOrderListReply) GetList() []*RepairOrderItem {
- if m != nil {
- return m.List
- }
- return nil
- }
- type RepairClassListRequest struct {
- Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
- PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
- GardenId int64 `protobuf:"varint,3,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- Area int32 `protobuf:"varint,4,opt,name=area,proto3" json:"area"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *RepairClassListRequest) Reset() { *m = RepairClassListRequest{} }
- func (m *RepairClassListRequest) String() string { return proto.CompactTextString(m) }
- func (*RepairClassListRequest) ProtoMessage() {}
- func (*RepairClassListRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_ed467f9ce737def7, []int{14}
- }
- func (m *RepairClassListRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_RepairClassListRequest.Unmarshal(m, b)
- }
- func (m *RepairClassListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_RepairClassListRequest.Marshal(b, m, deterministic)
- }
- func (m *RepairClassListRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_RepairClassListRequest.Merge(m, src)
- }
- func (m *RepairClassListRequest) XXX_Size() int {
- return xxx_messageInfo_RepairClassListRequest.Size(m)
- }
- func (m *RepairClassListRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_RepairClassListRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_RepairClassListRequest proto.InternalMessageInfo
- func (m *RepairClassListRequest) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *RepairClassListRequest) GetPageSize() int64 {
- if m != nil {
- return m.PageSize
- }
- return 0
- }
- func (m *RepairClassListRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *RepairClassListRequest) GetArea() int32 {
- if m != nil {
- return m.Area
- }
- return 0
- }
- type RepairClassItem struct {
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
- Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
- Enable bool `protobuf:"varint,3,opt,name=enable,proto3" json:"enable"`
- Area int32 `protobuf:"varint,4,opt,name=area,proto3" json:"area"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *RepairClassItem) Reset() { *m = RepairClassItem{} }
- func (m *RepairClassItem) String() string { return proto.CompactTextString(m) }
- func (*RepairClassItem) ProtoMessage() {}
- func (*RepairClassItem) Descriptor() ([]byte, []int) {
- return fileDescriptor_ed467f9ce737def7, []int{15}
- }
- func (m *RepairClassItem) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_RepairClassItem.Unmarshal(m, b)
- }
- func (m *RepairClassItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_RepairClassItem.Marshal(b, m, deterministic)
- }
- func (m *RepairClassItem) XXX_Merge(src proto.Message) {
- xxx_messageInfo_RepairClassItem.Merge(m, src)
- }
- func (m *RepairClassItem) XXX_Size() int {
- return xxx_messageInfo_RepairClassItem.Size(m)
- }
- func (m *RepairClassItem) XXX_DiscardUnknown() {
- xxx_messageInfo_RepairClassItem.DiscardUnknown(m)
- }
- var xxx_messageInfo_RepairClassItem proto.InternalMessageInfo
- func (m *RepairClassItem) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *RepairClassItem) GetName() string {
- if m != nil {
- return m.Name
- }
- return ""
- }
- func (m *RepairClassItem) GetEnable() bool {
- if m != nil {
- return m.Enable
- }
- return false
- }
- func (m *RepairClassItem) GetArea() int32 {
- if m != nil {
- return m.Area
- }
- return 0
- }
- type RepairClassListReply struct {
- Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
- Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
- List []*RepairClassItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *RepairClassListReply) Reset() { *m = RepairClassListReply{} }
- func (m *RepairClassListReply) String() string { return proto.CompactTextString(m) }
- func (*RepairClassListReply) ProtoMessage() {}
- func (*RepairClassListReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_ed467f9ce737def7, []int{16}
- }
- func (m *RepairClassListReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_RepairClassListReply.Unmarshal(m, b)
- }
- func (m *RepairClassListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_RepairClassListReply.Marshal(b, m, deterministic)
- }
- func (m *RepairClassListReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_RepairClassListReply.Merge(m, src)
- }
- func (m *RepairClassListReply) XXX_Size() int {
- return xxx_messageInfo_RepairClassListReply.Size(m)
- }
- func (m *RepairClassListReply) XXX_DiscardUnknown() {
- xxx_messageInfo_RepairClassListReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_RepairClassListReply proto.InternalMessageInfo
- func (m *RepairClassListReply) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *RepairClassListReply) GetTotal() int64 {
- if m != nil {
- return m.Total
- }
- return 0
- }
- func (m *RepairClassListReply) GetList() []*RepairClassItem {
- if m != nil {
- return m.List
- }
- return nil
- }
- func init() {
- proto.RegisterType((*RepairOrderAddRequest)(nil), "pb_v1.RepairOrderAddRequest")
- proto.RegisterType((*RepairOrderAddReply)(nil), "pb_v1.RepairOrderAddReply")
- proto.RegisterType((*RepairOrderUpdateRequest)(nil), "pb_v1.RepairOrderUpdateRequest")
- proto.RegisterType((*RepairOrderUpdateReply)(nil), "pb_v1.RepairOrderUpdateReply")
- proto.RegisterType((*RepairOrderDelRequest)(nil), "pb_v1.RepairOrderDelRequest")
- proto.RegisterType((*RepairOrderDelReply)(nil), "pb_v1.RepairOrderDelReply")
- proto.RegisterType((*RepairOrderReturnVisitRequest)(nil), "pb_v1.RepairOrderReturnVisitRequest")
- proto.RegisterType((*RepairOrderReturnVisitReply)(nil), "pb_v1.RepairOrderReturnVisitReply")
- proto.RegisterType((*RepairOrderPipelineData)(nil), "pb_v1.RepairOrderPipelineData")
- proto.RegisterType((*RepairOrderItem)(nil), "pb_v1.RepairOrderItem")
- proto.RegisterType((*RepairOrderInfoRequest)(nil), "pb_v1.RepairOrderInfoRequest")
- proto.RegisterType((*RepairOrderInfoReply)(nil), "pb_v1.RepairOrderInfoReply")
- proto.RegisterType((*RepairOrderListRequest)(nil), "pb_v1.RepairOrderListRequest")
- proto.RegisterType((*RepairOrderListReply)(nil), "pb_v1.RepairOrderListReply")
- proto.RegisterType((*RepairClassListRequest)(nil), "pb_v1.RepairClassListRequest")
- proto.RegisterType((*RepairClassItem)(nil), "pb_v1.RepairClassItem")
- proto.RegisterType((*RepairClassListReply)(nil), "pb_v1.RepairClassListReply")
- }
- func init() {
- proto.RegisterFile("repair.proto", fileDescriptor_ed467f9ce737def7)
- }
- var fileDescriptor_ed467f9ce737def7 = []byte{
- // 992 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x57, 0xdd, 0x6e, 0xdc, 0x44,
- 0x14, 0xd6, 0xfe, 0xdb, 0x67, 0xb7, 0x6d, 0x98, 0x6e, 0x53, 0x43, 0x14, 0xb2, 0x35, 0x42, 0x5a,
- 0xa1, 0x36, 0xa5, 0xe9, 0x05, 0xd7, 0x25, 0xe5, 0x62, 0xa5, 0xaa, 0x04, 0x43, 0xb8, 0xe0, 0xc6,
- 0x9a, 0xdd, 0x99, 0x6c, 0x46, 0x78, 0x6d, 0x63, 0x8f, 0x83, 0x36, 0x37, 0xbc, 0x06, 0x6f, 0x01,
- 0xaf, 0xc2, 0x15, 0x6f, 0x83, 0xd0, 0x39, 0x63, 0x3b, 0xf6, 0xae, 0x17, 0xa2, 0x06, 0x09, 0xa9,
- 0x57, 0xf1, 0x7c, 0x73, 0x3c, 0xf3, 0x9d, 0xef, 0x3b, 0xe7, 0x38, 0x0b, 0xa3, 0x44, 0xc6, 0x5c,
- 0x25, 0xc7, 0x71, 0x12, 0xe9, 0x88, 0xf5, 0xe2, 0xb9, 0x7f, 0xf5, 0xc2, 0xfd, 0xab, 0x0d, 0x8f,
- 0x3c, 0xc2, 0xbf, 0x4e, 0x84, 0x4c, 0x5e, 0x09, 0xe1, 0xc9, 0x9f, 0x32, 0x99, 0x6a, 0x76, 0x00,
- 0xf6, 0x92, 0x27, 0x42, 0x86, 0xbe, 0x12, 0x4e, 0x6b, 0xd2, 0x9a, 0x76, 0x3c, 0xcb, 0x00, 0x33,
- 0xc1, 0x3e, 0x04, 0x6b, 0x11, 0xf0, 0x34, 0xc5, 0xbd, 0x36, 0xed, 0x0d, 0x68, 0x3d, 0x13, 0xec,
- 0x09, 0x8c, 0x78, 0x1c, 0x07, 0x6b, 0x3f, 0x96, 0x51, 0x1c, 0x48, 0xa7, 0x33, 0x69, 0x4d, 0x6d,
- 0x6f, 0x48, 0xd8, 0x19, 0x41, 0xec, 0x29, 0xb0, 0x6a, 0x88, 0x1f, 0x5f, 0x46, 0xa1, 0x74, 0xba,
- 0x14, 0xb8, 0x57, 0x09, 0x3c, 0x43, 0x9c, 0x4d, 0x00, 0x5f, 0x8e, 0x54, 0xa8, 0x57, 0x32, 0xd4,
- 0x4e, 0x8f, 0xae, 0xab, 0x42, 0xc8, 0xe6, 0x32, 0xca, 0x52, 0x89, 0x6c, 0xfa, 0x86, 0x0d, 0xad,
- 0x0d, 0xd1, 0x80, 0xa7, 0xda, 0xcf, 0x94, 0x70, 0x06, 0x66, 0x0b, 0xd7, 0xe7, 0x4a, 0xb0, 0x4f,
- 0xe0, 0x9e, 0x61, 0xb1, 0x88, 0x42, 0x8d, 0x27, 0x5b, 0x44, 0xc0, 0xb0, 0x3f, 0x35, 0x18, 0xaa,
- 0x90, 0x53, 0x55, 0x0b, 0xc7, 0x9e, 0x74, 0xa6, 0xb6, 0x67, 0x19, 0x86, 0x6a, 0xc1, 0x0e, 0x01,
- 0xe6, 0xf8, 0xfa, 0x2a, 0xe6, 0xe1, 0xda, 0x81, 0x49, 0x6b, 0x6a, 0x79, 0xf6, 0x7c, 0x7d, 0x6a,
- 0x00, 0xbc, 0x80, 0x68, 0x5c, 0x46, 0x81, 0x20, 0x02, 0x43, 0x22, 0x30, 0x2a, 0xc1, 0x73, 0x25,
- 0xdc, 0x4f, 0xe1, 0xe1, 0xa6, 0xfe, 0x71, 0xb0, 0x66, 0xf7, 0xa1, 0x5d, 0xca, 0xde, 0x56, 0xc2,
- 0xfd, 0xb3, 0x0d, 0x4e, 0x25, 0xee, 0x3c, 0x16, 0x5c, 0xcb, 0xf7, 0xcb, 0xaa, 0x2d, 0x3f, 0x06,
- 0xff, 0xe6, 0x87, 0xb5, 0xe1, 0x87, 0x11, 0xcd, 0x2e, 0x44, 0xdb, 0x36, 0x00, 0x1a, 0x0c, 0xf8,
- 0x06, 0xf6, 0x1b, 0x84, 0x45, 0x0f, 0xbe, 0x80, 0x7e, 0x94, 0xa8, 0xa5, 0x0a, 0x49, 0xd3, 0xe1,
- 0xc9, 0xd1, 0x31, 0xf5, 0xcc, 0xf1, 0x2e, 0x1f, 0xbc, 0x3c, 0xdc, 0x55, 0xb5, 0x9e, 0x7a, 0x2d,
- 0x83, 0x5b, 0x19, 0x65, 0xd8, 0xb7, 0x77, 0xb3, 0x6f, 0x2a, 0x9f, 0xb7, 0xb5, 0xf2, 0xa1, 0xab,
- 0xee, 0x44, 0xfd, 0x8f, 0x16, 0x1c, 0x56, 0x82, 0x3c, 0xa9, 0xb3, 0x24, 0xfc, 0x5e, 0xa5, 0x4a,
- 0xbf, 0x53, 0x0e, 0x4f, 0x81, 0x25, 0x74, 0x84, 0x7f, 0x85, 0x67, 0xf8, 0x81, 0xbc, 0x92, 0x01,
- 0xd5, 0x59, 0xcf, 0xdb, 0x4b, 0x6e, 0x0e, 0x7f, 0x83, 0x38, 0xfb, 0x1c, 0xc6, 0xb5, 0xe8, 0xa2,
- 0x10, 0x4c, 0xb9, 0xb1, 0x4a, 0x7c, 0x51, 0x0e, 0x5b, 0x1a, 0xf5, 0x1a, 0x34, 0x3a, 0x84, 0x83,
- 0x5d, 0x29, 0xc5, 0xc1, 0xda, 0xfd, 0xb5, 0x05, 0x8f, 0x2b, 0xfb, 0x67, 0x2a, 0x96, 0x81, 0x0a,
- 0xe5, 0x6b, 0xae, 0x39, 0x63, 0xd0, 0xcd, 0x52, 0x99, 0x50, 0x9e, 0xb6, 0x47, 0xcf, 0xec, 0x23,
- 0xb0, 0x2e, 0xa4, 0x14, 0x73, 0xbe, 0xf8, 0x91, 0x32, 0xb5, 0xbd, 0x72, 0xcd, 0x8e, 0x60, 0x78,
- 0xc9, 0x43, 0x11, 0x48, 0x5f, 0xab, 0x55, 0xd1, 0x50, 0x60, 0xa0, 0xef, 0xd4, 0x4a, 0xb2, 0x7d,
- 0xe8, 0xa7, 0x9a, 0xeb, 0x2c, 0xcd, 0x93, 0xca, 0x57, 0x6c, 0x0c, 0x3d, 0xd3, 0x5a, 0x3d, 0x82,
- 0xcd, 0xc2, 0xfd, 0xad, 0x07, 0x0f, 0x2a, 0xd4, 0x66, 0x5a, 0xae, 0x36, 0x27, 0xc3, 0xff, 0xdd,
- 0xdf, 0xf6, 0xad, 0xfb, 0xfb, 0x09, 0x8c, 0x16, 0x59, 0x92, 0xc8, 0x50, 0xfb, 0xa4, 0xa9, 0x69,
- 0xef, 0x61, 0x8e, 0x9d, 0xa3, 0xb4, 0x77, 0x1f, 0xc9, 0xbb, 0x4a, 0x08, 0x76, 0x96, 0x50, 0x73,
- 0x89, 0x0e, 0x77, 0x94, 0xe8, 0x11, 0x0c, 0xe7, 0x99, 0x0a, 0x84, 0x0a, 0x97, 0x98, 0xe2, 0x88,
- 0x52, 0x84, 0x02, 0x9a, 0x09, 0xf6, 0x18, 0x06, 0x59, 0xa8, 0x34, 0x6e, 0xde, 0xa3, 0xcd, 0x3e,
- 0x2e, 0x67, 0x02, 0x3f, 0x16, 0x46, 0x99, 0x90, 0xaf, 0xa4, 0x73, 0x9f, 0xf8, 0xd8, 0x84, 0xbc,
- 0xe5, 0x2b, 0x89, 0xdb, 0x8b, 0x44, 0x72, 0x2d, 0x85, 0xcf, 0xb5, 0xf3, 0xc0, 0x6c, 0xe7, 0xc8,
- 0x2b, 0x8d, 0xf7, 0x9a, 0xcf, 0xb7, 0x29, 0xac, 0x3d, 0x53, 0x58, 0x06, 0xa2, 0xc2, 0xc2, 0xf7,
- 0xa9, 0x0c, 0xe8, 0xf8, 0x0f, 0xf2, 0xf7, 0x11, 0xa1, 0xe3, 0x6f, 0xea, 0x8e, 0x51, 0x66, 0x45,
- 0xdd, 0x1d, 0x80, 0x6d, 0xbe, 0x8f, 0xe8, 0xc8, 0x43, 0x53, 0xcd, 0xf4, 0x81, 0x44, 0x3b, 0x18,
- 0x74, 0x79, 0x22, 0xb9, 0x33, 0xa6, 0x57, 0xe8, 0x19, 0xef, 0xc9, 0x89, 0xa0, 0xfc, 0x8f, 0x48,
- 0x7e, 0xdb, 0x20, 0x67, 0x6a, 0xe1, 0x7e, 0x55, 0x9b, 0xa6, 0xb3, 0xf0, 0x22, 0x7a, 0x97, 0xb9,
- 0xe1, 0xfe, 0x02, 0xe3, 0xad, 0x63, 0x70, 0xae, 0xbd, 0x04, 0x7b, 0xce, 0xb1, 0xba, 0xc2, 0x8b,
- 0x28, 0x1f, 0x6d, 0xfb, 0xdb, 0xa3, 0x0d, 0xfb, 0xc4, 0xb3, 0x30, 0x10, 0xdf, 0x64, 0x27, 0xd0,
- 0x0d, 0x54, 0xaa, 0x9d, 0xf6, 0xa4, 0x33, 0x1d, 0x9e, 0x7c, 0xbc, 0x1d, 0x5f, 0x6d, 0x79, 0x8f,
- 0x62, 0xdd, 0xdf, 0xdb, 0xb5, 0x44, 0xde, 0xa8, 0xb4, 0x1c, 0x80, 0x0c, 0xba, 0x31, 0x5f, 0xca,
- 0x3c, 0x07, 0x7a, 0xc6, 0xe4, 0xf0, 0xaf, 0x9f, 0xaa, 0x6b, 0x99, 0xa7, 0x61, 0x21, 0xf0, 0xad,
- 0xba, 0xae, 0x6a, 0xdf, 0xa9, 0x69, 0xbf, 0xd9, 0x9e, 0xdd, 0xdb, 0xb6, 0x67, 0x6f, 0x47, 0x7b,
- 0x1e, 0xc1, 0xb0, 0xec, 0xb0, 0xb2, 0xff, 0xa0, 0x68, 0x30, 0x25, 0xea, 0x1e, 0x0c, 0xfe, 0xe1,
- 0x1f, 0x05, 0xab, 0x3e, 0x48, 0xb6, 0xc6, 0xac, 0xdd, 0x30, 0x66, 0x83, 0x9a, 0x67, 0x46, 0x31,
- 0xf4, 0xac, 0x49, 0xaf, 0x31, 0xf4, 0x74, 0xa4, 0x79, 0x90, 0x6b, 0x65, 0x16, 0xec, 0xb3, 0xdc,
- 0xa8, 0x0e, 0x19, 0xb5, 0xcb, 0x58, 0x63, 0xd0, 0x75, 0xe1, 0xcf, 0x29, 0x72, 0xbc, 0x93, 0x3f,
- 0x35, 0x55, 0x3a, 0x1b, 0xaa, 0x14, 0x3d, 0xd0, 0xbd, 0xe9, 0x01, 0x97, 0x17, 0x53, 0x99, 0xee,
- 0x6e, 0x9c, 0xca, 0x0c, 0xba, 0xd4, 0x88, 0xe6, 0x03, 0x41, 0xcf, 0x58, 0x07, 0x32, 0xe4, 0xf3,
- 0x7c, 0x10, 0x5b, 0x5e, 0xbe, 0x6a, 0xbc, 0xa2, 0x14, 0xb3, 0x92, 0xde, 0x7f, 0x27, 0x66, 0xc9,
- 0xdb, 0x88, 0xf9, 0xa5, 0xfb, 0xc3, 0x24, 0x4e, 0xa2, 0x58, 0x26, 0x7a, 0xfd, 0xac, 0xf4, 0xf4,
- 0xd9, 0x92, 0x6b, 0xf9, 0x33, 0x5f, 0x3f, 0x8f, 0xe7, 0xcf, 0xaf, 0x5e, 0xcc, 0xfb, 0xf4, 0xbb,
- 0xe1, 0xe5, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x74, 0x29, 0xef, 0x5b, 0x47, 0x0c, 0x00, 0x00,
- }
|