|
|
@@ -1012,6 +1012,475 @@ func (m *CityIdsRes) GetMapList() map[string]int64 {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
+type BytesReq struct {
|
|
|
+ Req []byte `protobuf:"bytes,1,opt,name=req,proto3" json:"req,omitempty"`
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
+}
|
|
|
+
|
|
|
+func (m *BytesReq) Reset() { *m = BytesReq{} }
|
|
|
+func (m *BytesReq) String() string { return proto.CompactTextString(m) }
|
|
|
+func (*BytesReq) ProtoMessage() {}
|
|
|
+func (*BytesReq) Descriptor() ([]byte, []int) {
|
|
|
+ return fileDescriptor_cb4a498eeb2ba07d, []int{20}
|
|
|
+}
|
|
|
+
|
|
|
+func (m *BytesReq) XXX_Unmarshal(b []byte) error {
|
|
|
+ return xxx_messageInfo_BytesReq.Unmarshal(m, b)
|
|
|
+}
|
|
|
+func (m *BytesReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
+ return xxx_messageInfo_BytesReq.Marshal(b, m, deterministic)
|
|
|
+}
|
|
|
+func (m *BytesReq) XXX_Merge(src proto.Message) {
|
|
|
+ xxx_messageInfo_BytesReq.Merge(m, src)
|
|
|
+}
|
|
|
+func (m *BytesReq) XXX_Size() int {
|
|
|
+ return xxx_messageInfo_BytesReq.Size(m)
|
|
|
+}
|
|
|
+func (m *BytesReq) XXX_DiscardUnknown() {
|
|
|
+ xxx_messageInfo_BytesReq.DiscardUnknown(m)
|
|
|
+}
|
|
|
+
|
|
|
+var xxx_messageInfo_BytesReq proto.InternalMessageInfo
|
|
|
+
|
|
|
+func (m *BytesReq) GetReq() []byte {
|
|
|
+ if m != nil {
|
|
|
+ return m.Req
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type BytesResp struct {
|
|
|
+ Resp []byte `protobuf:"bytes,1,opt,name=resp,proto3" json:"resp,omitempty"`
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
+}
|
|
|
+
|
|
|
+func (m *BytesResp) Reset() { *m = BytesResp{} }
|
|
|
+func (m *BytesResp) String() string { return proto.CompactTextString(m) }
|
|
|
+func (*BytesResp) ProtoMessage() {}
|
|
|
+func (*BytesResp) Descriptor() ([]byte, []int) {
|
|
|
+ return fileDescriptor_cb4a498eeb2ba07d, []int{21}
|
|
|
+}
|
|
|
+
|
|
|
+func (m *BytesResp) XXX_Unmarshal(b []byte) error {
|
|
|
+ return xxx_messageInfo_BytesResp.Unmarshal(m, b)
|
|
|
+}
|
|
|
+func (m *BytesResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
+ return xxx_messageInfo_BytesResp.Marshal(b, m, deterministic)
|
|
|
+}
|
|
|
+func (m *BytesResp) XXX_Merge(src proto.Message) {
|
|
|
+ xxx_messageInfo_BytesResp.Merge(m, src)
|
|
|
+}
|
|
|
+func (m *BytesResp) XXX_Size() int {
|
|
|
+ return xxx_messageInfo_BytesResp.Size(m)
|
|
|
+}
|
|
|
+func (m *BytesResp) XXX_DiscardUnknown() {
|
|
|
+ xxx_messageInfo_BytesResp.DiscardUnknown(m)
|
|
|
+}
|
|
|
+
|
|
|
+var xxx_messageInfo_BytesResp proto.InternalMessageInfo
|
|
|
+
|
|
|
+func (m *BytesResp) GetResp() []byte {
|
|
|
+ if m != nil {
|
|
|
+ return m.Resp
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type GetErpRoleRes struct {
|
|
|
+ UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
|
+ Role string `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"`
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
+}
|
|
|
+
|
|
|
+func (m *GetErpRoleRes) Reset() { *m = GetErpRoleRes{} }
|
|
|
+func (m *GetErpRoleRes) String() string { return proto.CompactTextString(m) }
|
|
|
+func (*GetErpRoleRes) ProtoMessage() {}
|
|
|
+func (*GetErpRoleRes) Descriptor() ([]byte, []int) {
|
|
|
+ return fileDescriptor_cb4a498eeb2ba07d, []int{22}
|
|
|
+}
|
|
|
+
|
|
|
+func (m *GetErpRoleRes) XXX_Unmarshal(b []byte) error {
|
|
|
+ return xxx_messageInfo_GetErpRoleRes.Unmarshal(m, b)
|
|
|
+}
|
|
|
+func (m *GetErpRoleRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
+ return xxx_messageInfo_GetErpRoleRes.Marshal(b, m, deterministic)
|
|
|
+}
|
|
|
+func (m *GetErpRoleRes) XXX_Merge(src proto.Message) {
|
|
|
+ xxx_messageInfo_GetErpRoleRes.Merge(m, src)
|
|
|
+}
|
|
|
+func (m *GetErpRoleRes) XXX_Size() int {
|
|
|
+ return xxx_messageInfo_GetErpRoleRes.Size(m)
|
|
|
+}
|
|
|
+func (m *GetErpRoleRes) XXX_DiscardUnknown() {
|
|
|
+ xxx_messageInfo_GetErpRoleRes.DiscardUnknown(m)
|
|
|
+}
|
|
|
+
|
|
|
+var xxx_messageInfo_GetErpRoleRes proto.InternalMessageInfo
|
|
|
+
|
|
|
+func (m *GetErpRoleRes) GetUserId() string {
|
|
|
+ if m != nil {
|
|
|
+ return m.UserId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (m *GetErpRoleRes) GetRole() string {
|
|
|
+ if m != nil {
|
|
|
+ return m.Role
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type GetErpRoleReq struct {
|
|
|
+ Mobile string `protobuf:"bytes,1,opt,name=mobile,proto3" json:"mobile,omitempty"`
|
|
|
+ UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
+}
|
|
|
+
|
|
|
+func (m *GetErpRoleReq) Reset() { *m = GetErpRoleReq{} }
|
|
|
+func (m *GetErpRoleReq) String() string { return proto.CompactTextString(m) }
|
|
|
+func (*GetErpRoleReq) ProtoMessage() {}
|
|
|
+func (*GetErpRoleReq) Descriptor() ([]byte, []int) {
|
|
|
+ return fileDescriptor_cb4a498eeb2ba07d, []int{23}
|
|
|
+}
|
|
|
+
|
|
|
+func (m *GetErpRoleReq) XXX_Unmarshal(b []byte) error {
|
|
|
+ return xxx_messageInfo_GetErpRoleReq.Unmarshal(m, b)
|
|
|
+}
|
|
|
+func (m *GetErpRoleReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
+ return xxx_messageInfo_GetErpRoleReq.Marshal(b, m, deterministic)
|
|
|
+}
|
|
|
+func (m *GetErpRoleReq) XXX_Merge(src proto.Message) {
|
|
|
+ xxx_messageInfo_GetErpRoleReq.Merge(m, src)
|
|
|
+}
|
|
|
+func (m *GetErpRoleReq) XXX_Size() int {
|
|
|
+ return xxx_messageInfo_GetErpRoleReq.Size(m)
|
|
|
+}
|
|
|
+func (m *GetErpRoleReq) XXX_DiscardUnknown() {
|
|
|
+ xxx_messageInfo_GetErpRoleReq.DiscardUnknown(m)
|
|
|
+}
|
|
|
+
|
|
|
+var xxx_messageInfo_GetErpRoleReq proto.InternalMessageInfo
|
|
|
+
|
|
|
+func (m *GetErpRoleReq) GetMobile() string {
|
|
|
+ if m != nil {
|
|
|
+ return m.Mobile
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (m *GetErpRoleReq) GetUserId() string {
|
|
|
+ if m != nil {
|
|
|
+ return m.UserId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type GetErpOrganSchPerByUserIdReq struct {
|
|
|
+ UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
+}
|
|
|
+
|
|
|
+func (m *GetErpOrganSchPerByUserIdReq) Reset() { *m = GetErpOrganSchPerByUserIdReq{} }
|
|
|
+func (m *GetErpOrganSchPerByUserIdReq) String() string { return proto.CompactTextString(m) }
|
|
|
+func (*GetErpOrganSchPerByUserIdReq) ProtoMessage() {}
|
|
|
+func (*GetErpOrganSchPerByUserIdReq) Descriptor() ([]byte, []int) {
|
|
|
+ return fileDescriptor_cb4a498eeb2ba07d, []int{24}
|
|
|
+}
|
|
|
+
|
|
|
+func (m *GetErpOrganSchPerByUserIdReq) XXX_Unmarshal(b []byte) error {
|
|
|
+ return xxx_messageInfo_GetErpOrganSchPerByUserIdReq.Unmarshal(m, b)
|
|
|
+}
|
|
|
+func (m *GetErpOrganSchPerByUserIdReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
+ return xxx_messageInfo_GetErpOrganSchPerByUserIdReq.Marshal(b, m, deterministic)
|
|
|
+}
|
|
|
+func (m *GetErpOrganSchPerByUserIdReq) XXX_Merge(src proto.Message) {
|
|
|
+ xxx_messageInfo_GetErpOrganSchPerByUserIdReq.Merge(m, src)
|
|
|
+}
|
|
|
+func (m *GetErpOrganSchPerByUserIdReq) XXX_Size() int {
|
|
|
+ return xxx_messageInfo_GetErpOrganSchPerByUserIdReq.Size(m)
|
|
|
+}
|
|
|
+func (m *GetErpOrganSchPerByUserIdReq) XXX_DiscardUnknown() {
|
|
|
+ xxx_messageInfo_GetErpOrganSchPerByUserIdReq.DiscardUnknown(m)
|
|
|
+}
|
|
|
+
|
|
|
+var xxx_messageInfo_GetErpOrganSchPerByUserIdReq proto.InternalMessageInfo
|
|
|
+
|
|
|
+func (m *GetErpOrganSchPerByUserIdReq) GetUserId() string {
|
|
|
+ if m != nil {
|
|
|
+ return m.UserId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type GetErpOrganSchPerByUserIdRes struct {
|
|
|
+ School []*OrganSchool `protobuf:"bytes,1,rep,name=school,proto3" json:"school,omitempty"`
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
+}
|
|
|
+
|
|
|
+func (m *GetErpOrganSchPerByUserIdRes) Reset() { *m = GetErpOrganSchPerByUserIdRes{} }
|
|
|
+func (m *GetErpOrganSchPerByUserIdRes) String() string { return proto.CompactTextString(m) }
|
|
|
+func (*GetErpOrganSchPerByUserIdRes) ProtoMessage() {}
|
|
|
+func (*GetErpOrganSchPerByUserIdRes) Descriptor() ([]byte, []int) {
|
|
|
+ return fileDescriptor_cb4a498eeb2ba07d, []int{25}
|
|
|
+}
|
|
|
+
|
|
|
+func (m *GetErpOrganSchPerByUserIdRes) XXX_Unmarshal(b []byte) error {
|
|
|
+ return xxx_messageInfo_GetErpOrganSchPerByUserIdRes.Unmarshal(m, b)
|
|
|
+}
|
|
|
+func (m *GetErpOrganSchPerByUserIdRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
+ return xxx_messageInfo_GetErpOrganSchPerByUserIdRes.Marshal(b, m, deterministic)
|
|
|
+}
|
|
|
+func (m *GetErpOrganSchPerByUserIdRes) XXX_Merge(src proto.Message) {
|
|
|
+ xxx_messageInfo_GetErpOrganSchPerByUserIdRes.Merge(m, src)
|
|
|
+}
|
|
|
+func (m *GetErpOrganSchPerByUserIdRes) XXX_Size() int {
|
|
|
+ return xxx_messageInfo_GetErpOrganSchPerByUserIdRes.Size(m)
|
|
|
+}
|
|
|
+func (m *GetErpOrganSchPerByUserIdRes) XXX_DiscardUnknown() {
|
|
|
+ xxx_messageInfo_GetErpOrganSchPerByUserIdRes.DiscardUnknown(m)
|
|
|
+}
|
|
|
+
|
|
|
+var xxx_messageInfo_GetErpOrganSchPerByUserIdRes proto.InternalMessageInfo
|
|
|
+
|
|
|
+func (m *GetErpOrganSchPerByUserIdRes) GetSchool() []*OrganSchool {
|
|
|
+ if m != nil {
|
|
|
+ return m.School
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type OrganSchool struct {
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
+ OrganId int64 `protobuf:"varint,3,opt,name=organ_id,json=organId,proto3" json:"organ_id,omitempty"`
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
+}
|
|
|
+
|
|
|
+func (m *OrganSchool) Reset() { *m = OrganSchool{} }
|
|
|
+func (m *OrganSchool) String() string { return proto.CompactTextString(m) }
|
|
|
+func (*OrganSchool) ProtoMessage() {}
|
|
|
+func (*OrganSchool) Descriptor() ([]byte, []int) {
|
|
|
+ return fileDescriptor_cb4a498eeb2ba07d, []int{26}
|
|
|
+}
|
|
|
+
|
|
|
+func (m *OrganSchool) XXX_Unmarshal(b []byte) error {
|
|
|
+ return xxx_messageInfo_OrganSchool.Unmarshal(m, b)
|
|
|
+}
|
|
|
+func (m *OrganSchool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
+ return xxx_messageInfo_OrganSchool.Marshal(b, m, deterministic)
|
|
|
+}
|
|
|
+func (m *OrganSchool) XXX_Merge(src proto.Message) {
|
|
|
+ xxx_messageInfo_OrganSchool.Merge(m, src)
|
|
|
+}
|
|
|
+func (m *OrganSchool) XXX_Size() int {
|
|
|
+ return xxx_messageInfo_OrganSchool.Size(m)
|
|
|
+}
|
|
|
+func (m *OrganSchool) XXX_DiscardUnknown() {
|
|
|
+ xxx_messageInfo_OrganSchool.DiscardUnknown(m)
|
|
|
+}
|
|
|
+
|
|
|
+var xxx_messageInfo_OrganSchool proto.InternalMessageInfo
|
|
|
+
|
|
|
+func (m *OrganSchool) GetId() int64 {
|
|
|
+ if m != nil {
|
|
|
+ return m.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (m *OrganSchool) GetName() string {
|
|
|
+ if m != nil {
|
|
|
+ return m.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (m *OrganSchool) GetOrganId() int64 {
|
|
|
+ if m != nil {
|
|
|
+ return m.OrganId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type GetErpSchoolRes struct {
|
|
|
+ School []*OrganSchool `protobuf:"bytes,1,rep,name=school,proto3" json:"school,omitempty"`
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
+}
|
|
|
+
|
|
|
+func (m *GetErpSchoolRes) Reset() { *m = GetErpSchoolRes{} }
|
|
|
+func (m *GetErpSchoolRes) String() string { return proto.CompactTextString(m) }
|
|
|
+func (*GetErpSchoolRes) ProtoMessage() {}
|
|
|
+func (*GetErpSchoolRes) Descriptor() ([]byte, []int) {
|
|
|
+ return fileDescriptor_cb4a498eeb2ba07d, []int{27}
|
|
|
+}
|
|
|
+
|
|
|
+func (m *GetErpSchoolRes) XXX_Unmarshal(b []byte) error {
|
|
|
+ return xxx_messageInfo_GetErpSchoolRes.Unmarshal(m, b)
|
|
|
+}
|
|
|
+func (m *GetErpSchoolRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
+ return xxx_messageInfo_GetErpSchoolRes.Marshal(b, m, deterministic)
|
|
|
+}
|
|
|
+func (m *GetErpSchoolRes) XXX_Merge(src proto.Message) {
|
|
|
+ xxx_messageInfo_GetErpSchoolRes.Merge(m, src)
|
|
|
+}
|
|
|
+func (m *GetErpSchoolRes) XXX_Size() int {
|
|
|
+ return xxx_messageInfo_GetErpSchoolRes.Size(m)
|
|
|
+}
|
|
|
+func (m *GetErpSchoolRes) XXX_DiscardUnknown() {
|
|
|
+ xxx_messageInfo_GetErpSchoolRes.DiscardUnknown(m)
|
|
|
+}
|
|
|
+
|
|
|
+var xxx_messageInfo_GetErpSchoolRes proto.InternalMessageInfo
|
|
|
+
|
|
|
+func (m *GetErpSchoolRes) GetSchool() []*OrganSchool {
|
|
|
+ if m != nil {
|
|
|
+ return m.School
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type GetErpActiveReq struct {
|
|
|
+ SchId uint64 `protobuf:"varint,1,opt,name=sch_id,json=schId,proto3" json:"sch_id,omitempty"`
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
+}
|
|
|
+
|
|
|
+func (m *GetErpActiveReq) Reset() { *m = GetErpActiveReq{} }
|
|
|
+func (m *GetErpActiveReq) String() string { return proto.CompactTextString(m) }
|
|
|
+func (*GetErpActiveReq) ProtoMessage() {}
|
|
|
+func (*GetErpActiveReq) Descriptor() ([]byte, []int) {
|
|
|
+ return fileDescriptor_cb4a498eeb2ba07d, []int{28}
|
|
|
+}
|
|
|
+
|
|
|
+func (m *GetErpActiveReq) XXX_Unmarshal(b []byte) error {
|
|
|
+ return xxx_messageInfo_GetErpActiveReq.Unmarshal(m, b)
|
|
|
+}
|
|
|
+func (m *GetErpActiveReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
+ return xxx_messageInfo_GetErpActiveReq.Marshal(b, m, deterministic)
|
|
|
+}
|
|
|
+func (m *GetErpActiveReq) XXX_Merge(src proto.Message) {
|
|
|
+ xxx_messageInfo_GetErpActiveReq.Merge(m, src)
|
|
|
+}
|
|
|
+func (m *GetErpActiveReq) XXX_Size() int {
|
|
|
+ return xxx_messageInfo_GetErpActiveReq.Size(m)
|
|
|
+}
|
|
|
+func (m *GetErpActiveReq) XXX_DiscardUnknown() {
|
|
|
+ xxx_messageInfo_GetErpActiveReq.DiscardUnknown(m)
|
|
|
+}
|
|
|
+
|
|
|
+var xxx_messageInfo_GetErpActiveReq proto.InternalMessageInfo
|
|
|
+
|
|
|
+func (m *GetErpActiveReq) GetSchId() uint64 {
|
|
|
+ if m != nil {
|
|
|
+ return m.SchId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type GetErpActiveRes struct {
|
|
|
+ Active []*Active `protobuf:"bytes,1,rep,name=active,proto3" json:"active,omitempty"`
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
+}
|
|
|
+
|
|
|
+func (m *GetErpActiveRes) Reset() { *m = GetErpActiveRes{} }
|
|
|
+func (m *GetErpActiveRes) String() string { return proto.CompactTextString(m) }
|
|
|
+func (*GetErpActiveRes) ProtoMessage() {}
|
|
|
+func (*GetErpActiveRes) Descriptor() ([]byte, []int) {
|
|
|
+ return fileDescriptor_cb4a498eeb2ba07d, []int{29}
|
|
|
+}
|
|
|
+
|
|
|
+func (m *GetErpActiveRes) XXX_Unmarshal(b []byte) error {
|
|
|
+ return xxx_messageInfo_GetErpActiveRes.Unmarshal(m, b)
|
|
|
+}
|
|
|
+func (m *GetErpActiveRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
+ return xxx_messageInfo_GetErpActiveRes.Marshal(b, m, deterministic)
|
|
|
+}
|
|
|
+func (m *GetErpActiveRes) XXX_Merge(src proto.Message) {
|
|
|
+ xxx_messageInfo_GetErpActiveRes.Merge(m, src)
|
|
|
+}
|
|
|
+func (m *GetErpActiveRes) XXX_Size() int {
|
|
|
+ return xxx_messageInfo_GetErpActiveRes.Size(m)
|
|
|
+}
|
|
|
+func (m *GetErpActiveRes) XXX_DiscardUnknown() {
|
|
|
+ xxx_messageInfo_GetErpActiveRes.DiscardUnknown(m)
|
|
|
+}
|
|
|
+
|
|
|
+var xxx_messageInfo_GetErpActiveRes proto.InternalMessageInfo
|
|
|
+
|
|
|
+func (m *GetErpActiveRes) GetActive() []*Active {
|
|
|
+ if m != nil {
|
|
|
+ return m.Active
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type Active struct {
|
|
|
+ ActiveId int64 `protobuf:"varint,1,opt,name=active_id,json=activeId,proto3" json:"active_id,omitempty"`
|
|
|
+ MaName string `protobuf:"bytes,2,opt,name=ma_name,json=maName,proto3" json:"ma_name,omitempty"`
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
+}
|
|
|
+
|
|
|
+func (m *Active) Reset() { *m = Active{} }
|
|
|
+func (m *Active) String() string { return proto.CompactTextString(m) }
|
|
|
+func (*Active) ProtoMessage() {}
|
|
|
+func (*Active) Descriptor() ([]byte, []int) {
|
|
|
+ return fileDescriptor_cb4a498eeb2ba07d, []int{30}
|
|
|
+}
|
|
|
+
|
|
|
+func (m *Active) XXX_Unmarshal(b []byte) error {
|
|
|
+ return xxx_messageInfo_Active.Unmarshal(m, b)
|
|
|
+}
|
|
|
+func (m *Active) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
+ return xxx_messageInfo_Active.Marshal(b, m, deterministic)
|
|
|
+}
|
|
|
+func (m *Active) XXX_Merge(src proto.Message) {
|
|
|
+ xxx_messageInfo_Active.Merge(m, src)
|
|
|
+}
|
|
|
+func (m *Active) XXX_Size() int {
|
|
|
+ return xxx_messageInfo_Active.Size(m)
|
|
|
+}
|
|
|
+func (m *Active) XXX_DiscardUnknown() {
|
|
|
+ xxx_messageInfo_Active.DiscardUnknown(m)
|
|
|
+}
|
|
|
+
|
|
|
+var xxx_messageInfo_Active proto.InternalMessageInfo
|
|
|
+
|
|
|
+func (m *Active) GetActiveId() int64 {
|
|
|
+ if m != nil {
|
|
|
+ return m.ActiveId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (m *Active) GetMaName() string {
|
|
|
+ if m != nil {
|
|
|
+ return m.MaName
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
func init() {
|
|
|
proto.RegisterType((*UserRequest)(nil), "transform.UserRequest")
|
|
|
proto.RegisterType((*UserResponse)(nil), "transform.UserResponse")
|
|
|
@@ -1036,70 +1505,97 @@ func init() {
|
|
|
proto.RegisterType((*CityIdsReq)(nil), "transform.CityIdsReq")
|
|
|
proto.RegisterType((*CityIdsRes)(nil), "transform.CityIdsRes")
|
|
|
proto.RegisterMapType((map[string]int64)(nil), "transform.CityIdsRes.MapListEntry")
|
|
|
+ proto.RegisterType((*BytesReq)(nil), "transform.BytesReq")
|
|
|
+ proto.RegisterType((*BytesResp)(nil), "transform.BytesResp")
|
|
|
+ proto.RegisterType((*GetErpRoleRes)(nil), "transform.GetErpRoleRes")
|
|
|
+ proto.RegisterType((*GetErpRoleReq)(nil), "transform.GetErpRoleReq")
|
|
|
+ proto.RegisterType((*GetErpOrganSchPerByUserIdReq)(nil), "transform.GetErpOrganSchPerByUserIdReq")
|
|
|
+ proto.RegisterType((*GetErpOrganSchPerByUserIdRes)(nil), "transform.GetErpOrganSchPerByUserIdRes")
|
|
|
+ proto.RegisterType((*OrganSchool)(nil), "transform.OrganSchool")
|
|
|
+ proto.RegisterType((*GetErpSchoolRes)(nil), "transform.GetErpSchoolRes")
|
|
|
+ proto.RegisterType((*GetErpActiveReq)(nil), "transform.GetErpActiveReq")
|
|
|
+ proto.RegisterType((*GetErpActiveRes)(nil), "transform.GetErpActiveRes")
|
|
|
+ proto.RegisterType((*Active)(nil), "transform.Active")
|
|
|
}
|
|
|
|
|
|
func init() { proto.RegisterFile("transform.proto", fileDescriptor_cb4a498eeb2ba07d) }
|
|
|
|
|
|
var fileDescriptor_cb4a498eeb2ba07d = []byte{
|
|
|
- // 926 bytes of a gzipped FileDescriptorProto
|
|
|
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xcd, 0x6e, 0xdb, 0x46,
|
|
|
- 0x10, 0x06, 0x4d, 0xd3, 0xb2, 0x46, 0xb2, 0x1d, 0x6c, 0x1d, 0x87, 0x20, 0xd0, 0x42, 0x20, 0xdc,
|
|
|
- 0xc2, 0xb9, 0xf8, 0xe0, 0x00, 0x45, 0x6a, 0x14, 0x6d, 0x13, 0x5b, 0x15, 0x0c, 0xf8, 0x0f, 0xb4,
|
|
|
- 0x82, 0x9e, 0x59, 0x71, 0xa2, 0x10, 0xa6, 0xb8, 0xf4, 0xee, 0xca, 0x08, 0x5f, 0xa0, 0x87, 0x5e,
|
|
|
- 0xfb, 0x3c, 0x7d, 0x8b, 0xde, 0xfa, 0x30, 0x2d, 0x66, 0x77, 0x29, 0xad, 0x6c, 0xb6, 0x49, 0x80,
|
|
|
- 0xdc, 0xf6, 0xfb, 0x76, 0x66, 0x67, 0xf6, 0xdb, 0x99, 0x21, 0x61, 0x47, 0x89, 0xb4, 0x94, 0x6f,
|
|
|
- 0xb9, 0x98, 0x1d, 0x56, 0x82, 0x2b, 0xce, 0xba, 0x0b, 0x22, 0x7e, 0x01, 0xbd, 0x37, 0x12, 0x45,
|
|
|
- 0x82, 0x77, 0x73, 0x94, 0x8a, 0x6d, 0xc3, 0x5a, 0x9e, 0x85, 0xde, 0xc0, 0x3b, 0xe8, 0x26, 0x6b,
|
|
|
- 0x79, 0xc6, 0x76, 0x21, 0xa8, 0xde, 0xf1, 0x12, 0xc3, 0x35, 0x4d, 0x19, 0x10, 0xff, 0xe5, 0x41,
|
|
|
- 0xdf, 0x78, 0xc9, 0x8a, 0x97, 0x12, 0x3f, 0xce, 0x8d, 0x58, 0xc1, 0x0b, 0x94, 0xa1, 0x6f, 0x58,
|
|
|
- 0x0d, 0xd8, 0x1e, 0x6c, 0x48, 0x95, 0xaa, 0xb9, 0x0c, 0xd7, 0x07, 0xde, 0x81, 0x9f, 0x58, 0xc4,
|
|
|
- 0x06, 0xd0, 0x43, 0x51, 0x25, 0xbc, 0xc0, 0x71, 0x5d, 0x61, 0x18, 0xe8, 0x4d, 0x97, 0x62, 0x11,
|
|
|
- 0x6c, 0xce, 0x25, 0x8a, 0xcb, 0x74, 0x86, 0xe1, 0x86, 0x3e, 0x72, 0x81, 0x69, 0x6f, 0x92, 0xab,
|
|
|
- 0x5a, 0xef, 0x75, 0xcc, 0x5e, 0x83, 0x29, 0xe2, 0x14, 0xcb, 0x0c, 0x45, 0xb8, 0x69, 0x22, 0x1a,
|
|
|
- 0x14, 0xef, 0x43, 0x7f, 0xcc, 0x6f, 0xb1, 0x6c, 0xc4, 0xd8, 0x85, 0x40, 0x11, 0xb6, 0x17, 0x33,
|
|
|
- 0x20, 0xfe, 0xc7, 0x83, 0x2d, 0x6b, 0x66, 0x6f, 0xbf, 0x07, 0x1b, 0xa4, 0xc6, 0x59, 0xa3, 0x80,
|
|
|
- 0x45, 0x74, 0x03, 0xad, 0x12, 0x2f, 0xf0, 0x2c, 0x93, 0x56, 0x0b, 0x97, 0x62, 0xfb, 0xb0, 0x45,
|
|
|
- 0xf0, 0x66, 0xf2, 0x8e, 0xf3, 0x82, 0x6c, 0x8c, 0x32, 0xab, 0x24, 0x3b, 0x80, 0x1d, 0x22, 0xae,
|
|
|
- 0x05, 0xbf, 0xcf, 0xcb, 0x89, 0x3e, 0x6b, 0x5d, 0xdb, 0x3d, 0xa4, 0x59, 0x6c, 0xde, 0xe5, 0x4a,
|
|
|
- 0x4c, 0xd3, 0x92, 0xcc, 0x02, 0x6d, 0xb6, 0xc2, 0x51, 0x56, 0x37, 0xb5, 0x6c, 0x4e, 0xb7, 0xc2,
|
|
|
- 0xb9, 0x14, 0xfb, 0x0a, 0xe0, 0xa6, 0x96, 0xd6, 0xc1, 0xaa, 0xe7, 0x30, 0x71, 0x07, 0x82, 0xe1,
|
|
|
- 0xac, 0x52, 0x75, 0xfc, 0x2d, 0x74, 0xc7, 0x02, 0xf1, 0x92, 0x67, 0x28, 0xd9, 0x73, 0x08, 0x4a,
|
|
|
- 0x5a, 0x84, 0xde, 0xc0, 0x3f, 0xe8, 0x1d, 0x7d, 0x71, 0xb8, 0xac, 0xba, 0xc6, 0x28, 0x31, 0x16,
|
|
|
- 0xf1, 0x1f, 0x1e, 0x6c, 0x36, 0x9c, 0x53, 0x3b, 0xbe, 0xae, 0x1d, 0x06, 0xeb, 0x0a, 0xdf, 0x2b,
|
|
|
- 0x2b, 0x97, 0x5e, 0x93, 0xc2, 0x55, 0x2a, 0xb0, 0x54, 0x5a, 0x20, 0x3f, 0xb1, 0x88, 0x0d, 0xc0,
|
|
|
- 0x57, 0xe9, 0x54, 0xab, 0xd1, 0x3b, 0xda, 0x76, 0x23, 0xa6, 0xd3, 0x84, 0xb6, 0x96, 0x59, 0x05,
|
|
|
- 0x1f, 0xcc, 0xea, 0x39, 0xf8, 0xe3, 0x74, 0xda, 0x96, 0x4f, 0x49, 0x55, 0x64, 0xf3, 0xa1, 0x75,
|
|
|
- 0x1c, 0x43, 0xff, 0xaa, 0x52, 0x39, 0xbd, 0xbe, 0x4a, 0xf0, 0x8e, 0x6c, 0x26, 0x3c, 0x43, 0xfb,
|
|
|
- 0xfe, 0x7a, 0x1d, 0xff, 0xee, 0xad, 0x18, 0x49, 0xf6, 0x03, 0x74, 0x66, 0x69, 0x75, 0x9e, 0x4b,
|
|
|
- 0x65, 0x25, 0xda, 0x77, 0x92, 0x71, 0x2d, 0x0f, 0x2f, 0x8c, 0xd9, 0xb0, 0x54, 0xa2, 0x4e, 0x1a,
|
|
|
- 0xa7, 0xe8, 0x18, 0xfa, 0xee, 0x06, 0x7b, 0x02, 0xfe, 0x2d, 0xd6, 0x36, 0x26, 0x2d, 0xa9, 0x60,
|
|
|
- 0xef, 0xd3, 0x62, 0xbe, 0x68, 0x3b, 0x0d, 0x8e, 0xd7, 0x5e, 0x7a, 0xf1, 0x00, 0xc0, 0x44, 0x38,
|
|
|
- 0x21, 0xc9, 0xdb, 0xd2, 0x1d, 0x41, 0xc7, 0xe6, 0xd0, 0xb6, 0xdd, 0xa6, 0xc2, 0x32, 0x9c, 0xef,
|
|
|
- 0x84, 0x23, 0x6d, 0x9a, 0xce, 0x78, 0x5d, 0x2b, 0xed, 0x99, 0xa5, 0x2a, 0xd5, 0xa7, 0xf5, 0x13,
|
|
|
- 0xbd, 0x8e, 0xff, 0xf6, 0xa0, 0x37, 0x7c, 0x3f, 0xc1, 0xe2, 0x9c, 0x4f, 0x49, 0xbf, 0x3d, 0xd8,
|
|
|
- 0xb8, 0xe0, 0xd9, 0xbc, 0x68, 0x62, 0x5a, 0x44, 0xbe, 0x27, 0xbc, 0xcc, 0x9a, 0xa8, 0xb4, 0xa6,
|
|
|
- 0xce, 0x3e, 0x11, 0x98, 0x2a, 0x7c, 0x5d, 0xdb, 0xc0, 0x0b, 0x4c, 0x95, 0x6b, 0xd6, 0xe3, 0x7c,
|
|
|
- 0x86, 0xb6, 0x49, 0x1c, 0x86, 0xfa, 0xe3, 0x3c, 0x95, 0xea, 0x4d, 0x95, 0x19, 0x7f, 0xdb, 0x1f,
|
|
|
- 0x2e, 0xc7, 0xbe, 0x81, 0xed, 0x25, 0xd6, 0xe7, 0x98, 0x16, 0x79, 0xc0, 0xb2, 0x10, 0x3a, 0xa7,
|
|
|
- 0x58, 0xfc, 0x5c, 0xa4, 0x53, 0xdb, 0x22, 0x0d, 0x8c, 0xbf, 0x76, 0x2f, 0xa7, 0x07, 0xdc, 0x8d,
|
|
|
- 0x19, 0x70, 0xa6, 0xa8, 0x2c, 0xa2, 0x71, 0xb3, 0xe8, 0x71, 0x12, 0x61, 0x17, 0x02, 0x92, 0xd5,
|
|
|
- 0x34, 0x50, 0x37, 0x31, 0x20, 0xfe, 0x12, 0xba, 0xf4, 0xe4, 0x57, 0x6f, 0xcf, 0x4a, 0x45, 0x4f,
|
|
|
- 0x9e, 0x67, 0xc6, 0xc0, 0x4f, 0x68, 0xa9, 0xab, 0xcc, 0x39, 0xe5, 0x03, 0x55, 0xe6, 0x5a, 0x7e,
|
|
|
- 0x9e, 0x2a, 0xf3, 0xdd, 0x2a, 0x8b, 0x01, 0x4e, 0x72, 0x55, 0xff, 0xef, 0x7d, 0x7e, 0xf3, 0x1c,
|
|
|
- 0x23, 0xc9, 0xbe, 0x7f, 0x98, 0x6e, 0xec, 0xa4, 0xbb, 0xb4, 0xfb, 0xfc, 0xc9, 0x1e, 0xfd, 0x19,
|
|
|
- 0xd0, 0xf4, 0xb2, 0xa1, 0xd8, 0x31, 0x74, 0x46, 0xa8, 0x68, 0x50, 0xb2, 0x3d, 0x27, 0x03, 0xe7,
|
|
|
- 0xdb, 0x18, 0x3d, 0x7b, 0xc4, 0xdb, 0xf9, 0xff, 0x23, 0xc0, 0x75, 0x2a, 0x24, 0xea, 0xaf, 0x02,
|
|
|
- 0x73, 0xcd, 0xdc, 0xcf, 0x49, 0x14, 0x3e, 0xde, 0xb0, 0x07, 0xbc, 0x84, 0xed, 0x11, 0xaa, 0xa1,
|
|
|
- 0xa8, 0xe8, 0xc2, 0x34, 0x96, 0xd8, 0x13, 0xc7, 0x56, 0xcf, 0xda, 0x68, 0xb7, 0x65, 0x72, 0x49,
|
|
|
- 0xf6, 0x0a, 0xb6, 0xce, 0x79, 0x9a, 0x2d, 0xa6, 0xc7, 0x4a, 0x74, 0x77, 0x44, 0x45, 0xff, 0xb1,
|
|
|
- 0x21, 0xd9, 0x4f, 0xd0, 0x1f, 0xa1, 0x5a, 0x7e, 0x6d, 0x9e, 0xb5, 0xd7, 0xcb, 0xea, 0x09, 0x2b,
|
|
|
- 0x25, 0x77, 0x0c, 0x30, 0x42, 0x65, 0x1f, 0x8b, 0x3d, 0x6d, 0x7b, 0xc0, 0xbb, 0xa8, 0x95, 0xa6,
|
|
|
- 0x72, 0xed, 0x5f, 0x73, 0xa9, 0x9a, 0x7e, 0x59, 0x11, 0xdf, 0x99, 0x10, 0x51, 0x3b, 0x4f, 0xf5,
|
|
|
- 0xb3, 0x63, 0xa4, 0x5b, 0x4a, 0xf0, 0xf4, 0xd1, 0x4d, 0x69, 0xe8, 0x45, 0xec, 0xb1, 0x00, 0xec,
|
|
|
- 0x14, 0x22, 0xe3, 0x7d, 0x71, 0xab, 0x2e, 0x51, 0xfd, 0xc2, 0xc5, 0xed, 0x29, 0xaa, 0x34, 0x2f,
|
|
|
- 0x3e, 0xe9, 0x11, 0xbe, 0xd3, 0x0a, 0x0e, 0x45, 0x65, 0x54, 0x69, 0xf1, 0x73, 0xa5, 0x5b, 0x19,
|
|
|
- 0x8e, 0x0b, 0xd7, 0x57, 0x13, 0x95, 0xdf, 0xe3, 0x27, 0xb8, 0xfe, 0xba, 0xa1, 0xff, 0xe5, 0x5e,
|
|
|
- 0xfc, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x18, 0x78, 0xd5, 0x5a, 0xde, 0x09, 0x00, 0x00,
|
|
|
+ // 1170 bytes of a gzipped FileDescriptorProto
|
|
|
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0x5b, 0x6f, 0xdb, 0x36,
|
|
|
+ 0x14, 0x86, 0xa2, 0x58, 0xb6, 0x8f, 0x9d, 0xcb, 0xb8, 0x5c, 0x54, 0xad, 0xdb, 0x0c, 0x22, 0xdb,
|
|
|
+ 0xd2, 0x97, 0x3c, 0xa4, 0xc0, 0x56, 0x04, 0x41, 0xd7, 0xdc, 0x1a, 0x04, 0xc8, 0x0d, 0x4a, 0x8a,
|
|
|
+ 0x3d, 0x06, 0xaa, 0xc5, 0x3a, 0x42, 0x64, 0x51, 0x11, 0xe9, 0xa0, 0xfa, 0x03, 0x7b, 0xd8, 0xeb,
|
|
|
+ 0xfe, 0xda, 0xde, 0xf6, 0x5f, 0xb6, 0xe1, 0x90, 0x94, 0x4d, 0xc7, 0x4e, 0x9a, 0x0d, 0xeb, 0x1b,
|
|
|
+ 0xcf, 0xfd, 0xf0, 0xe3, 0xb9, 0x48, 0xb0, 0x20, 0x8b, 0x28, 0x13, 0x1f, 0x78, 0xd1, 0xdf, 0xc8,
|
|
|
+ 0x0b, 0x2e, 0x39, 0x69, 0x0e, 0x19, 0xf4, 0x25, 0xb4, 0xde, 0x09, 0x56, 0x84, 0xec, 0x76, 0xc0,
|
|
|
+ 0x84, 0x24, 0xf3, 0x30, 0x93, 0xc4, 0xbe, 0xd3, 0x71, 0xd6, 0x9b, 0xe1, 0x4c, 0x12, 0x93, 0x25,
|
|
|
+ 0xa8, 0xe5, 0xd7, 0x3c, 0x63, 0xfe, 0x8c, 0x62, 0x69, 0x82, 0xfe, 0xe1, 0x40, 0x5b, 0x5b, 0x89,
|
|
|
+ 0x9c, 0x67, 0x82, 0x3d, 0xcd, 0x0c, 0xb9, 0x05, 0x4f, 0x99, 0xf0, 0x5d, 0xcd, 0x55, 0x04, 0x59,
|
|
|
+ 0x01, 0x4f, 0xc8, 0x48, 0x0e, 0x84, 0x3f, 0xdb, 0x71, 0xd6, 0xdd, 0xd0, 0x50, 0xa4, 0x03, 0x2d,
|
|
|
+ 0x56, 0xe4, 0x21, 0x4f, 0xd9, 0x65, 0x99, 0x33, 0xbf, 0xa6, 0x84, 0x36, 0x8b, 0x04, 0xd0, 0x18,
|
|
|
+ 0x08, 0x56, 0x9c, 0x46, 0x7d, 0xe6, 0x7b, 0xca, 0xe5, 0x90, 0x46, 0x59, 0x37, 0x91, 0xa5, 0x92,
|
|
|
+ 0xd5, 0xb5, 0xac, 0xa2, 0x31, 0x62, 0x8f, 0x65, 0x31, 0x2b, 0xfc, 0x86, 0x8e, 0xa8, 0x29, 0xba,
|
|
|
+ 0x06, 0xed, 0x4b, 0x7e, 0xc3, 0xb2, 0x0a, 0x8c, 0x25, 0xa8, 0x49, 0xa4, 0xcd, 0xc5, 0x34, 0x41,
|
|
|
+ 0xff, 0x76, 0x60, 0xce, 0xa8, 0x99, 0xdb, 0xaf, 0x80, 0x87, 0x68, 0x1c, 0x55, 0x08, 0x18, 0x0a,
|
|
|
+ 0x6f, 0xa0, 0x50, 0xe2, 0x29, 0x3b, 0x8a, 0x85, 0xc1, 0xc2, 0x66, 0x91, 0x35, 0x98, 0x43, 0xf2,
|
|
|
+ 0xa2, 0x7b, 0xcd, 0x79, 0x8a, 0x3a, 0x1a, 0x99, 0x71, 0x26, 0x59, 0x87, 0x05, 0x64, 0x9c, 0x17,
|
|
|
+ 0xfc, 0x2e, 0xc9, 0xba, 0xca, 0xd7, 0xac, 0xd2, 0xbb, 0xcf, 0x26, 0x54, 0xbf, 0xcb, 0x59, 0xd1,
|
|
|
+ 0x8b, 0x32, 0x54, 0xab, 0x29, 0xb5, 0x31, 0x1e, 0x66, 0x75, 0x51, 0x8a, 0xca, 0xbb, 0x01, 0xce,
|
|
|
+ 0x66, 0x91, 0x6f, 0x00, 0x2e, 0x4a, 0x61, 0x0c, 0x0c, 0x7a, 0x16, 0x87, 0xd6, 0xa1, 0x76, 0xd0,
|
|
|
+ 0xcf, 0x65, 0x49, 0x7f, 0x84, 0xe6, 0x65, 0xc1, 0xd8, 0x29, 0x8f, 0x99, 0x20, 0x2f, 0xa0, 0x96,
|
|
|
+ 0xe1, 0xc1, 0x77, 0x3a, 0xee, 0x7a, 0x6b, 0xf3, 0xcb, 0x8d, 0x51, 0xd5, 0x55, 0x4a, 0xa1, 0xd6,
|
|
|
+ 0xa0, 0xbf, 0x3b, 0xd0, 0xa8, 0x78, 0x56, 0xed, 0xb8, 0xaa, 0x76, 0x08, 0xcc, 0x4a, 0xf6, 0x51,
|
|
|
+ 0x1a, 0xb8, 0xd4, 0x19, 0x11, 0xce, 0xa3, 0x82, 0x65, 0x52, 0x01, 0xe4, 0x86, 0x86, 0x22, 0x1d,
|
|
|
+ 0x70, 0x65, 0xd4, 0x53, 0x68, 0xb4, 0x36, 0xe7, 0xed, 0x88, 0x51, 0x2f, 0x44, 0xd1, 0x28, 0xab,
|
|
|
+ 0xda, 0x27, 0xb3, 0x7a, 0x01, 0xee, 0x65, 0xd4, 0x9b, 0x96, 0x4f, 0x86, 0x55, 0x64, 0xf2, 0xc1,
|
|
|
+ 0x33, 0xa5, 0xd0, 0x3e, 0xcb, 0x65, 0x82, 0xaf, 0x2f, 0x43, 0x76, 0x8b, 0x3a, 0x5d, 0x1e, 0x33,
|
|
|
+ 0xf3, 0xfe, 0xea, 0x4c, 0x7f, 0x73, 0xc6, 0x94, 0x04, 0x79, 0x0d, 0xf5, 0x7e, 0x94, 0x1f, 0x27,
|
|
|
+ 0x42, 0x1a, 0x88, 0xd6, 0xac, 0x64, 0x6c, 0xcd, 0x8d, 0x13, 0xad, 0x76, 0x90, 0xc9, 0xa2, 0x0c,
|
|
|
+ 0x2b, 0xa3, 0x60, 0x0b, 0xda, 0xb6, 0x80, 0x2c, 0x82, 0x7b, 0xc3, 0x4a, 0x13, 0x13, 0x8f, 0x58,
|
|
|
+ 0xb0, 0x77, 0x51, 0x3a, 0x18, 0xb6, 0x9d, 0x22, 0xb6, 0x66, 0x5e, 0x39, 0xb4, 0x03, 0xa0, 0x23,
|
|
|
+ 0xec, 0x21, 0xe4, 0xd3, 0xd2, 0x3d, 0x84, 0xba, 0xc9, 0x61, 0x9a, 0x78, 0x1a, 0x0a, 0xa3, 0x70,
|
|
|
+ 0xae, 0x15, 0x0e, 0xb1, 0xa9, 0x3a, 0x63, 0xb7, 0x94, 0xca, 0x32, 0x8e, 0x64, 0xa4, 0xbc, 0xb5,
|
|
|
+ 0x43, 0x75, 0xa6, 0x7f, 0x3a, 0xd0, 0x3a, 0xf8, 0xd8, 0x65, 0xe9, 0x31, 0xef, 0x21, 0x7e, 0x2b,
|
|
|
+ 0xe0, 0x9d, 0xf0, 0x78, 0x90, 0x56, 0x31, 0x0d, 0x85, 0xb6, 0x7b, 0x3c, 0x8b, 0xab, 0xa8, 0x78,
|
|
|
+ 0xc6, 0xce, 0xde, 0x2b, 0x58, 0x24, 0xd9, 0x6e, 0x69, 0x02, 0x0f, 0x69, 0xac, 0x5c, 0x7d, 0xbe,
|
|
|
+ 0x4c, 0xfa, 0xcc, 0x34, 0x89, 0xc5, 0xc1, 0xfe, 0x38, 0x8e, 0x84, 0x7c, 0x97, 0xc7, 0xda, 0xde,
|
|
|
+ 0xf4, 0x87, 0xcd, 0x23, 0xdf, 0xc3, 0xfc, 0x88, 0x56, 0x7e, 0x74, 0x8b, 0xdc, 0xe3, 0x12, 0x1f,
|
|
|
+ 0xea, 0xfb, 0x2c, 0x7d, 0x9b, 0x46, 0x3d, 0xd3, 0x22, 0x15, 0x49, 0xbf, 0xb3, 0x2f, 0xa7, 0x06,
|
|
|
+ 0xdc, 0x85, 0x1e, 0x70, 0xba, 0xa8, 0x0c, 0x85, 0xe3, 0x66, 0xd8, 0xe3, 0x08, 0xc2, 0x12, 0xd4,
|
|
|
+ 0x10, 0x56, 0xdd, 0x40, 0xcd, 0x50, 0x13, 0xf4, 0x6b, 0x68, 0xe2, 0x93, 0x9f, 0x7d, 0x38, 0xca,
|
|
|
+ 0x24, 0x3e, 0x79, 0x12, 0x6b, 0x05, 0x37, 0xc4, 0xa3, 0xaa, 0x32, 0xcb, 0xcb, 0x27, 0xaa, 0xcc,
|
|
|
+ 0xd6, 0xfc, 0x7f, 0xaa, 0xcc, 0xb5, 0xab, 0x8c, 0x02, 0xec, 0x25, 0xb2, 0x7c, 0xf4, 0x3e, 0xbf,
|
|
|
+ 0x3a, 0x96, 0x92, 0x20, 0xdb, 0xf7, 0xd3, 0xa5, 0x56, 0xba, 0x23, 0xbd, 0xcf, 0x90, 0xec, 0x73,
|
|
|
+ 0x68, 0x60, 0x7d, 0xaa, 0x54, 0x17, 0xc1, 0x2d, 0xd8, 0xad, 0x29, 0x51, 0x3c, 0xd2, 0x6f, 0xa1,
|
|
|
+ 0x69, 0xa4, 0x22, 0xc7, 0x32, 0x2c, 0x98, 0xc8, 0xab, 0x12, 0xc6, 0x33, 0xdd, 0x86, 0xb9, 0x43,
|
|
|
+ 0x26, 0x0f, 0xf4, 0x3a, 0xc2, 0x9b, 0xac, 0x42, 0x1d, 0xb7, 0xcf, 0xd5, 0x70, 0x11, 0x7a, 0x03,
|
|
|
+ 0xbd, 0x06, 0xd0, 0x9a, 0xa7, 0xc3, 0xd6, 0xc1, 0x33, 0x7d, 0x33, 0x6e, 0xad, 0x3a, 0xa0, 0xcf,
|
|
|
+ 0xdf, 0x27, 0xa3, 0x0e, 0xd0, 0x94, 0xed, 0x75, 0xc6, 0xf6, 0x4a, 0x7f, 0x82, 0xe7, 0xda, 0x83,
|
|
|
+ 0x9a, 0xca, 0x17, 0xdd, 0xeb, 0x73, 0x56, 0xec, 0x96, 0x7a, 0xf3, 0xa0, 0xc3, 0x87, 0xd2, 0xa1,
|
|
|
+ 0xa7, 0x8f, 0x1a, 0x0a, 0xb2, 0x01, 0x9e, 0x50, 0x65, 0x62, 0x1e, 0x64, 0xc5, 0x9e, 0x52, 0xc6,
|
|
|
+ 0x84, 0xf3, 0x34, 0x34, 0x5a, 0xf4, 0x18, 0x5a, 0x16, 0xfb, 0x29, 0xe3, 0x93, 0x3c, 0x83, 0x06,
|
|
|
+ 0x47, 0x13, 0x4c, 0x4e, 0x0f, 0xf4, 0x3a, 0x37, 0xbb, 0x65, 0x07, 0x16, 0x74, 0x76, 0x26, 0xca,
|
|
|
+ 0x7f, 0x48, 0x68, 0xbd, 0x72, 0xb1, 0xd3, 0x95, 0xc9, 0x9d, 0x42, 0x77, 0x59, 0xb9, 0xa8, 0xb0,
|
|
|
+ 0x98, 0x0d, 0x6b, 0xa2, 0x7b, 0x7d, 0x14, 0xd3, 0xed, 0xfb, 0x9a, 0xb8, 0xc5, 0xbc, 0x48, 0x11,
|
|
|
+ 0x26, 0xd8, 0x17, 0x56, 0x30, 0xa3, 0x65, 0x14, 0xe8, 0x6b, 0xf0, 0x34, 0x87, 0x7c, 0x05, 0x4d,
|
|
|
+ 0xcd, 0xbb, 0x1a, 0x5e, 0xbd, 0xa1, 0x19, 0x47, 0x31, 0x3e, 0x44, 0x3f, 0xba, 0xb2, 0x30, 0xf0,
|
|
|
+ 0xfa, 0x11, 0x7e, 0x86, 0x6c, 0xfe, 0xe5, 0xe1, 0xfa, 0x34, 0xce, 0xc9, 0x16, 0xd4, 0x0f, 0x99,
|
|
|
+ 0xc4, 0x67, 0x20, 0xf6, 0x05, 0xad, 0x8f, 0xb3, 0x60, 0x75, 0x82, 0x6f, 0x3e, 0x40, 0x7e, 0x06,
|
|
|
+ 0x38, 0x8f, 0x0a, 0xc1, 0xd4, 0x67, 0x09, 0xb1, 0xd5, 0xec, 0xef, 0x99, 0xc0, 0x9f, 0x14, 0x18,
|
|
|
+ 0x07, 0xaf, 0x60, 0x5e, 0x03, 0x81, 0x1d, 0x87, 0x7b, 0x91, 0x2c, 0x5a, 0xba, 0x6a, 0xd9, 0x07,
|
|
|
+ 0x4b, 0x53, 0x56, 0xa7, 0x20, 0x3b, 0x30, 0x77, 0xcc, 0xa3, 0x78, 0xb8, 0xbe, 0xc6, 0xa2, 0xdb,
|
|
|
+ 0x3b, 0x32, 0x78, 0x40, 0x20, 0xc8, 0x1b, 0x68, 0x1f, 0x32, 0x39, 0xfa, 0xdc, 0x59, 0x9d, 0x3e,
|
|
|
+ 0xb0, 0xc6, 0x3d, 0x8c, 0xcd, 0xbc, 0x2d, 0x80, 0x43, 0x26, 0xcd, 0xb4, 0x20, 0xcb, 0xd3, 0x26,
|
|
|
+ 0xc8, 0x6d, 0x30, 0x95, 0x8d, 0xf3, 0xb2, 0x7d, 0xce, 0x85, 0xac, 0x06, 0xf6, 0x18, 0xf8, 0xd6,
|
|
|
+ 0x8a, 0x0a, 0xa6, 0xf3, 0x71, 0x80, 0x99, 0x1a, 0x1a, 0x41, 0xb0, 0x3c, 0x71, 0x53, 0xdc, 0xba,
|
|
|
+ 0x01, 0x99, 0x04, 0x80, 0xec, 0x43, 0xa0, 0xad, 0x4f, 0x6e, 0xe4, 0x29, 0x93, 0xbf, 0xf0, 0xe2,
|
|
|
+ 0x66, 0x9f, 0xc9, 0x28, 0x49, 0xff, 0xd5, 0x23, 0xf4, 0xe1, 0xd9, 0x83, 0x2d, 0x4d, 0x7e, 0xb0,
|
|
|
+ 0x4c, 0x1e, 0x9b, 0x18, 0xc1, 0x13, 0x15, 0xf1, 0xc1, 0x60, 0x34, 0xbc, 0x88, 0x3f, 0x61, 0x66,
|
|
|
+ 0x66, 0x5a, 0xf0, 0x90, 0x04, 0x41, 0x6b, 0xdb, 0x5d, 0x3e, 0xe5, 0xa2, 0xc1, 0x84, 0xed, 0x68,
|
|
|
+ 0x20, 0xbc, 0xad, 0xac, 0x4d, 0xfb, 0x4d, 0xea, 0x0e, 0x3b, 0x3f, 0x78, 0x58, 0x26, 0xde, 0x7b,
|
|
|
+ 0xea, 0x6f, 0xe8, 0xe5, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xd0, 0x1d, 0xca, 0x08, 0x20, 0x0d,
|
|
|
+ 0x00, 0x00,
|
|
|
}
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
@@ -1116,15 +1612,24 @@ const _ = grpc.SupportPackageIsVersion4
|
|
|
type TransformClient interface {
|
|
|
GetUser(ctx context.Context, in *UserRequest, opts ...grpc.CallOption) (*UserResponse, error)
|
|
|
ParseToken(ctx context.Context, in *TokenRequest, opts ...grpc.CallOption) (*TokenResponse, error)
|
|
|
+ //获取erp 省、城市树
|
|
|
GetErpCityTree(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*TreeNodes, error)
|
|
|
+ //获取erp 字典
|
|
|
LoadOptionset(ctx context.Context, in *OptionsetReq, opts ...grpc.CallOption) (*OptionsetRes, error)
|
|
|
GetSchoolIds(ctx context.Context, in *SchoolIdsReq, opts ...grpc.CallOption) (*SchoolIdsRes, error)
|
|
|
GetCityIds(ctx context.Context, in *CityIdsReq, opts ...grpc.CallOption) (*CityIdsRes, error)
|
|
|
PostExcelLog(ctx context.Context, in *ExcelLogReq, opts ...grpc.CallOption) (*ExcelLogRes, error)
|
|
|
GetErpOptionset(ctx context.Context, in *OptionCode, opts ...grpc.CallOption) (*Options, error)
|
|
|
+ //获取erp 渠道细分树
|
|
|
GetErpMktNetWorkDetailTree(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*TreeNodes, error)
|
|
|
- GetErpSchool(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ResponseByte, error)
|
|
|
- GetErpActive(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ResponseByte, error)
|
|
|
+ //获取erp 用户校区权限
|
|
|
+ GetErpOrganSchPerByUserId(ctx context.Context, in *GetErpOrganSchPerByUserIdReq, opts ...grpc.CallOption) (*GetErpOrganSchPerByUserIdRes, error)
|
|
|
+ //获取 erp 用户角色
|
|
|
+ GetErpRole(ctx context.Context, in *GetErpRoleReq, opts ...grpc.CallOption) (*GetErpRoleRes, error)
|
|
|
+ //获取 erp 全部校区
|
|
|
+ GetErpSchool(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*GetErpSchoolRes, error)
|
|
|
+ //获取 erp 活动
|
|
|
+ GetErpActive(ctx context.Context, in *GetErpActiveReq, opts ...grpc.CallOption) (*GetErpActiveRes, error)
|
|
|
}
|
|
|
|
|
|
type transformClient struct {
|
|
|
@@ -1216,8 +1721,26 @@ func (c *transformClient) GetErpMktNetWorkDetailTree(ctx context.Context, in *Em
|
|
|
return out, nil
|
|
|
}
|
|
|
|
|
|
-func (c *transformClient) GetErpSchool(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ResponseByte, error) {
|
|
|
- out := new(ResponseByte)
|
|
|
+func (c *transformClient) GetErpOrganSchPerByUserId(ctx context.Context, in *GetErpOrganSchPerByUserIdReq, opts ...grpc.CallOption) (*GetErpOrganSchPerByUserIdRes, error) {
|
|
|
+ out := new(GetErpOrganSchPerByUserIdRes)
|
|
|
+ err := c.cc.Invoke(ctx, "/transform.Transform/GetErpOrganSchPerByUserId", in, out, opts...)
|
|
|
+ if err != nil {
|
|
|
+ return nil, err
|
|
|
+ }
|
|
|
+ return out, nil
|
|
|
+}
|
|
|
+
|
|
|
+func (c *transformClient) GetErpRole(ctx context.Context, in *GetErpRoleReq, opts ...grpc.CallOption) (*GetErpRoleRes, error) {
|
|
|
+ out := new(GetErpRoleRes)
|
|
|
+ err := c.cc.Invoke(ctx, "/transform.Transform/GetErpRole", in, out, opts...)
|
|
|
+ if err != nil {
|
|
|
+ return nil, err
|
|
|
+ }
|
|
|
+ return out, nil
|
|
|
+}
|
|
|
+
|
|
|
+func (c *transformClient) GetErpSchool(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*GetErpSchoolRes, error) {
|
|
|
+ out := new(GetErpSchoolRes)
|
|
|
err := c.cc.Invoke(ctx, "/transform.Transform/GetErpSchool", in, out, opts...)
|
|
|
if err != nil {
|
|
|
return nil, err
|
|
|
@@ -1225,8 +1748,8 @@ func (c *transformClient) GetErpSchool(ctx context.Context, in *Empty, opts ...g
|
|
|
return out, nil
|
|
|
}
|
|
|
|
|
|
-func (c *transformClient) GetErpActive(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ResponseByte, error) {
|
|
|
- out := new(ResponseByte)
|
|
|
+func (c *transformClient) GetErpActive(ctx context.Context, in *GetErpActiveReq, opts ...grpc.CallOption) (*GetErpActiveRes, error) {
|
|
|
+ out := new(GetErpActiveRes)
|
|
|
err := c.cc.Invoke(ctx, "/transform.Transform/GetErpActive", in, out, opts...)
|
|
|
if err != nil {
|
|
|
return nil, err
|
|
|
@@ -1238,15 +1761,24 @@ func (c *transformClient) GetErpActive(ctx context.Context, in *Empty, opts ...g
|
|
|
type TransformServer interface {
|
|
|
GetUser(context.Context, *UserRequest) (*UserResponse, error)
|
|
|
ParseToken(context.Context, *TokenRequest) (*TokenResponse, error)
|
|
|
+ //获取erp 省、城市树
|
|
|
GetErpCityTree(context.Context, *Empty) (*TreeNodes, error)
|
|
|
+ //获取erp 字典
|
|
|
LoadOptionset(context.Context, *OptionsetReq) (*OptionsetRes, error)
|
|
|
GetSchoolIds(context.Context, *SchoolIdsReq) (*SchoolIdsRes, error)
|
|
|
GetCityIds(context.Context, *CityIdsReq) (*CityIdsRes, error)
|
|
|
PostExcelLog(context.Context, *ExcelLogReq) (*ExcelLogRes, error)
|
|
|
GetErpOptionset(context.Context, *OptionCode) (*Options, error)
|
|
|
+ //获取erp 渠道细分树
|
|
|
GetErpMktNetWorkDetailTree(context.Context, *Empty) (*TreeNodes, error)
|
|
|
- GetErpSchool(context.Context, *Empty) (*ResponseByte, error)
|
|
|
- GetErpActive(context.Context, *Empty) (*ResponseByte, error)
|
|
|
+ //获取erp 用户校区权限
|
|
|
+ GetErpOrganSchPerByUserId(context.Context, *GetErpOrganSchPerByUserIdReq) (*GetErpOrganSchPerByUserIdRes, error)
|
|
|
+ //获取 erp 用户角色
|
|
|
+ GetErpRole(context.Context, *GetErpRoleReq) (*GetErpRoleRes, error)
|
|
|
+ //获取 erp 全部校区
|
|
|
+ GetErpSchool(context.Context, *Empty) (*GetErpSchoolRes, error)
|
|
|
+ //获取 erp 活动
|
|
|
+ GetErpActive(context.Context, *GetErpActiveReq) (*GetErpActiveRes, error)
|
|
|
}
|
|
|
|
|
|
// UnimplementedTransformServer can be embedded to have forward compatible implementations.
|
|
|
@@ -1280,10 +1812,16 @@ func (*UnimplementedTransformServer) GetErpOptionset(ctx context.Context, req *O
|
|
|
func (*UnimplementedTransformServer) GetErpMktNetWorkDetailTree(ctx context.Context, req *Empty) (*TreeNodes, error) {
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetErpMktNetWorkDetailTree not implemented")
|
|
|
}
|
|
|
-func (*UnimplementedTransformServer) GetErpSchool(ctx context.Context, req *Empty) (*ResponseByte, error) {
|
|
|
+func (*UnimplementedTransformServer) GetErpOrganSchPerByUserId(ctx context.Context, req *GetErpOrganSchPerByUserIdReq) (*GetErpOrganSchPerByUserIdRes, error) {
|
|
|
+ return nil, status.Errorf(codes.Unimplemented, "method GetErpOrganSchPerByUserId not implemented")
|
|
|
+}
|
|
|
+func (*UnimplementedTransformServer) GetErpRole(ctx context.Context, req *GetErpRoleReq) (*GetErpRoleRes, error) {
|
|
|
+ return nil, status.Errorf(codes.Unimplemented, "method GetErpRole not implemented")
|
|
|
+}
|
|
|
+func (*UnimplementedTransformServer) GetErpSchool(ctx context.Context, req *Empty) (*GetErpSchoolRes, error) {
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetErpSchool not implemented")
|
|
|
}
|
|
|
-func (*UnimplementedTransformServer) GetErpActive(ctx context.Context, req *Empty) (*ResponseByte, error) {
|
|
|
+func (*UnimplementedTransformServer) GetErpActive(ctx context.Context, req *GetErpActiveReq) (*GetErpActiveRes, error) {
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetErpActive not implemented")
|
|
|
}
|
|
|
|
|
|
@@ -1453,6 +1991,42 @@ func _Transform_GetErpMktNetWorkDetailTree_Handler(srv interface{}, ctx context.
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
}
|
|
|
|
|
|
+func _Transform_GetErpOrganSchPerByUserId_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
+ in := new(GetErpOrganSchPerByUserIdReq)
|
|
|
+ if err := dec(in); err != nil {
|
|
|
+ return nil, err
|
|
|
+ }
|
|
|
+ if interceptor == nil {
|
|
|
+ return srv.(TransformServer).GetErpOrganSchPerByUserId(ctx, in)
|
|
|
+ }
|
|
|
+ info := &grpc.UnaryServerInfo{
|
|
|
+ Server: srv,
|
|
|
+ FullMethod: "/transform.Transform/GetErpOrganSchPerByUserId",
|
|
|
+ }
|
|
|
+ handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
+ return srv.(TransformServer).GetErpOrganSchPerByUserId(ctx, req.(*GetErpOrganSchPerByUserIdReq))
|
|
|
+ }
|
|
|
+ return interceptor(ctx, in, info, handler)
|
|
|
+}
|
|
|
+
|
|
|
+func _Transform_GetErpRole_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
+ in := new(GetErpRoleReq)
|
|
|
+ if err := dec(in); err != nil {
|
|
|
+ return nil, err
|
|
|
+ }
|
|
|
+ if interceptor == nil {
|
|
|
+ return srv.(TransformServer).GetErpRole(ctx, in)
|
|
|
+ }
|
|
|
+ info := &grpc.UnaryServerInfo{
|
|
|
+ Server: srv,
|
|
|
+ FullMethod: "/transform.Transform/GetErpRole",
|
|
|
+ }
|
|
|
+ handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
+ return srv.(TransformServer).GetErpRole(ctx, req.(*GetErpRoleReq))
|
|
|
+ }
|
|
|
+ return interceptor(ctx, in, info, handler)
|
|
|
+}
|
|
|
+
|
|
|
func _Transform_GetErpSchool_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
in := new(Empty)
|
|
|
if err := dec(in); err != nil {
|
|
|
@@ -1472,7 +2046,7 @@ func _Transform_GetErpSchool_Handler(srv interface{}, ctx context.Context, dec f
|
|
|
}
|
|
|
|
|
|
func _Transform_GetErpActive_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
- in := new(Empty)
|
|
|
+ in := new(GetErpActiveReq)
|
|
|
if err := dec(in); err != nil {
|
|
|
return nil, err
|
|
|
}
|
|
|
@@ -1484,7 +2058,7 @@ func _Transform_GetErpActive_Handler(srv interface{}, ctx context.Context, dec f
|
|
|
FullMethod: "/transform.Transform/GetErpActive",
|
|
|
}
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
- return srv.(TransformServer).GetErpActive(ctx, req.(*Empty))
|
|
|
+ return srv.(TransformServer).GetErpActive(ctx, req.(*GetErpActiveReq))
|
|
|
}
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
}
|
|
|
@@ -1529,6 +2103,14 @@ var _Transform_serviceDesc = grpc.ServiceDesc{
|
|
|
MethodName: "GetErpMktNetWorkDetailTree",
|
|
|
Handler: _Transform_GetErpMktNetWorkDetailTree_Handler,
|
|
|
},
|
|
|
+ {
|
|
|
+ MethodName: "GetErpOrganSchPerByUserId",
|
|
|
+ Handler: _Transform_GetErpOrganSchPerByUserId_Handler,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ MethodName: "GetErpRole",
|
|
|
+ Handler: _Transform_GetErpRole_Handler,
|
|
|
+ },
|
|
|
{
|
|
|
MethodName: "GetErpSchool",
|
|
|
Handler: _Transform_GetErpSchool_Handler,
|