|
@@ -1481,6 +1481,92 @@ func (m *Active) GetMaName() string {
|
|
|
return ""
|
|
return ""
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+type DataPermissionReq struct {
|
|
|
|
|
+ RuleCode string `protobuf:"bytes,1,opt,name=rule_code,json=ruleCode,proto3" json:"rule_code,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 *DataPermissionReq) Reset() { *m = DataPermissionReq{} }
|
|
|
|
|
+func (m *DataPermissionReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
+func (*DataPermissionReq) ProtoMessage() {}
|
|
|
|
|
+func (*DataPermissionReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return fileDescriptor_cb4a498eeb2ba07d, []int{31}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (m *DataPermissionReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
+ return xxx_messageInfo_DataPermissionReq.Unmarshal(m, b)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *DataPermissionReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
+ return xxx_messageInfo_DataPermissionReq.Marshal(b, m, deterministic)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *DataPermissionReq) XXX_Merge(src proto.Message) {
|
|
|
|
|
+ xxx_messageInfo_DataPermissionReq.Merge(m, src)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *DataPermissionReq) XXX_Size() int {
|
|
|
|
|
+ return xxx_messageInfo_DataPermissionReq.Size(m)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *DataPermissionReq) XXX_DiscardUnknown() {
|
|
|
|
|
+ xxx_messageInfo_DataPermissionReq.DiscardUnknown(m)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+var xxx_messageInfo_DataPermissionReq proto.InternalMessageInfo
|
|
|
|
|
+
|
|
|
|
|
+func (m *DataPermissionReq) GetRuleCode() string {
|
|
|
|
|
+ if m != nil {
|
|
|
|
|
+ return m.RuleCode
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (m *DataPermissionReq) GetUserId() string {
|
|
|
|
|
+ if m != nil {
|
|
|
|
|
+ return m.UserId
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+type DataPermissionRes struct {
|
|
|
|
|
+ MapList map[string]string `protobuf:"bytes,1,rep,name=mapList,proto3" json:"mapList,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (m *DataPermissionRes) Reset() { *m = DataPermissionRes{} }
|
|
|
|
|
+func (m *DataPermissionRes) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
+func (*DataPermissionRes) ProtoMessage() {}
|
|
|
|
|
+func (*DataPermissionRes) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return fileDescriptor_cb4a498eeb2ba07d, []int{32}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (m *DataPermissionRes) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
+ return xxx_messageInfo_DataPermissionRes.Unmarshal(m, b)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *DataPermissionRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
+ return xxx_messageInfo_DataPermissionRes.Marshal(b, m, deterministic)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *DataPermissionRes) XXX_Merge(src proto.Message) {
|
|
|
|
|
+ xxx_messageInfo_DataPermissionRes.Merge(m, src)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *DataPermissionRes) XXX_Size() int {
|
|
|
|
|
+ return xxx_messageInfo_DataPermissionRes.Size(m)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *DataPermissionRes) XXX_DiscardUnknown() {
|
|
|
|
|
+ xxx_messageInfo_DataPermissionRes.DiscardUnknown(m)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+var xxx_messageInfo_DataPermissionRes proto.InternalMessageInfo
|
|
|
|
|
+
|
|
|
|
|
+func (m *DataPermissionRes) GetMapList() map[string]string {
|
|
|
|
|
+ if m != nil {
|
|
|
|
|
+ return m.MapList
|
|
|
|
|
+ }
|
|
|
|
|
+ return nil
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
func init() {
|
|
func init() {
|
|
|
proto.RegisterType((*UserRequest)(nil), "transform.UserRequest")
|
|
proto.RegisterType((*UserRequest)(nil), "transform.UserRequest")
|
|
|
proto.RegisterType((*UserResponse)(nil), "transform.UserResponse")
|
|
proto.RegisterType((*UserResponse)(nil), "transform.UserResponse")
|
|
@@ -1516,86 +1602,93 @@ func init() {
|
|
|
proto.RegisterType((*GetErpActiveReq)(nil), "transform.GetErpActiveReq")
|
|
proto.RegisterType((*GetErpActiveReq)(nil), "transform.GetErpActiveReq")
|
|
|
proto.RegisterType((*GetErpActiveRes)(nil), "transform.GetErpActiveRes")
|
|
proto.RegisterType((*GetErpActiveRes)(nil), "transform.GetErpActiveRes")
|
|
|
proto.RegisterType((*Active)(nil), "transform.Active")
|
|
proto.RegisterType((*Active)(nil), "transform.Active")
|
|
|
|
|
+ proto.RegisterType((*DataPermissionReq)(nil), "transform.DataPermissionReq")
|
|
|
|
|
+ proto.RegisterType((*DataPermissionRes)(nil), "transform.DataPermissionRes")
|
|
|
|
|
+ proto.RegisterMapType((map[string]string)(nil), "transform.DataPermissionRes.MapListEntry")
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func init() { proto.RegisterFile("transform.proto", fileDescriptor_cb4a498eeb2ba07d) }
|
|
func init() { proto.RegisterFile("transform.proto", fileDescriptor_cb4a498eeb2ba07d) }
|
|
|
|
|
|
|
|
var fileDescriptor_cb4a498eeb2ba07d = []byte{
|
|
var fileDescriptor_cb4a498eeb2ba07d = []byte{
|
|
|
- // 1174 bytes of a gzipped FileDescriptorProto
|
|
|
|
|
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0x5b, 0x6f, 0xdb, 0xb6,
|
|
|
|
|
- 0x17, 0x87, 0xa2, 0x58, 0xb6, 0x8f, 0x9d, 0xb4, 0x7f, 0xfe, 0x73, 0x51, 0xb5, 0x6e, 0x33, 0x88,
|
|
|
|
|
- 0x6c, 0x4b, 0x5f, 0xf2, 0x90, 0x02, 0x5b, 0x11, 0x04, 0x5d, 0x73, 0x6b, 0x10, 0x20, 0x37, 0x28,
|
|
|
|
|
- 0x29, 0xf6, 0x18, 0xa8, 0x16, 0xeb, 0x08, 0x91, 0x45, 0x45, 0xa4, 0x83, 0xea, 0x0b, 0xec, 0x61,
|
|
|
|
|
- 0xaf, 0xfb, 0x6a, 0x7b, 0xdb, 0x77, 0xd9, 0x86, 0x43, 0x52, 0x16, 0x1d, 0x3b, 0x6d, 0x36, 0x6c,
|
|
|
|
|
- 0x6f, 0x3c, 0xf7, 0xc3, 0x1f, 0xcf, 0x45, 0x82, 0x27, 0xb2, 0x88, 0x32, 0xf1, 0x81, 0x17, 0xc3,
|
|
|
|
|
- 0x8d, 0xbc, 0xe0, 0x92, 0x93, 0xf6, 0x98, 0x41, 0x5f, 0x42, 0xe7, 0x9d, 0x60, 0x45, 0xc8, 0x6e,
|
|
|
|
|
- 0x47, 0x4c, 0x48, 0xb2, 0x08, 0x73, 0x49, 0xec, 0x3b, 0x3d, 0x67, 0xbd, 0x1d, 0xce, 0x25, 0x31,
|
|
|
|
|
- 0x59, 0x82, 0x46, 0x7e, 0xcd, 0x33, 0xe6, 0xcf, 0x29, 0x96, 0x26, 0xe8, 0x6f, 0x0e, 0x74, 0xb5,
|
|
|
|
|
- 0x95, 0xc8, 0x79, 0x26, 0xd8, 0xe3, 0xcc, 0x90, 0x5b, 0xf0, 0x94, 0x09, 0xdf, 0xd5, 0x5c, 0x45,
|
|
|
|
|
- 0x90, 0x15, 0xf0, 0x84, 0x8c, 0xe4, 0x48, 0xf8, 0xf3, 0x3d, 0x67, 0xdd, 0x0d, 0x0d, 0x45, 0x7a,
|
|
|
|
|
- 0xd0, 0x61, 0x45, 0x1e, 0xf2, 0x94, 0x5d, 0x96, 0x39, 0xf3, 0x1b, 0x4a, 0x68, 0xb3, 0x48, 0x00,
|
|
|
|
|
- 0xad, 0x91, 0x60, 0xc5, 0x69, 0x34, 0x64, 0xbe, 0xa7, 0x5c, 0x8e, 0x69, 0x94, 0xf5, 0x13, 0x59,
|
|
|
|
|
- 0x2a, 0x59, 0x53, 0xcb, 0x2a, 0x1a, 0x23, 0x0e, 0x58, 0x16, 0xb3, 0xc2, 0x6f, 0xe9, 0x88, 0x9a,
|
|
|
|
|
- 0xa2, 0x6b, 0xd0, 0xbd, 0xe4, 0x37, 0x2c, 0xab, 0xc0, 0x58, 0x82, 0x86, 0x44, 0xda, 0x5c, 0x4c,
|
|
|
|
|
- 0x13, 0xf4, 0x4f, 0x07, 0x16, 0x8c, 0x9a, 0xb9, 0xfd, 0x0a, 0x78, 0x88, 0xc6, 0x51, 0x85, 0x80,
|
|
|
|
|
- 0xa1, 0xf0, 0x06, 0x0a, 0x25, 0x9e, 0xb2, 0xa3, 0x58, 0x18, 0x2c, 0x6c, 0x16, 0x59, 0x83, 0x05,
|
|
|
|
|
- 0x24, 0x2f, 0xfa, 0xd7, 0x9c, 0xa7, 0xa8, 0xa3, 0x91, 0x99, 0x64, 0x92, 0x75, 0x78, 0x82, 0x8c,
|
|
|
|
|
- 0xf3, 0x82, 0xdf, 0x25, 0x59, 0x5f, 0xf9, 0x9a, 0x57, 0x7a, 0xf7, 0xd9, 0x84, 0xea, 0x77, 0x39,
|
|
|
|
|
- 0x2b, 0x06, 0x51, 0x86, 0x6a, 0x0d, 0xa5, 0x36, 0xc1, 0xc3, 0xac, 0x2e, 0x4a, 0x51, 0x79, 0x37,
|
|
|
|
|
- 0xc0, 0xd9, 0x2c, 0xf2, 0x15, 0xc0, 0x45, 0x29, 0x8c, 0x81, 0x41, 0xcf, 0xe2, 0xd0, 0x26, 0x34,
|
|
|
|
|
- 0x0e, 0x86, 0xb9, 0x2c, 0xe9, 0xf7, 0xd0, 0xbe, 0x2c, 0x18, 0x3b, 0xe5, 0x31, 0x13, 0xe4, 0x05,
|
|
|
|
|
- 0x34, 0x32, 0x3c, 0xf8, 0x4e, 0xcf, 0x5d, 0xef, 0x6c, 0xfe, 0x7f, 0xa3, 0xae, 0xba, 0x4a, 0x29,
|
|
|
|
|
- 0xd4, 0x1a, 0xf4, 0x57, 0x07, 0x5a, 0x15, 0xcf, 0xaa, 0x1d, 0x57, 0xd5, 0x0e, 0x81, 0x79, 0xc9,
|
|
|
|
|
- 0x3e, 0x4a, 0x03, 0x97, 0x3a, 0x23, 0xc2, 0x79, 0x54, 0xb0, 0x4c, 0x2a, 0x80, 0xdc, 0xd0, 0x50,
|
|
|
|
|
- 0xa4, 0x07, 0xae, 0x8c, 0x06, 0x0a, 0x8d, 0xce, 0xe6, 0xa2, 0x1d, 0x31, 0x1a, 0x84, 0x28, 0xaa,
|
|
|
|
|
- 0xb3, 0x6a, 0x7c, 0x36, 0xab, 0x17, 0xe0, 0x5e, 0x46, 0x83, 0x59, 0xf9, 0x64, 0x58, 0x45, 0x26,
|
|
|
|
|
- 0x1f, 0x3c, 0x53, 0x0a, 0xdd, 0xb3, 0x5c, 0x26, 0xf8, 0xfa, 0x32, 0x64, 0xb7, 0xa8, 0xd3, 0xe7,
|
|
|
|
|
- 0x31, 0x33, 0xef, 0xaf, 0xce, 0xf4, 0x17, 0x67, 0x42, 0x49, 0x90, 0xd7, 0xd0, 0x1c, 0x46, 0xf9,
|
|
|
|
|
- 0x71, 0x22, 0xa4, 0x81, 0x68, 0xcd, 0x4a, 0xc6, 0xd6, 0xdc, 0x38, 0xd1, 0x6a, 0x07, 0x99, 0x2c,
|
|
|
|
|
- 0xca, 0xb0, 0x32, 0x0a, 0xb6, 0xa0, 0x6b, 0x0b, 0xc8, 0x53, 0x70, 0x6f, 0x58, 0x69, 0x62, 0xe2,
|
|
|
|
|
- 0x11, 0x0b, 0xf6, 0x2e, 0x4a, 0x47, 0xe3, 0xb6, 0x53, 0xc4, 0xd6, 0xdc, 0x2b, 0x87, 0xf6, 0x00,
|
|
|
|
|
- 0x74, 0x84, 0x3d, 0x84, 0x7c, 0x56, 0xba, 0x87, 0xd0, 0x34, 0x39, 0xcc, 0x12, 0xcf, 0x42, 0xa1,
|
|
|
|
|
- 0x0e, 0xe7, 0x5a, 0xe1, 0x10, 0x9b, 0xaa, 0x33, 0x76, 0x4b, 0xa9, 0x2c, 0xe3, 0x48, 0x46, 0xca,
|
|
|
|
|
- 0x5b, 0x37, 0x54, 0x67, 0xfa, 0xbb, 0x03, 0x9d, 0x83, 0x8f, 0x7d, 0x96, 0x1e, 0xf3, 0x01, 0xe2,
|
|
|
|
|
- 0xb7, 0x02, 0xde, 0x09, 0x8f, 0x47, 0x69, 0x15, 0xd3, 0x50, 0x68, 0xbb, 0xc7, 0xb3, 0xb8, 0x8a,
|
|
|
|
|
- 0x8a, 0x67, 0xec, 0xec, 0xbd, 0x82, 0x45, 0x92, 0xed, 0x96, 0x26, 0xf0, 0x98, 0xc6, 0xca, 0xd5,
|
|
|
|
|
- 0xe7, 0xcb, 0x64, 0xc8, 0x4c, 0x93, 0x58, 0x1c, 0xec, 0x8f, 0xe3, 0x48, 0xc8, 0x77, 0x79, 0xac,
|
|
|
|
|
- 0xed, 0x4d, 0x7f, 0xd8, 0x3c, 0xf2, 0x2d, 0x2c, 0xd6, 0xb4, 0xf2, 0xa3, 0x5b, 0xe4, 0x1e, 0x97,
|
|
|
|
|
- 0xf8, 0xd0, 0xdc, 0x67, 0xe9, 0xdb, 0x34, 0x1a, 0x98, 0x16, 0xa9, 0x48, 0xfa, 0x8d, 0x7d, 0x39,
|
|
|
|
|
- 0x35, 0xe0, 0x2e, 0xf4, 0x80, 0xd3, 0x45, 0x65, 0x28, 0x1c, 0x37, 0xe3, 0x1e, 0x47, 0x10, 0x96,
|
|
|
|
|
- 0xa0, 0x81, 0xb0, 0xea, 0x06, 0x6a, 0x87, 0x9a, 0xa0, 0x5f, 0x42, 0x1b, 0x9f, 0xfc, 0xec, 0xc3,
|
|
|
|
|
- 0x51, 0x26, 0xf1, 0xc9, 0x93, 0x58, 0x2b, 0xb8, 0x21, 0x1e, 0x55, 0x95, 0x59, 0x5e, 0x3e, 0x53,
|
|
|
|
|
- 0x65, 0xb6, 0xe6, 0xbf, 0x53, 0x65, 0xae, 0x5d, 0x65, 0x14, 0x60, 0x2f, 0x91, 0xe5, 0xf4, 0x7d,
|
|
|
|
|
- 0x9c, 0xfa, 0x3e, 0x3f, 0x3b, 0x96, 0x92, 0x20, 0xdb, 0xf7, 0xd3, 0xa5, 0x56, 0xba, 0xb5, 0xde,
|
|
|
|
|
- 0x7f, 0x90, 0xec, 0x73, 0x68, 0x61, 0x7d, 0xaa, 0x54, 0x9f, 0x82, 0x5b, 0xb0, 0x5b, 0x53, 0xa2,
|
|
|
|
|
- 0x78, 0xa4, 0x5f, 0x43, 0xdb, 0x48, 0x45, 0x8e, 0x65, 0x58, 0x30, 0x91, 0x57, 0x25, 0x8c, 0x67,
|
|
|
|
|
- 0xba, 0x0d, 0x0b, 0x87, 0x4c, 0x1e, 0xe8, 0x75, 0x84, 0x37, 0x59, 0x85, 0x26, 0x6e, 0x9f, 0xab,
|
|
|
|
|
- 0xf1, 0x22, 0xf4, 0x46, 0x7a, 0x0d, 0xa0, 0x35, 0x4f, 0xc7, 0xad, 0x83, 0x67, 0xfa, 0x66, 0xd2,
|
|
|
|
|
- 0x5a, 0x75, 0xc0, 0x90, 0xbf, 0x4f, 0xea, 0x0e, 0xd0, 0x94, 0xed, 0x75, 0xce, 0xf6, 0x4a, 0x7f,
|
|
|
|
|
- 0x80, 0xe7, 0xda, 0x83, 0x9a, 0xca, 0x17, 0xfd, 0xeb, 0x73, 0x56, 0xec, 0x96, 0x7a, 0xf3, 0xa0,
|
|
|
|
|
- 0xc3, 0x87, 0xd2, 0xa1, 0xa7, 0x9f, 0x34, 0x14, 0x64, 0x03, 0x3c, 0xa1, 0xca, 0xc4, 0x3c, 0xc8,
|
|
|
|
|
- 0x8a, 0x3d, 0xa5, 0x8c, 0x09, 0xe7, 0x69, 0x68, 0xb4, 0xe8, 0x31, 0x74, 0x2c, 0xf6, 0x63, 0xc6,
|
|
|
|
|
- 0x27, 0x79, 0x06, 0x2d, 0x8e, 0x26, 0x98, 0x9c, 0x1e, 0xe8, 0x4d, 0x6e, 0x76, 0xcb, 0x0e, 0x3c,
|
|
|
|
|
- 0xd1, 0xd9, 0x99, 0x28, 0xff, 0x20, 0xa1, 0xf5, 0xca, 0xc5, 0x4e, 0x5f, 0x26, 0x77, 0x0a, 0xdd,
|
|
|
|
|
- 0x65, 0xe5, 0xa2, 0xc2, 0x62, 0x3e, 0x6c, 0x88, 0xfe, 0xf5, 0x51, 0x4c, 0xb7, 0xef, 0x6b, 0xe2,
|
|
|
|
|
- 0x16, 0xf3, 0x22, 0x45, 0x98, 0x60, 0xff, 0xb3, 0x82, 0x19, 0x2d, 0xa3, 0x40, 0x5f, 0x83, 0xa7,
|
|
|
|
|
- 0x39, 0xe4, 0x0b, 0x68, 0x6b, 0xde, 0xd5, 0xf8, 0xea, 0x2d, 0xcd, 0x38, 0x8a, 0xf1, 0x21, 0x86,
|
|
|
|
|
- 0xd1, 0x95, 0x85, 0x81, 0x37, 0x8c, 0xf0, 0x33, 0x64, 0xf3, 0x0f, 0x0f, 0xd7, 0xa7, 0x71, 0x4e,
|
|
|
|
|
- 0xb6, 0xa0, 0x79, 0xc8, 0x24, 0x3e, 0x03, 0xb1, 0x2f, 0x68, 0x7d, 0x9c, 0x05, 0xab, 0x53, 0x7c,
|
|
|
|
|
- 0xf3, 0x01, 0xf2, 0x23, 0xc0, 0x79, 0x54, 0x08, 0xa6, 0x3e, 0x4b, 0x88, 0xad, 0x66, 0x7f, 0xcf,
|
|
|
|
|
- 0x04, 0xfe, 0xb4, 0xc0, 0x38, 0x78, 0x05, 0x8b, 0x1a, 0x08, 0xec, 0x38, 0xdc, 0x8b, 0xe4, 0xa9,
|
|
|
|
|
- 0xa5, 0xab, 0x96, 0x7d, 0xb0, 0x34, 0x63, 0x75, 0x0a, 0xb2, 0x03, 0x0b, 0xc7, 0x3c, 0x8a, 0xc7,
|
|
|
|
|
- 0xeb, 0x6b, 0x22, 0xba, 0xbd, 0x23, 0x83, 0x07, 0x04, 0x82, 0xbc, 0x81, 0xee, 0x21, 0x93, 0xf5,
|
|
|
|
|
- 0xe7, 0xce, 0xea, 0xec, 0x81, 0x35, 0xe9, 0x61, 0x62, 0xe6, 0x6d, 0x01, 0x1c, 0x32, 0x69, 0xa6,
|
|
|
|
|
- 0x05, 0x59, 0x9e, 0x35, 0x41, 0x6e, 0x83, 0x99, 0x6c, 0x9c, 0x97, 0xdd, 0x73, 0x2e, 0x64, 0x35,
|
|
|
|
|
- 0xb0, 0x27, 0xc0, 0xb7, 0x56, 0x54, 0x30, 0x9b, 0x8f, 0x03, 0xcc, 0xd4, 0x50, 0x0d, 0xc1, 0xf2,
|
|
|
|
|
- 0xd4, 0x4d, 0x71, 0xeb, 0x06, 0x64, 0x1a, 0x00, 0xb2, 0x0f, 0x81, 0xb6, 0x3e, 0xb9, 0x91, 0xa7,
|
|
|
|
|
- 0x4c, 0xfe, 0xc4, 0x8b, 0x9b, 0x7d, 0x26, 0xa3, 0x24, 0xfd, 0x5b, 0x8f, 0x30, 0x84, 0x67, 0x0f,
|
|
|
|
|
- 0xb6, 0x34, 0xf9, 0xce, 0x32, 0xf9, 0xd4, 0xc4, 0x08, 0x1e, 0xa9, 0x88, 0x0f, 0x06, 0xf5, 0xf0,
|
|
|
|
|
- 0x22, 0xfe, 0x94, 0x99, 0x99, 0x69, 0xc1, 0x43, 0x12, 0x04, 0xad, 0x6b, 0x77, 0xf9, 0x8c, 0x8b,
|
|
|
|
|
- 0x06, 0x53, 0xb6, 0xf5, 0x40, 0x78, 0x5b, 0x59, 0x9b, 0xf6, 0x9b, 0xd6, 0x1d, 0x77, 0x7e, 0xf0,
|
|
|
|
|
- 0xb0, 0x4c, 0xbc, 0xf7, 0xd4, 0xdf, 0xd0, 0xcb, 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0x46, 0xee,
|
|
|
|
|
- 0x9b, 0x18, 0x20, 0x0d, 0x00, 0x00,
|
|
|
|
|
|
|
+ // 1242 bytes of a gzipped FileDescriptorProto
|
|
|
|
|
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0x5b, 0x6f, 0xdb, 0x36,
|
|
|
|
|
+ 0x14, 0x86, 0xa2, 0xf8, 0x76, 0xec, 0xa4, 0x2d, 0x97, 0xa6, 0xae, 0xd6, 0x6d, 0x06, 0x91, 0x6d,
|
|
|
|
|
+ 0xc9, 0x4b, 0x1e, 0x52, 0x60, 0x2b, 0x82, 0xa0, 0x6b, 0x6e, 0x35, 0x0c, 0xe4, 0x06, 0x25, 0xc5,
|
|
|
|
|
+ 0x1e, 0x03, 0xd6, 0x62, 0x1d, 0x21, 0xb2, 0xa8, 0x88, 0x74, 0x50, 0xff, 0x81, 0x3d, 0xec, 0x75,
|
|
|
|
|
+ 0xfb, 0x5f, 0x7b, 0xd9, 0xdb, 0x7e, 0xcc, 0x86, 0x43, 0x52, 0x36, 0x1d, 0xdb, 0x69, 0x36, 0x74,
|
|
|
|
|
+ 0x6f, 0x3c, 0xf7, 0xa3, 0x8f, 0xe7, 0x42, 0xc1, 0x23, 0x95, 0xb3, 0x54, 0x7e, 0x10, 0x79, 0x7f,
|
|
|
|
|
+ 0x33, 0xcb, 0x85, 0x12, 0xa4, 0x36, 0x62, 0xd0, 0x97, 0x50, 0x7f, 0x27, 0x79, 0x1e, 0xf2, 0x9b,
|
|
|
|
|
+ 0x01, 0x97, 0x8a, 0x2c, 0xc3, 0x42, 0x1c, 0x35, 0xbd, 0x96, 0xb7, 0x5e, 0x0b, 0x17, 0xe2, 0x88,
|
|
|
|
|
+ 0xac, 0x40, 0x29, 0xbb, 0x12, 0x29, 0x6f, 0x2e, 0x68, 0x96, 0x21, 0xe8, 0x9f, 0x1e, 0x34, 0x8c,
|
|
|
|
|
+ 0x95, 0xcc, 0x44, 0x2a, 0xf9, 0xc3, 0xcc, 0x90, 0x9b, 0x8b, 0x84, 0xcb, 0xa6, 0x6f, 0xb8, 0x9a,
|
|
|
|
|
+ 0x20, 0xab, 0x50, 0x96, 0x8a, 0xa9, 0x81, 0x6c, 0x2e, 0xb6, 0xbc, 0x75, 0x3f, 0xb4, 0x14, 0x69,
|
|
|
|
|
+ 0x41, 0x9d, 0xe7, 0x59, 0x28, 0x12, 0x7e, 0x31, 0xcc, 0x78, 0xb3, 0xa4, 0x85, 0x2e, 0x8b, 0x04,
|
|
|
|
|
+ 0x50, 0x1d, 0x48, 0x9e, 0x9f, 0xb0, 0x3e, 0x6f, 0x96, 0xb5, 0xcb, 0x11, 0x8d, 0xb2, 0x6e, 0xac,
|
|
|
|
|
+ 0x86, 0x5a, 0x56, 0x31, 0xb2, 0x82, 0xc6, 0x88, 0x3d, 0x9e, 0x46, 0x3c, 0x6f, 0x56, 0x4d, 0x44,
|
|
|
|
|
+ 0x43, 0xd1, 0x35, 0x68, 0x5c, 0x88, 0x6b, 0x9e, 0x16, 0x60, 0xac, 0x40, 0x49, 0x21, 0x6d, 0x3f,
|
|
|
|
|
+ 0xcc, 0x10, 0xf4, 0x6f, 0x0f, 0x96, 0xac, 0x9a, 0xfd, 0xfa, 0x55, 0x28, 0x23, 0x1a, 0x9d, 0x02,
|
|
|
|
|
+ 0x01, 0x4b, 0xe1, 0x17, 0x68, 0x94, 0x44, 0xc2, 0x3b, 0x91, 0xb4, 0x58, 0xb8, 0x2c, 0xb2, 0x06,
|
|
|
|
|
+ 0x4b, 0x48, 0x9e, 0x77, 0xaf, 0x84, 0x48, 0x50, 0xc7, 0x20, 0x33, 0xc9, 0x24, 0xeb, 0xf0, 0x08,
|
|
|
|
|
+ 0x19, 0x67, 0xb9, 0xb8, 0x8d, 0xd3, 0xae, 0xf6, 0xb5, 0xa8, 0xf5, 0xee, 0xb2, 0x09, 0x35, 0xf7,
|
|
|
|
|
+ 0x72, 0x9a, 0xf7, 0x58, 0x8a, 0x6a, 0x25, 0xad, 0x36, 0xc1, 0xc3, 0xac, 0xce, 0x87, 0xb2, 0xf0,
|
|
|
|
|
+ 0x6e, 0x81, 0x73, 0x59, 0xe4, 0x6b, 0x80, 0xf3, 0xa1, 0xb4, 0x06, 0x16, 0x3d, 0x87, 0x43, 0x2b,
|
|
|
|
|
+ 0x50, 0x3a, 0xec, 0x67, 0x6a, 0x48, 0x7f, 0x80, 0xda, 0x45, 0xce, 0xf9, 0x89, 0x88, 0xb8, 0x24,
|
|
|
|
|
+ 0x1b, 0x50, 0x4a, 0xf1, 0xd0, 0xf4, 0x5a, 0xfe, 0x7a, 0x7d, 0xeb, 0x8b, 0xcd, 0x71, 0xd5, 0x15,
|
|
|
|
|
+ 0x4a, 0xa1, 0xd1, 0xa0, 0xbf, 0x79, 0x50, 0x2d, 0x78, 0x4e, 0xed, 0xf8, 0xba, 0x76, 0x08, 0x2c,
|
|
|
|
|
+ 0x2a, 0xfe, 0x51, 0x59, 0xb8, 0xf4, 0x19, 0x11, 0xce, 0x58, 0xce, 0x53, 0xa5, 0x01, 0xf2, 0x43,
|
|
|
|
|
+ 0x4b, 0x91, 0x16, 0xf8, 0x8a, 0xf5, 0x34, 0x1a, 0xf5, 0xad, 0x65, 0x37, 0x22, 0xeb, 0x85, 0x28,
|
|
|
|
|
+ 0x1a, 0x67, 0x55, 0xfa, 0x64, 0x56, 0x1b, 0xe0, 0x5f, 0xb0, 0xde, 0xac, 0x7c, 0x52, 0xac, 0x22,
|
|
|
|
|
+ 0x9b, 0x0f, 0x9e, 0x29, 0x85, 0xc6, 0x69, 0xa6, 0x62, 0xbc, 0x7d, 0x15, 0xf2, 0x1b, 0xd4, 0xe9,
|
|
|
|
|
+ 0x8a, 0x88, 0xdb, 0xfb, 0xd7, 0x67, 0xfa, 0xab, 0x37, 0xa1, 0x24, 0xc9, 0x6b, 0xa8, 0xf4, 0x59,
|
|
|
|
|
+ 0x76, 0x14, 0x4b, 0x65, 0x21, 0x5a, 0x73, 0x92, 0x71, 0x35, 0x37, 0x8f, 0x8d, 0xda, 0x61, 0xaa,
|
|
|
|
|
+ 0xf2, 0x61, 0x58, 0x18, 0x05, 0xdb, 0xd0, 0x70, 0x05, 0xe4, 0x31, 0xf8, 0xd7, 0x7c, 0x68, 0x63,
|
|
|
|
|
+ 0xe2, 0x11, 0x0b, 0xf6, 0x96, 0x25, 0x83, 0x51, 0xdb, 0x69, 0x62, 0x7b, 0xe1, 0x95, 0x47, 0x5b,
|
|
|
|
|
+ 0x00, 0x26, 0xc2, 0x3e, 0x42, 0x3e, 0x2b, 0xdd, 0x36, 0x54, 0x6c, 0x0e, 0xb3, 0xc4, 0xb3, 0x50,
|
|
|
|
|
+ 0x18, 0x87, 0xf3, 0x9d, 0x70, 0x88, 0x4d, 0xd1, 0x19, 0x7b, 0x43, 0xa5, 0x2d, 0x23, 0xa6, 0x98,
|
|
|
|
|
+ 0xf6, 0xd6, 0x08, 0xf5, 0x99, 0xfe, 0xe5, 0x41, 0xfd, 0xf0, 0x63, 0x97, 0x27, 0x47, 0xa2, 0x87,
|
|
|
|
|
+ 0xf8, 0xad, 0x42, 0xf9, 0x58, 0x44, 0x83, 0xa4, 0x88, 0x69, 0x29, 0xb4, 0xdd, 0x17, 0x69, 0x54,
|
|
|
|
|
+ 0x44, 0xc5, 0x33, 0x76, 0xf6, 0x7e, 0xce, 0x99, 0xe2, 0x7b, 0x43, 0x1b, 0x78, 0x44, 0x63, 0xe5,
|
|
|
|
|
+ 0x9a, 0xf3, 0x45, 0xdc, 0xe7, 0xb6, 0x49, 0x1c, 0x0e, 0xf6, 0xc7, 0x11, 0x93, 0xea, 0x5d, 0x16,
|
|
|
|
|
+ 0x19, 0x7b, 0xdb, 0x1f, 0x2e, 0x8f, 0x7c, 0x07, 0xcb, 0x63, 0x5a, 0xfb, 0x31, 0x2d, 0x72, 0x87,
|
|
|
|
|
+ 0x4b, 0x9a, 0x50, 0x39, 0xe0, 0xc9, 0xdb, 0x84, 0xf5, 0x6c, 0x8b, 0x14, 0x24, 0xfd, 0xd6, 0xfd,
|
|
|
|
|
+ 0x38, 0x3d, 0xe0, 0xce, 0xcd, 0x80, 0x33, 0x45, 0x65, 0x29, 0x1c, 0x37, 0xa3, 0x1e, 0x47, 0x10,
|
|
|
|
|
+ 0x56, 0xa0, 0x84, 0xb0, 0x9a, 0x06, 0xaa, 0x85, 0x86, 0xa0, 0x5f, 0x41, 0x0d, 0xaf, 0xfc, 0xf4,
|
|
|
|
|
+ 0x43, 0x27, 0x55, 0x78, 0xe5, 0x71, 0x64, 0x14, 0xfc, 0x10, 0x8f, 0xba, 0xca, 0x1c, 0x2f, 0x9f,
|
|
|
|
|
+ 0xa8, 0x32, 0x57, 0xf3, 0xf3, 0x54, 0x99, 0xef, 0x56, 0x19, 0x05, 0xd8, 0x8f, 0xd5, 0x70, 0xfa,
|
|
|
|
|
+ 0x7b, 0xbc, 0xf1, 0xf7, 0xfc, 0xe2, 0x39, 0x4a, 0x92, 0xec, 0xdc, 0x4d, 0x97, 0x3a, 0xe9, 0x8e,
|
|
|
|
|
+ 0xf5, 0xfe, 0x87, 0x64, 0x5f, 0x40, 0x15, 0xeb, 0x53, 0xa7, 0xfa, 0x18, 0xfc, 0x9c, 0xdf, 0xd8,
|
|
|
|
|
+ 0x12, 0xc5, 0x23, 0xfd, 0x06, 0x6a, 0x56, 0x2a, 0x33, 0x2c, 0xc3, 0x9c, 0xcb, 0xac, 0x28, 0x61,
|
|
|
|
|
+ 0x3c, 0xd3, 0x1d, 0x58, 0x6a, 0x73, 0x75, 0x68, 0xd6, 0x11, 0x7e, 0xc9, 0x33, 0xa8, 0xe0, 0xf6,
|
|
|
|
|
+ 0xb9, 0x1c, 0x2d, 0xc2, 0xf2, 0xc0, 0xac, 0x01, 0xb4, 0x16, 0xc9, 0xa8, 0x75, 0xf0, 0x4c, 0xdf,
|
|
|
|
|
+ 0x4c, 0x5a, 0xeb, 0x0e, 0xe8, 0x8b, 0xf7, 0xf1, 0xb8, 0x03, 0x0c, 0xe5, 0x7a, 0x5d, 0x70, 0xbd,
|
|
|
|
|
+ 0xd2, 0x1f, 0xe1, 0x85, 0xf1, 0xa0, 0xa7, 0xf2, 0x79, 0xf7, 0xea, 0x8c, 0xe7, 0x7b, 0x43, 0xb3,
|
|
|
|
|
+ 0x79, 0xd0, 0xe1, 0xbc, 0x74, 0xe8, 0xc9, 0xbd, 0x86, 0x92, 0x6c, 0x42, 0x59, 0xea, 0x32, 0xb1,
|
|
|
|
|
+ 0x17, 0xb2, 0xea, 0x4e, 0x29, 0x6b, 0x22, 0x44, 0x12, 0x5a, 0x2d, 0x7a, 0x04, 0x75, 0x87, 0xfd,
|
|
|
|
|
+ 0x90, 0xf1, 0x49, 0x9e, 0x43, 0x55, 0xa0, 0x09, 0x26, 0x67, 0x06, 0x7a, 0x45, 0xd8, 0xdd, 0xb2,
|
|
|
|
|
+ 0x0b, 0x8f, 0x4c, 0x76, 0x36, 0xca, 0x7f, 0x48, 0x68, 0xbd, 0x70, 0xb1, 0xdb, 0x55, 0xf1, 0xad,
|
|
|
|
|
+ 0x46, 0xf7, 0xa9, 0x76, 0x51, 0x60, 0xb1, 0x18, 0x96, 0x64, 0xf7, 0xaa, 0x13, 0xd1, 0x9d, 0xbb,
|
|
|
|
|
+ 0x9a, 0xb8, 0xc5, 0xca, 0x4c, 0x13, 0x36, 0xd8, 0x13, 0x27, 0x98, 0xd5, 0xb2, 0x0a, 0xf4, 0x35,
|
|
|
|
|
+ 0x94, 0x0d, 0x87, 0x7c, 0x09, 0x35, 0xc3, 0xbb, 0x1c, 0x7d, 0x7a, 0xd5, 0x30, 0x3a, 0x11, 0x5e,
|
|
|
|
|
+ 0x44, 0x9f, 0x5d, 0x3a, 0x18, 0x94, 0xfb, 0x0c, 0x9f, 0x21, 0xb4, 0x03, 0x4f, 0x0e, 0x98, 0x62,
|
|
|
|
|
+ 0x67, 0x3c, 0xef, 0xc7, 0x52, 0xc6, 0x02, 0xdf, 0x1d, 0xe8, 0x2a, 0x1f, 0x24, 0xfc, 0xd2, 0x19,
|
|
|
|
|
+ 0xc0, 0x55, 0x64, 0xe8, 0xb9, 0x3d, 0xb7, 0x18, 0x7e, 0xf7, 0xa6, 0x7d, 0x49, 0xb2, 0x7f, 0xb7,
|
|
|
|
|
+ 0xb7, 0x36, 0x9c, 0x8f, 0x99, 0x52, 0xff, 0xfc, 0x5b, 0x67, 0xeb, 0x8f, 0x0a, 0x3e, 0x10, 0x6c,
|
|
|
|
|
+ 0x44, 0xb2, 0x0d, 0x95, 0x36, 0x57, 0x58, 0x68, 0xc4, 0xbd, 0x42, 0xe7, 0xf9, 0x19, 0x3c, 0x9b,
|
|
|
|
|
+ 0xe2, 0xdb, 0x27, 0xd6, 0x4f, 0x00, 0x67, 0x2c, 0x97, 0x5c, 0x3f, 0xbc, 0x88, 0xab, 0xe6, 0xbe,
|
|
|
|
|
+ 0xd8, 0x82, 0xe6, 0xb4, 0xc0, 0x3a, 0x78, 0x05, 0xcb, 0xe6, 0xaa, 0x71, 0xa6, 0xe0, 0xe6, 0x27,
|
|
|
|
|
+ 0x8f, 0x1d, 0x5d, 0xfd, 0x9c, 0x09, 0x56, 0x66, 0x3c, 0x0e, 0x24, 0xd9, 0x85, 0xa5, 0x23, 0xc1,
|
|
|
|
|
+ 0xa2, 0xd1, 0x82, 0x9e, 0x88, 0xee, 0xbe, 0x02, 0x82, 0x39, 0x02, 0x49, 0xde, 0x40, 0xa3, 0xcd,
|
|
|
|
|
+ 0xd5, 0xf8, 0x41, 0xf7, 0x6c, 0xf6, 0x48, 0x9e, 0xf4, 0x30, 0x31, 0xd5, 0xb7, 0x01, 0xda, 0x5c,
|
|
|
|
|
+ 0xd9, 0x79, 0x48, 0x9e, 0xce, 0x9a, 0x91, 0x37, 0xc1, 0x4c, 0x36, 0x6e, 0x84, 0xc6, 0x99, 0x90,
|
|
|
|
|
+ 0xaa, 0x58, 0x49, 0x13, 0xe0, 0x3b, 0x4b, 0x38, 0x98, 0xcd, 0xc7, 0x11, 0x6d, 0xbb, 0x64, 0x0c,
|
|
|
|
|
+ 0xc1, 0xd3, 0xa9, 0x2f, 0xc5, 0xfa, 0x0c, 0xc8, 0x34, 0x00, 0xe4, 0x14, 0x9e, 0xb4, 0xb9, 0x9a,
|
|
|
|
|
+ 0xac, 0x36, 0xf2, 0xe2, 0x9e, 0x42, 0xbc, 0x09, 0xee, 0x93, 0x4a, 0x72, 0x00, 0x81, 0x49, 0xe7,
|
|
|
|
|
+ 0xf8, 0x5a, 0x9d, 0x70, 0xf5, 0xb3, 0xc8, 0xaf, 0x0f, 0xb8, 0x62, 0x71, 0xf2, 0xaf, 0x6e, 0xb5,
|
|
|
|
|
+ 0x0f, 0xcf, 0xe7, 0x4e, 0x41, 0xf2, 0xbd, 0x63, 0x72, 0xdf, 0x90, 0x0d, 0x1e, 0xa8, 0x88, 0x15,
|
|
|
|
|
+ 0x00, 0xe3, 0x79, 0x4f, 0x9a, 0x53, 0x66, 0x76, 0x0d, 0x04, 0xf3, 0x24, 0x78, 0x0b, 0x0d, 0x77,
|
|
|
|
|
+ 0x30, 0xce, 0xf8, 0xd0, 0x60, 0xca, 0x76, 0x3c, 0x43, 0xdf, 0x16, 0xd6, 0x76, 0x62, 0x4d, 0xeb,
|
|
|
|
|
+ 0x8e, 0x86, 0x65, 0x30, 0x5f, 0x26, 0xdf, 0x97, 0xf5, 0x0f, 0xe4, 0xcb, 0x7f, 0x02, 0x00, 0x00,
|
|
|
|
|
+ 0xff, 0xff, 0x5f, 0x30, 0x8c, 0x56, 0x53, 0x0e, 0x00, 0x00,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
@@ -1620,6 +1713,8 @@ type TransformClient interface {
|
|
|
GetCityIds(ctx context.Context, in *CityIdsReq, opts ...grpc.CallOption) (*CityIdsRes, error)
|
|
GetCityIds(ctx context.Context, in *CityIdsReq, opts ...grpc.CallOption) (*CityIdsRes, error)
|
|
|
PostExcelLog(ctx context.Context, in *ExcelLogReq, opts ...grpc.CallOption) (*ExcelLogRes, error)
|
|
PostExcelLog(ctx context.Context, in *ExcelLogReq, opts ...grpc.CallOption) (*ExcelLogRes, error)
|
|
|
GetErpOptionset(ctx context.Context, in *OptionCode, opts ...grpc.CallOption) (*Options, error)
|
|
GetErpOptionset(ctx context.Context, in *OptionCode, opts ...grpc.CallOption) (*Options, error)
|
|
|
|
|
+ //获取数据权限
|
|
|
|
|
+ GetDataPermission(ctx context.Context, in *DataPermissionReq, opts ...grpc.CallOption) (*DataPermissionRes, error)
|
|
|
//获取erp 渠道细分树
|
|
//获取erp 渠道细分树
|
|
|
GetErpMktNetWorkDetailTree(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*TreeNodes, error)
|
|
GetErpMktNetWorkDetailTree(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*TreeNodes, error)
|
|
|
//获取erp 用户校区权限
|
|
//获取erp 用户校区权限
|
|
@@ -1712,6 +1807,15 @@ func (c *transformClient) GetErpOptionset(ctx context.Context, in *OptionCode, o
|
|
|
return out, nil
|
|
return out, nil
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+func (c *transformClient) GetDataPermission(ctx context.Context, in *DataPermissionReq, opts ...grpc.CallOption) (*DataPermissionRes, error) {
|
|
|
|
|
+ out := new(DataPermissionRes)
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/transform.Transform/GetDataPermission", in, out, opts...)
|
|
|
|
|
+ if err != nil {
|
|
|
|
|
+ return nil, err
|
|
|
|
|
+ }
|
|
|
|
|
+ return out, nil
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
func (c *transformClient) GetErpMktNetWorkDetailTree(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*TreeNodes, error) {
|
|
func (c *transformClient) GetErpMktNetWorkDetailTree(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*TreeNodes, error) {
|
|
|
out := new(TreeNodes)
|
|
out := new(TreeNodes)
|
|
|
err := c.cc.Invoke(ctx, "/transform.Transform/GetErpMktNetWorkDetailTree", in, out, opts...)
|
|
err := c.cc.Invoke(ctx, "/transform.Transform/GetErpMktNetWorkDetailTree", in, out, opts...)
|
|
@@ -1769,6 +1873,8 @@ type TransformServer interface {
|
|
|
GetCityIds(context.Context, *CityIdsReq) (*CityIdsRes, error)
|
|
GetCityIds(context.Context, *CityIdsReq) (*CityIdsRes, error)
|
|
|
PostExcelLog(context.Context, *ExcelLogReq) (*ExcelLogRes, error)
|
|
PostExcelLog(context.Context, *ExcelLogReq) (*ExcelLogRes, error)
|
|
|
GetErpOptionset(context.Context, *OptionCode) (*Options, error)
|
|
GetErpOptionset(context.Context, *OptionCode) (*Options, error)
|
|
|
|
|
+ //获取数据权限
|
|
|
|
|
+ GetDataPermission(context.Context, *DataPermissionReq) (*DataPermissionRes, error)
|
|
|
//获取erp 渠道细分树
|
|
//获取erp 渠道细分树
|
|
|
GetErpMktNetWorkDetailTree(context.Context, *Empty) (*TreeNodes, error)
|
|
GetErpMktNetWorkDetailTree(context.Context, *Empty) (*TreeNodes, error)
|
|
|
//获取erp 用户校区权限
|
|
//获取erp 用户校区权限
|
|
@@ -1809,6 +1915,9 @@ func (*UnimplementedTransformServer) PostExcelLog(ctx context.Context, req *Exce
|
|
|
func (*UnimplementedTransformServer) GetErpOptionset(ctx context.Context, req *OptionCode) (*Options, error) {
|
|
func (*UnimplementedTransformServer) GetErpOptionset(ctx context.Context, req *OptionCode) (*Options, error) {
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetErpOptionset not implemented")
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetErpOptionset not implemented")
|
|
|
}
|
|
}
|
|
|
|
|
+func (*UnimplementedTransformServer) GetDataPermission(ctx context.Context, req *DataPermissionReq) (*DataPermissionRes, error) {
|
|
|
|
|
+ return nil, status.Errorf(codes.Unimplemented, "method GetDataPermission not implemented")
|
|
|
|
|
+}
|
|
|
func (*UnimplementedTransformServer) GetErpMktNetWorkDetailTree(ctx context.Context, req *Empty) (*TreeNodes, error) {
|
|
func (*UnimplementedTransformServer) GetErpMktNetWorkDetailTree(ctx context.Context, req *Empty) (*TreeNodes, error) {
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetErpMktNetWorkDetailTree not implemented")
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetErpMktNetWorkDetailTree not implemented")
|
|
|
}
|
|
}
|
|
@@ -1973,6 +2082,24 @@ func _Transform_GetErpOptionset_Handler(srv interface{}, ctx context.Context, de
|
|
|
return interceptor(ctx, in, info, handler)
|
|
return interceptor(ctx, in, info, handler)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+func _Transform_GetDataPermission_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
|
+ in := new(DataPermissionReq)
|
|
|
|
|
+ if err := dec(in); err != nil {
|
|
|
|
|
+ return nil, err
|
|
|
|
|
+ }
|
|
|
|
|
+ if interceptor == nil {
|
|
|
|
|
+ return srv.(TransformServer).GetDataPermission(ctx, in)
|
|
|
|
|
+ }
|
|
|
|
|
+ info := &grpc.UnaryServerInfo{
|
|
|
|
|
+ Server: srv,
|
|
|
|
|
+ FullMethod: "/transform.Transform/GetDataPermission",
|
|
|
|
|
+ }
|
|
|
|
|
+ handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
|
+ return srv.(TransformServer).GetDataPermission(ctx, req.(*DataPermissionReq))
|
|
|
|
|
+ }
|
|
|
|
|
+ return interceptor(ctx, in, info, handler)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
func _Transform_GetErpMktNetWorkDetailTree_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
func _Transform_GetErpMktNetWorkDetailTree_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
in := new(Empty)
|
|
in := new(Empty)
|
|
|
if err := dec(in); err != nil {
|
|
if err := dec(in); err != nil {
|
|
@@ -2099,6 +2226,10 @@ var _Transform_serviceDesc = grpc.ServiceDesc{
|
|
|
MethodName: "GetErpOptionset",
|
|
MethodName: "GetErpOptionset",
|
|
|
Handler: _Transform_GetErpOptionset_Handler,
|
|
Handler: _Transform_GetErpOptionset_Handler,
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ MethodName: "GetDataPermission",
|
|
|
|
|
+ Handler: _Transform_GetDataPermission_Handler,
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
MethodName: "GetErpMktNetWorkDetailTree",
|
|
MethodName: "GetErpMktNetWorkDetailTree",
|
|
|
Handler: _Transform_GetErpMktNetWorkDetailTree_Handler,
|
|
Handler: _Transform_GetErpMktNetWorkDetailTree_Handler,
|