Browse Source

SCRUM-3985:添加性别

hongxuan 1 month ago
parent
commit
cedf1fca35
4 changed files with 163 additions and 149 deletions
  1. 8 3
      internal/logic/add_mkt_logic.go
  2. 1 0
      transform.proto
  3. 121 113
      transform/transform.pb.go
  4. 33 33
      transformclient/transform.go

+ 8 - 3
internal/logic/add_mkt_logic.go

@@ -40,19 +40,24 @@ func (l *AddMktLogic) AddMkt(in *transform.MktReq) (*transform.MktRes, error) {
 		mkt.StuName = sql.NullString{String: in.StuName, Valid: true}
 		mkt.Relation1 = sql.NullInt64{Int64: in.StuLinkPerson, Valid: true}
 		mkt.StuPhone = sql.NullString{String: in.StuPhone, Valid: true}
-		// mkt.SchId = sql.NullInt64{Int64: in.SchId, Valid: true}
 		mkt.RecommendStu = sql.NullInt64{Int64: 0, Valid: true}
 		mkt.StuLoadSchool = sql.NullInt64{Int64: in.LoadSchId, Valid: true}
 		mkt.StuAddress = sql.NullString{String: in.Address, Valid: true}
 		mkt.AgeGroup = sql.NullInt64{Int64: in.AgeGroup, Valid: true}
-		mkt.StuType = 8
 		mkt.NetworkDetail = sql.NullInt64{Int64: in.NetworkDetailId, Valid: true}
+		mkt.StuSex = sql.NullInt64{Int64: in.Gender, Valid: true}
+		if in.NetworkDetailId == 1752 {
+			mkt.StuType = 9
+			mkt.PtuserId = sql.NullInt64{Int64: 0, Valid: true}
+		} else {
+			mkt.PtuserId = sql.NullInt64{Int64: in.PartTimeUserId, Valid: true}
+			mkt.StuType = 8
+		}
 		mkt.CallType = sql.NullInt64{Int64: in.CallType, Valid: true}
 		mkt.MaType = sql.NullInt64{Int64: in.MaType, Valid: true}
 		mkt.QuaoYji = sql.NullInt64{Int64: in.QuaoYji, Valid: true}
 		mkt.LoadUser = sql.NullString{String: in.MkId, Valid: true}
 		mkt.StuFollowUpMonthly = sql.NullInt64{Int64: 1309, Valid: true}
-		mkt.PtuserId = sql.NullInt64{Int64: in.PartTimeUserId, Valid: true}
 		mkt.StuEnName = sql.NullString{String: "", Valid: true}
 		mkt.Remark = sql.NullString{String: in.Remark, Valid: true}
 		mkt.StuRemark = sql.NullString{String: in.Remark, Valid: true}

+ 1 - 0
transform.proto

@@ -217,6 +217,7 @@ message MktReq {
 	int64 MktActivityId = 21;
 	int64 LoadSchId = 22;
   string Remark = 23;
+  int64    Gender = 24;
 }
 
 message MktRes {

+ 121 - 113
transform/transform.pb.go

@@ -1834,6 +1834,7 @@ type MktReq struct {
 	MktActivityId        int64    `protobuf:"varint,21,opt,name=MktActivityId,proto3" json:"MktActivityId,omitempty"`
 	LoadSchId            int64    `protobuf:"varint,22,opt,name=LoadSchId,proto3" json:"LoadSchId,omitempty"`
 	Remark               string   `protobuf:"bytes,23,opt,name=Remark,proto3" json:"Remark,omitempty"`
+	Gender               int64    `protobuf:"varint,24,opt,name=Gender,proto3" json:"Gender,omitempty"`
 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 	XXX_unrecognized     []byte   `json:"-"`
 	XXX_sizecache        int32    `json:"-"`
@@ -2025,6 +2026,13 @@ func (m *MktReq) GetRemark() string {
 	return ""
 }
 
+func (m *MktReq) GetGender() int64 {
+	if m != nil {
+		return m.Gender
+	}
+	return 0
+}
+
 type MktRes struct {
 	Status               int64    `protobuf:"varint,1,opt,name=Status,proto3" json:"Status,omitempty"`
 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
@@ -2307,119 +2315,119 @@ func init() {
 func init() { proto.RegisterFile("transform.proto", fileDescriptor_cb4a498eeb2ba07d) }
 
 var fileDescriptor_cb4a498eeb2ba07d = []byte{
-	// 1779 bytes of a gzipped FileDescriptorProto
-	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0x4b, 0x73, 0x23, 0x49,
-	0x11, 0x0e, 0x49, 0xd6, 0x2b, 0x25, 0xdb, 0xe3, 0x1a, 0x3f, 0x7a, 0x1b, 0xb3, 0x78, 0x8b, 0x01,
-	0x3c, 0x1c, 0x7c, 0x98, 0x25, 0x96, 0x09, 0xb3, 0xb1, 0xac, 0x5f, 0xab, 0x50, 0x84, 0x65, 0x1b,
-	0xc9, 0x1b, 0x04, 0x17, 0x1c, 0xbd, 0xea, 0x5a, 0xb9, 0x51, 0xab, 0xab, 0xdd, 0x55, 0x1a, 0x46,
-	0x77, 0x82, 0x03, 0x57, 0x08, 0x6e, 0xf0, 0x8f, 0xb8, 0x71, 0xe3, 0xcf, 0x10, 0x59, 0x55, 0xdd,
-	0x5d, 0x92, 0x5a, 0xf6, 0x0c, 0xc3, 0xdc, 0x3a, 0xb3, 0xb2, 0xb2, 0x32, 0xb3, 0xb2, 0x32, 0xbf,
-	0x6c, 0xd8, 0x94, 0x89, 0x17, 0x89, 0xef, 0x79, 0x32, 0x39, 0x8a, 0x13, 0x2e, 0x39, 0x69, 0x66,
-	0x0c, 0xfa, 0x39, 0xb4, 0xbe, 0x15, 0x2c, 0xe9, 0xb3, 0x87, 0x29, 0x13, 0x92, 0x6c, 0x40, 0x39,
-	0xf0, 0x9d, 0xd2, 0x41, 0xe9, 0xb0, 0xd9, 0x2f, 0x07, 0x3e, 0xd9, 0x86, 0x6a, 0x7c, 0xcf, 0x23,
-	0xe6, 0x94, 0x15, 0x4b, 0x13, 0xf4, 0xdf, 0x25, 0x68, 0xeb, 0x5d, 0x22, 0xe6, 0x91, 0x60, 0xef,
-	0xb6, 0x0d, 0xb9, 0x09, 0x0f, 0x99, 0x70, 0x2a, 0x9a, 0xab, 0x08, 0xb2, 0x0b, 0x35, 0x21, 0x3d,
-	0x39, 0x15, 0xce, 0xda, 0x41, 0xe9, 0xb0, 0xd2, 0x37, 0x14, 0x39, 0x80, 0x16, 0x4b, 0xe2, 0x3e,
-	0x0f, 0xd9, 0xed, 0x2c, 0x66, 0x4e, 0x55, 0x2d, 0xda, 0x2c, 0xe2, 0x42, 0x63, 0x2a, 0x58, 0x72,
-	0xe5, 0x4d, 0x98, 0x53, 0x53, 0x2a, 0x33, 0x1a, 0xd7, 0x86, 0x81, 0x9c, 0xa9, 0xb5, 0xba, 0x5e,
-	0x4b, 0x69, 0x3c, 0x71, 0xc4, 0x22, 0x9f, 0x25, 0x4e, 0x43, 0x9f, 0xa8, 0x29, 0xfa, 0x02, 0xda,
-	0xb7, 0x7c, 0xcc, 0xa2, 0x34, 0x18, 0xdb, 0x50, 0x95, 0x48, 0x1b, 0xc7, 0x34, 0x41, 0xff, 0x51,
-	0x86, 0x75, 0x23, 0x66, 0xbc, 0xdf, 0x85, 0x1a, 0x46, 0xa3, 0x9b, 0x46, 0xc0, 0x50, 0xe8, 0x81,
-	0x8a, 0x12, 0x0f, 0x59, 0xd7, 0x17, 0x26, 0x16, 0x36, 0x8b, 0xbc, 0x80, 0x75, 0x24, 0x07, 0xc3,
-	0x7b, 0xce, 0x43, 0x94, 0xd1, 0x91, 0x99, 0x67, 0x92, 0x43, 0xd8, 0x44, 0xc6, 0x4d, 0xc2, 0xdf,
-	0x04, 0xd1, 0x50, 0xe9, 0x5a, 0x53, 0x72, 0x8b, 0x6c, 0x42, 0xf5, 0xbd, 0x5c, 0x27, 0x23, 0x2f,
-	0x42, 0xb1, 0xaa, 0x12, 0x9b, 0xe3, 0xa1, 0x55, 0x83, 0x99, 0x48, 0xb5, 0x9b, 0xc0, 0xd9, 0x2c,
-	0xf2, 0x29, 0xc0, 0x60, 0x26, 0xcc, 0x06, 0x13, 0x3d, 0x8b, 0x43, 0xf6, 0xa1, 0xa9, 0x0e, 0x56,
-	0x37, 0xdc, 0x50, 0xcb, 0x39, 0x83, 0xd6, 0xa1, 0x7a, 0x31, 0x89, 0xe5, 0x8c, 0x7e, 0x01, 0xcd,
-	0xdb, 0x84, 0xb1, 0x2b, 0xee, 0x33, 0x41, 0x5e, 0x42, 0x35, 0xc2, 0x0f, 0xa7, 0x74, 0x50, 0x39,
-	0x6c, 0xbd, 0x7a, 0x7e, 0x94, 0xe7, 0x64, 0x2a, 0xd4, 0xd7, 0x12, 0xf4, 0xaf, 0x25, 0x68, 0xa4,
-	0x3c, 0x2b, 0xb3, 0x2a, 0x2a, 0xb3, 0x08, 0xac, 0x49, 0xf6, 0x56, 0x9a, 0x60, 0xaa, 0x6f, 0x8c,
-	0x7f, 0xec, 0x25, 0x2c, 0x92, 0x2a, 0x7c, 0x95, 0xbe, 0xa1, 0xc8, 0x01, 0x54, 0xa4, 0x37, 0x52,
-	0xb1, 0x6a, 0xbd, 0xda, 0xb0, 0x4f, 0xf4, 0x46, 0x7d, 0x5c, 0xca, 0xad, 0xaa, 0x3e, 0x69, 0xd5,
-	0x3f, 0x4b, 0xf0, 0xfc, 0x22, 0x89, 0x7b, 0x63, 0x79, 0xc5, 0xe4, 0x6f, 0x79, 0x32, 0x3e, 0x67,
-	0xd2, 0x0b, 0xc2, 0xf7, 0x50, 0xf1, 0x81, 0xbe, 0xb4, 0x82, 0xe8, 0x9e, 0x25, 0x81, 0xf4, 0xa2,
-	0x21, 0x33, 0xf7, 0x6f, 0xb3, 0xe8, 0x15, 0xec, 0x16, 0xd8, 0xd7, 0x67, 0x82, 0xfc, 0x02, 0xaa,
-	0x81, 0x64, 0x93, 0xd4, 0xc4, 0x4f, 0x2d, 0x13, 0x8b, 0x76, 0x68, 0x61, 0xfa, 0xf3, 0x15, 0xfa,
-	0x1e, 0xc8, 0x33, 0xa8, 0x04, 0xbe, 0x30, 0xc9, 0x8e, 0x9f, 0xf4, 0x25, 0x54, 0x6e, 0xbd, 0x51,
-	0x91, 0x83, 0x11, 0x3e, 0x40, 0xe3, 0x20, 0x7e, 0x53, 0x0a, 0xed, 0xeb, 0x58, 0x06, 0xf8, 0x70,
-	0x24, 0x2a, 0x23, 0xb0, 0x36, 0xe4, 0x3e, 0x33, 0xda, 0xd4, 0x37, 0xfd, 0x4b, 0x69, 0x4e, 0x48,
-	0x90, 0xaf, 0xa0, 0x3e, 0xf1, 0xe2, 0xcb, 0x40, 0x48, 0x93, 0x3f, 0x2f, 0x2c, 0x1f, 0x6c, 0xc9,
-	0xa3, 0x9e, 0x16, 0xbb, 0x88, 0x64, 0x32, 0xeb, 0xa7, 0x9b, 0xdc, 0x63, 0x68, 0xdb, 0x0b, 0xe8,
-	0xc1, 0x98, 0xcd, 0x52, 0x0f, 0xc6, 0x6c, 0x86, 0x6f, 0xfd, 0x8d, 0x17, 0x4e, 0xb3, 0x8a, 0xa5,
-	0x88, 0xe3, 0xf2, 0xeb, 0x12, 0x3d, 0x00, 0xd0, 0x27, 0x9c, 0x61, 0x3e, 0x16, 0x99, 0xdb, 0x81,
-	0xba, 0xb1, 0xa1, 0x68, 0xb9, 0x28, 0x0a, 0xf9, 0x71, 0x15, 0xeb, 0x38, 0x8c, 0x4d, 0x5a, 0x54,
-	0x4e, 0x67, 0x52, 0xed, 0xf4, 0x3d, 0xe9, 0x29, 0x6d, 0xed, 0xbe, 0xfa, 0xa6, 0xff, 0x29, 0x41,
-	0xeb, 0xe2, 0xed, 0x90, 0x85, 0x97, 0x7c, 0x84, 0xf1, 0xdb, 0x85, 0x5a, 0x8f, 0xfb, 0xd3, 0x30,
-	0x3d, 0xd3, 0x50, 0xb8, 0xf7, 0x8c, 0x47, 0x7e, 0x7a, 0x2a, 0x7e, 0x63, 0x51, 0x3c, 0x4b, 0x98,
-	0x27, 0xd9, 0xe9, 0xcc, 0x1c, 0x9c, 0xd1, 0xf8, 0xe8, 0xf5, 0xf7, 0x6d, 0x30, 0x49, 0xf3, 0xcb,
-	0xe2, 0x60, 0x69, 0xb9, 0xf4, 0x84, 0xfc, 0x36, 0xf6, 0xf5, 0x7e, 0x53, 0x5a, 0x6c, 0x1e, 0xf9,
-	0x29, 0x6c, 0xe4, 0xb4, 0xd2, 0xa3, 0xab, 0xcb, 0x02, 0x97, 0x38, 0x50, 0x3f, 0x67, 0xe1, 0x37,
-	0xa1, 0x37, 0x32, 0xd5, 0x25, 0x25, 0xe9, 0x4f, 0x6c, 0xe7, 0x54, 0x6f, 0x18, 0xe8, 0xde, 0xa0,
-	0x93, 0xca, 0x50, 0x58, 0xa9, 0xb3, 0xf2, 0x88, 0x41, 0xd8, 0x86, 0x2a, 0x86, 0x55, 0x57, 0x97,
-	0x66, 0x5f, 0x13, 0xf4, 0x87, 0xd0, 0xc4, 0x2b, 0xbf, 0xfe, 0xbe, 0x1b, 0xc9, 0x3c, 0x69, 0x2b,
-	0x87, 0x15, 0x9d, 0xb4, 0x98, 0x65, 0x96, 0x96, 0x27, 0xb2, 0xcc, 0x96, 0xfc, 0xff, 0x64, 0x59,
-	0xc5, 0xce, 0x32, 0x0a, 0x70, 0x16, 0xc8, 0xd9, 0xb2, 0x3f, 0xa5, 0xdc, 0x9f, 0x1f, 0x43, 0x13,
-	0x65, 0x7a, 0x63, 0x73, 0xef, 0xaa, 0xab, 0xa6, 0x32, 0x86, 0xa2, 0x7f, 0x2e, 0x59, 0x9a, 0x04,
-	0xf9, 0x72, 0xd1, 0x27, 0x6a, 0xf9, 0x94, 0xcb, 0x7d, 0x04, 0x8f, 0xfe, 0x54, 0xca, 0xcd, 0x15,
-	0xe4, 0x57, 0x8b, 0x76, 0x7c, 0xb6, 0x60, 0x87, 0x12, 0xfb, 0x08, 0xcf, 0x77, 0x1f, 0x1a, 0xf8,
-	0x96, 0x84, 0x29, 0x5c, 0x09, 0x7b, 0x30, 0xcf, 0x09, 0x3f, 0xe9, 0x8f, 0xa0, 0x69, 0x56, 0x45,
-	0x8c, 0x4f, 0x26, 0x61, 0x22, 0x4e, 0x9f, 0x1b, 0x7e, 0xd3, 0x01, 0xac, 0x77, 0x98, 0xbc, 0xd0,
-	0xa8, 0x03, 0x1d, 0xd9, 0x83, 0x3a, 0x82, 0x8c, 0xbb, 0x0c, 0xef, 0xd4, 0xa6, 0xba, 0xdb, 0xe3,
-	0x6e, 0x1e, 0x66, 0xcf, 0x1c, 0xbf, 0xc9, 0x0e, 0xd4, 0xc4, 0xf0, 0x1e, 0x65, 0x75, 0x35, 0xaf,
-	0x8a, 0xe1, 0x7d, 0xd7, 0xa7, 0x5f, 0xcf, 0x2b, 0x55, 0x97, 0x39, 0xe1, 0xdf, 0x05, 0xf9, 0x23,
-	0xd6, 0x94, 0x7d, 0x58, 0xd9, 0x3e, 0x8c, 0xfe, 0x12, 0xf6, 0xb5, 0x06, 0xd5, 0x93, 0x07, 0xc3,
-	0xfb, 0x1b, 0x96, 0x9c, 0xce, 0x34, 0xee, 0x40, 0x85, 0xab, 0xac, 0xa4, 0x57, 0x8f, 0x6e, 0x14,
-	0xe4, 0x48, 0x59, 0xcc, 0x79, 0x68, 0xae, 0x69, 0xd7, 0x2e, 0xb4, 0x66, 0x0b, 0xe7, 0x61, 0xdf,
-	0x48, 0xd1, 0x4b, 0x68, 0x59, 0xec, 0x77, 0xe9, 0x00, 0xe4, 0x13, 0x68, 0x70, 0xdc, 0x92, 0x87,
-	0xa5, 0xce, 0x35, 0xb2, 0xa0, 0x27, 0xb0, 0xa9, 0xad, 0x33, 0xa7, 0xfc, 0x0f, 0x06, 0x1d, 0xa6,
-	0x2a, 0x4e, 0x86, 0x32, 0x78, 0xa3, 0xa2, 0x9b, 0xdf, 0x02, 0x1a, 0xb6, 0x96, 0xde, 0xc2, 0x97,
-	0x8b, 0x92, 0x88, 0x52, 0x6a, 0x9e, 0x22, 0xcc, 0x61, 0x5b, 0xd6, 0x61, 0x46, 0xca, 0x08, 0xd0,
-	0xaf, 0xa0, 0xa6, 0x39, 0xe4, 0x07, 0xd0, 0xd4, 0xbc, 0xbb, 0xcc, 0xf5, 0x86, 0x66, 0x74, 0x7d,
-	0xbc, 0x88, 0x89, 0x77, 0x67, 0xc5, 0xa0, 0x36, 0xf1, 0x10, 0x84, 0xd2, 0x2e, 0x6c, 0x9d, 0x7b,
-	0xd2, 0xbb, 0x61, 0xc9, 0x24, 0x10, 0x22, 0xe0, 0x88, 0x3a, 0x51, 0x55, 0x32, 0x0d, 0xd9, 0x9d,
-	0xd5, 0x43, 0x1a, 0xc8, 0x50, 0xad, 0x67, 0x65, 0x32, 0xfc, 0xad, 0xb4, 0xac, 0x4b, 0x90, 0xb3,
-	0xc5, 0x17, 0xf7, 0xd2, 0x72, 0x66, 0x49, 0xfc, 0x23, 0xbc, 0xbc, 0xbf, 0x57, 0xa1, 0xd6, 0x1b,
-	0xab, 0x26, 0xbf, 0x01, 0xe5, 0x6e, 0x96, 0x16, 0xfa, 0xad, 0xf4, 0xc6, 0xdd, 0xac, 0x39, 0xe1,
-	0x37, 0x36, 0x8f, 0x1b, 0x2f, 0x91, 0xd8, 0x20, 0x0c, 0x9a, 0xd6, 0xc9, 0xb1, 0xc0, 0xb5, 0xd0,
-	0xb6, 0x99, 0x17, 0x0c, 0xdf, 0x81, 0xfa, 0x40, 0x4e, 0x15, 0xe0, 0xd7, 0xbd, 0x29, 0x25, 0xb1,
-	0xed, 0x9d, 0x8c, 0x58, 0x27, 0xe1, 0xd3, 0x58, 0x35, 0xa4, 0x4a, 0x3f, 0xa3, 0x11, 0x81, 0x0f,
-	0xe4, 0xf4, 0x32, 0x88, 0xc6, 0x37, 0x2c, 0x11, 0x3c, 0x52, 0x0d, 0xa9, 0xd2, 0x9f, 0x67, 0xa2,
-	0x86, 0x81, 0x9c, 0xda, 0x80, 0x37, 0xa3, 0x31, 0x00, 0x03, 0xcc, 0x27, 0xa7, 0xa9, 0x9f, 0xb8,
-	0x22, 0xd0, 0x9a, 0x13, 0xdf, 0x4f, 0x98, 0x10, 0x0e, 0x68, 0x6b, 0x0c, 0xb9, 0xd0, 0x68, 0x5b,
-	0x4b, 0x8d, 0xd6, 0x6a, 0x8e, 0x6d, 0xfd, 0x3a, 0x0c, 0xa9, 0x76, 0xde, 0xb3, 0xe1, 0x18, 0x9b,
-	0x20, 0x73, 0xd6, 0xd5, 0xa2, 0xc5, 0x41, 0x5c, 0xae, 0x28, 0xa5, 0x78, 0x43, 0xe3, 0xf2, 0x8c,
-	0x81, 0x7a, 0x15, 0x71, 0x3a, 0x73, 0x36, 0xb5, 0x45, 0x86, 0xc4, 0xf9, 0xe2, 0x8a, 0xc9, 0x3f,
-	0x66, 0x18, 0xaf, 0xeb, 0x3b, 0xcf, 0x94, 0xf2, 0x45, 0xb6, 0x8a, 0xa4, 0xc9, 0x6c, 0x67, 0xcb,
-	0x44, 0x32, 0xcd, 0x74, 0x04, 0x17, 0x5e, 0x18, 0xaa, 0x61, 0x8d, 0xe8, 0xb5, 0x94, 0x56, 0x20,
-	0xc5, 0x53, 0x2b, 0xcf, 0xf5, 0x9d, 0x69, 0x0a, 0x6d, 0xfa, 0xcd, 0xd4, 0xe3, 0xbf, 0xfb, 0x43,
-	0xe0, 0x6c, 0x6b, 0x5f, 0x0d, 0x89, 0xf7, 0xd2, 0x1b, 0x4b, 0xa5, 0x5c, 0x35, 0x29, 0x67, 0x47,
-	0xdf, 0xcb, 0x1c, 0x13, 0x3d, 0xbe, 0xe4, 0x9e, 0xaf, 0xe3, 0xbf, 0xab, 0x24, 0x72, 0x06, 0x9e,
-	0xda, 0x67, 0x13, 0x2f, 0x19, 0x3b, 0x7b, 0xfa, 0xbd, 0x68, 0x8a, 0x1e, 0x98, 0xbc, 0x5c, 0x8d,
-	0x2f, 0xf6, 0x01, 0x06, 0x72, 0xea, 0xb3, 0xa8, 0x28, 0x7b, 0xa9, 0xb4, 0x56, 0xc5, 0x52, 0x6e,
-	0xdb, 0xb9, 0x52, 0x5e, 0xc8, 0x95, 0x0f, 0x00, 0x60, 0x88, 0x10, 0x2e, 0x92, 0xd8, 0x0c, 0xeb,
-	0x98, 0x75, 0x17, 0x49, 0x9c, 0x8d, 0x9c, 0x9a, 0xa0, 0xaf, 0x2d, 0x19, 0x05, 0x46, 0xaf, 0x45,
-	0x66, 0x9b, 0xfa, 0x46, 0x8f, 0xaf, 0xc5, 0x95, 0x55, 0x8e, 0x34, 0xf5, 0xea, 0x5f, 0x80, 0xd3,
-	0x9a, 0x29, 0x0f, 0xe4, 0x18, 0xea, 0x1d, 0x26, 0x51, 0x0f, 0xb1, 0xeb, 0xad, 0xf5, 0xa7, 0xc0,
-	0xdd, 0x5b, 0xe2, 0x9b, 0x69, 0xf8, 0xd7, 0x00, 0x37, 0x5e, 0x22, 0x98, 0x9a, 0x91, 0x89, 0x2d,
-	0x66, 0x0f, 0xd7, 0xae, 0xb3, 0xbc, 0x60, 0x14, 0xbc, 0x86, 0x0d, 0x5d, 0x97, 0x11, 0x16, 0xe0,
-	0x0c, 0x45, 0x9e, 0xd9, 0x13, 0x0b, 0xce, 0x96, 0xee, 0x76, 0xc1, 0x98, 0xa5, 0x7a, 0xc5, 0x89,
-	0xef, 0xf7, 0xc6, 0x92, 0xd8, 0x85, 0x5b, 0xd7, 0x20, 0x77, 0x89, 0x25, 0xc8, 0x09, 0xac, 0x63,
-	0xb6, 0x64, 0x03, 0xc4, 0x9c, 0xb5, 0xf6, 0x94, 0xe2, 0xae, 0x58, 0x10, 0xe4, 0x6b, 0x68, 0x77,
-	0x98, 0xcc, 0x67, 0xf5, 0xbd, 0x62, 0xc8, 0x38, 0xaf, 0x61, 0x0e, 0x75, 0x1e, 0x03, 0x74, 0x98,
-	0x34, 0x50, 0x8c, 0xec, 0x14, 0xc1, 0xb3, 0x07, 0xb7, 0x90, 0x2d, 0xc8, 0x17, 0xd0, 0xe8, 0x30,
-	0x89, 0xe5, 0x53, 0x90, 0xed, 0x02, 0x40, 0xf5, 0xe0, 0x16, 0x71, 0x11, 0xe9, 0xb6, 0x6f, 0xb8,
-	0x90, 0x29, 0xd4, 0x9e, 0xbb, 0x64, 0x6b, 0xb8, 0x70, 0x8b, 0xf9, 0x88, 0x2a, 0x4d, 0xeb, 0xcc,
-	0x43, 0xb7, 0xb3, 0x14, 0x21, 0x6c, 0x5a, 0x2e, 0x59, 0x0e, 0x9c, 0xf1, 0xd8, 0x3c, 0xa1, 0xb9,
-	0x8d, 0xf9, 0xa3, 0x73, 0x0b, 0xd9, 0x82, 0x5c, 0xc3, 0x56, 0x87, 0xc9, 0xf9, 0xf6, 0x45, 0xf6,
-	0x1f, 0xe9, 0x6c, 0x0f, 0xee, 0x63, 0xab, 0x82, 0x9c, 0x83, 0xab, 0x5d, 0x59, 0x9c, 0x74, 0xdf,
-	0x2b, 0xf3, 0x7e, 0x0f, 0xbb, 0xc5, 0x5a, 0xc8, 0x67, 0x4f, 0x4c, 0xdb, 0xec, 0xc1, 0x7d, 0x52,
-	0x44, 0x90, 0x09, 0x7c, 0xb2, 0x12, 0xb6, 0x91, 0x9f, 0x59, 0xfb, 0x1f, 0x43, 0x85, 0xee, 0x3b,
-	0x0a, 0x62, 0x56, 0x43, 0x0e, 0x50, 0x89, 0xb3, 0xb4, 0xcd, 0xe0, 0x56, 0x77, 0xd5, 0x0a, 0x66,
-	0x48, 0xdb, 0x46, 0x72, 0x05, 0x81, 0x74, 0x97, 0xf6, 0xe6, 0xa0, 0xef, 0x9b, 0x74, 0xb7, 0x81,
-	0x58, 0xcb, 0xb2, 0x19, 0xba, 0x73, 0x57, 0xaf, 0xa1, 0x15, 0x64, 0xde, 0xcf, 0xf7, 0xba, 0xd4,
-	0xe3, 0x34, 0x0a, 0xaa, 0x10, 0xee, 0xcc, 0xdf, 0x92, 0xa9, 0x85, 0x6e, 0x21, 0x5b, 0x7c, 0x57,
-	0x53, 0x7f, 0x5a, 0x3f, 0xff, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x15, 0x2d, 0xd0, 0x11, 0x7c,
-	0x15, 0x00, 0x00,
+	// 1788 bytes of a gzipped FileDescriptorProto
+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xcd, 0x72, 0x23, 0x49,
+	0x11, 0x0e, 0x49, 0xd6, 0x5f, 0x4a, 0xb6, 0xc7, 0x35, 0xfe, 0xe9, 0x6d, 0xcc, 0xe2, 0x2d, 0x06,
+	0xf0, 0x70, 0xf0, 0x61, 0x96, 0x58, 0x26, 0xcc, 0xc6, 0xb2, 0xfe, 0x5b, 0x85, 0x22, 0x2c, 0xdb,
+	0x48, 0xde, 0x20, 0xb8, 0xe0, 0xe8, 0x55, 0xd7, 0xca, 0x8d, 0x5a, 0x5d, 0xed, 0xae, 0xd2, 0x30,
+	0xba, 0x13, 0x1c, 0xb8, 0xc2, 0x15, 0x1e, 0x81, 0x37, 0xe1, 0xc6, 0x8d, 0x97, 0x21, 0xb2, 0xaa,
+	0xba, 0xbb, 0x24, 0xb5, 0xec, 0x19, 0x86, 0xb9, 0x75, 0x66, 0x65, 0x65, 0x65, 0x66, 0x65, 0x65,
+	0x7e, 0xd9, 0xb0, 0x29, 0x13, 0x2f, 0x12, 0xdf, 0xf3, 0x64, 0x72, 0x14, 0x27, 0x5c, 0x72, 0xd2,
+	0xcc, 0x18, 0xf4, 0x73, 0x68, 0x7d, 0x2b, 0x58, 0xd2, 0x67, 0x0f, 0x53, 0x26, 0x24, 0xd9, 0x80,
+	0x72, 0xe0, 0x3b, 0xa5, 0x83, 0xd2, 0x61, 0xb3, 0x5f, 0x0e, 0x7c, 0xb2, 0x0d, 0xd5, 0xf8, 0x9e,
+	0x47, 0xcc, 0x29, 0x2b, 0x96, 0x26, 0xe8, 0xbf, 0x4b, 0xd0, 0xd6, 0xbb, 0x44, 0xcc, 0x23, 0xc1,
+	0xde, 0x6d, 0x1b, 0x72, 0x13, 0x1e, 0x32, 0xe1, 0x54, 0x34, 0x57, 0x11, 0x64, 0x17, 0x6a, 0x42,
+	0x7a, 0x72, 0x2a, 0x9c, 0xb5, 0x83, 0xd2, 0x61, 0xa5, 0x6f, 0x28, 0x72, 0x00, 0x2d, 0x96, 0xc4,
+	0x7d, 0x1e, 0xb2, 0xdb, 0x59, 0xcc, 0x9c, 0xaa, 0x5a, 0xb4, 0x59, 0xc4, 0x85, 0xc6, 0x54, 0xb0,
+	0xe4, 0xca, 0x9b, 0x30, 0xa7, 0xa6, 0x54, 0x66, 0x34, 0xae, 0x0d, 0x03, 0x39, 0x53, 0x6b, 0x75,
+	0xbd, 0x96, 0xd2, 0x78, 0xe2, 0x88, 0x45, 0x3e, 0x4b, 0x9c, 0x86, 0x3e, 0x51, 0x53, 0xf4, 0x05,
+	0xb4, 0x6f, 0xf9, 0x98, 0x45, 0x69, 0x30, 0xb6, 0xa1, 0x2a, 0x91, 0x36, 0x8e, 0x69, 0x82, 0xfe,
+	0xbd, 0x0c, 0xeb, 0x46, 0xcc, 0x78, 0xbf, 0x0b, 0x35, 0x8c, 0x46, 0x37, 0x8d, 0x80, 0xa1, 0xd0,
+	0x03, 0x15, 0x25, 0x1e, 0xb2, 0xae, 0x2f, 0x4c, 0x2c, 0x6c, 0x16, 0x79, 0x01, 0xeb, 0x48, 0x0e,
+	0x86, 0xf7, 0x9c, 0x87, 0x28, 0xa3, 0x23, 0x33, 0xcf, 0x24, 0x87, 0xb0, 0x89, 0x8c, 0x9b, 0x84,
+	0xbf, 0x09, 0xa2, 0xa1, 0xd2, 0xb5, 0xa6, 0xe4, 0x16, 0xd9, 0x84, 0xea, 0x7b, 0xb9, 0x4e, 0x46,
+	0x5e, 0x84, 0x62, 0x55, 0x25, 0x36, 0xc7, 0x43, 0xab, 0x06, 0x33, 0x91, 0x6a, 0x37, 0x81, 0xb3,
+	0x59, 0xe4, 0x53, 0x80, 0xc1, 0x4c, 0x98, 0x0d, 0x26, 0x7a, 0x16, 0x87, 0xec, 0x43, 0x53, 0x1d,
+	0xac, 0x6e, 0xb8, 0xa1, 0x96, 0x73, 0x06, 0xad, 0x43, 0xf5, 0x62, 0x12, 0xcb, 0x19, 0xfd, 0x02,
+	0x9a, 0xb7, 0x09, 0x63, 0x57, 0xdc, 0x67, 0x82, 0xbc, 0x84, 0x6a, 0x84, 0x1f, 0x4e, 0xe9, 0xa0,
+	0x72, 0xd8, 0x7a, 0xf5, 0xfc, 0x28, 0xcf, 0xc9, 0x54, 0xa8, 0xaf, 0x25, 0xe8, 0x5f, 0x4b, 0xd0,
+	0x48, 0x79, 0x56, 0x66, 0x55, 0x54, 0x66, 0x11, 0x58, 0x93, 0xec, 0xad, 0x34, 0xc1, 0x54, 0xdf,
+	0x18, 0xff, 0xd8, 0x4b, 0x58, 0x24, 0x55, 0xf8, 0x2a, 0x7d, 0x43, 0x91, 0x03, 0xa8, 0x48, 0x6f,
+	0xa4, 0x62, 0xd5, 0x7a, 0xb5, 0x61, 0x9f, 0xe8, 0x8d, 0xfa, 0xb8, 0x94, 0x5b, 0x55, 0x7d, 0xd2,
+	0xaa, 0x7f, 0x94, 0xe0, 0xf9, 0x45, 0x12, 0xf7, 0xc6, 0xf2, 0x8a, 0xc9, 0xdf, 0xf2, 0x64, 0x7c,
+	0xce, 0xa4, 0x17, 0x84, 0xef, 0xa1, 0xe2, 0x03, 0x7d, 0x69, 0x05, 0xd1, 0x3d, 0x4b, 0x02, 0xe9,
+	0x45, 0x43, 0x66, 0xee, 0xdf, 0x66, 0xd1, 0x2b, 0xd8, 0x2d, 0xb0, 0xaf, 0xcf, 0x04, 0xf9, 0x05,
+	0x54, 0x03, 0xc9, 0x26, 0xa9, 0x89, 0x9f, 0x5a, 0x26, 0x16, 0xed, 0xd0, 0xc2, 0xf4, 0xe7, 0x2b,
+	0xf4, 0x3d, 0x90, 0x67, 0x50, 0x09, 0x7c, 0x61, 0x92, 0x1d, 0x3f, 0xe9, 0x4b, 0xa8, 0xdc, 0x7a,
+	0xa3, 0x22, 0x07, 0x23, 0x7c, 0x80, 0xc6, 0x41, 0xfc, 0xa6, 0x14, 0xda, 0xd7, 0xb1, 0x0c, 0xf0,
+	0xe1, 0x48, 0x54, 0x46, 0x60, 0x6d, 0xc8, 0x7d, 0x66, 0xb4, 0xa9, 0x6f, 0xfa, 0x97, 0xd2, 0x9c,
+	0x90, 0x20, 0x5f, 0x41, 0x7d, 0xe2, 0xc5, 0x97, 0x81, 0x90, 0x26, 0x7f, 0x5e, 0x58, 0x3e, 0xd8,
+	0x92, 0x47, 0x3d, 0x2d, 0x76, 0x11, 0xc9, 0x64, 0xd6, 0x4f, 0x37, 0xb9, 0xc7, 0xd0, 0xb6, 0x17,
+	0xd0, 0x83, 0x31, 0x9b, 0xa5, 0x1e, 0x8c, 0xd9, 0x0c, 0xdf, 0xfa, 0x1b, 0x2f, 0x9c, 0x66, 0x15,
+	0x4b, 0x11, 0xc7, 0xe5, 0xd7, 0x25, 0x7a, 0x00, 0xa0, 0x4f, 0x38, 0xc3, 0x7c, 0x2c, 0x32, 0xb7,
+	0x03, 0x75, 0x63, 0x43, 0xd1, 0x72, 0x51, 0x14, 0xf2, 0xe3, 0x2a, 0xd6, 0x71, 0x18, 0x9b, 0xb4,
+	0xa8, 0x9c, 0xce, 0xa4, 0xda, 0xe9, 0x7b, 0xd2, 0x53, 0xda, 0xda, 0x7d, 0xf5, 0x4d, 0xff, 0x53,
+	0x82, 0xd6, 0xc5, 0xdb, 0x21, 0x0b, 0x2f, 0xf9, 0x08, 0xe3, 0xb7, 0x0b, 0xb5, 0x1e, 0xf7, 0xa7,
+	0x61, 0x7a, 0xa6, 0xa1, 0x70, 0xef, 0x19, 0x8f, 0xfc, 0xf4, 0x54, 0xfc, 0xc6, 0xa2, 0x78, 0x96,
+	0x30, 0x4f, 0xb2, 0xd3, 0x99, 0x39, 0x38, 0xa3, 0xf1, 0xd1, 0xeb, 0xef, 0xdb, 0x60, 0x92, 0xe6,
+	0x97, 0xc5, 0xc1, 0xd2, 0x72, 0xe9, 0x09, 0xf9, 0x6d, 0xec, 0xeb, 0xfd, 0xa6, 0xb4, 0xd8, 0x3c,
+	0xf2, 0x53, 0xd8, 0xc8, 0x69, 0xa5, 0x47, 0x57, 0x97, 0x05, 0x2e, 0x71, 0xa0, 0x7e, 0xce, 0xc2,
+	0x6f, 0x42, 0x6f, 0x64, 0xaa, 0x4b, 0x4a, 0xd2, 0x9f, 0xd8, 0xce, 0xa9, 0xde, 0x30, 0xd0, 0xbd,
+	0x41, 0x27, 0x95, 0xa1, 0xb0, 0x52, 0x67, 0xe5, 0x11, 0x83, 0xb0, 0x0d, 0x55, 0x0c, 0xab, 0xae,
+	0x2e, 0xcd, 0xbe, 0x26, 0xe8, 0x0f, 0xa1, 0x89, 0x57, 0x7e, 0xfd, 0x7d, 0x37, 0x92, 0x79, 0xd2,
+	0x56, 0x0e, 0x2b, 0x3a, 0x69, 0x31, 0xcb, 0x2c, 0x2d, 0x4f, 0x64, 0x99, 0x2d, 0xf9, 0xff, 0xc9,
+	0xb2, 0x8a, 0x9d, 0x65, 0x14, 0xe0, 0x2c, 0x90, 0xb3, 0x65, 0x7f, 0x4a, 0xb9, 0x3f, 0x3f, 0x86,
+	0x26, 0xca, 0xf4, 0xc6, 0xe6, 0xde, 0x55, 0x57, 0x4d, 0x65, 0x0c, 0x45, 0xff, 0x5c, 0xb2, 0x34,
+	0x09, 0xf2, 0xe5, 0xa2, 0x4f, 0xd4, 0xf2, 0x29, 0x97, 0xfb, 0x08, 0x1e, 0xfd, 0xa9, 0x94, 0x9b,
+	0x2b, 0xc8, 0xaf, 0x16, 0xed, 0xf8, 0x6c, 0xc1, 0x0e, 0x25, 0xf6, 0x11, 0x9e, 0xef, 0x3e, 0x34,
+	0xf0, 0x2d, 0x09, 0x53, 0xb8, 0x12, 0xf6, 0x60, 0x9e, 0x13, 0x7e, 0xd2, 0x1f, 0x41, 0xd3, 0xac,
+	0x8a, 0x18, 0x9f, 0x4c, 0xc2, 0x44, 0x9c, 0x3e, 0x37, 0xfc, 0xa6, 0x03, 0x58, 0xef, 0x30, 0x79,
+	0xa1, 0x51, 0x07, 0x3a, 0xb2, 0x07, 0x75, 0x04, 0x19, 0x77, 0x19, 0xde, 0xa9, 0x4d, 0x75, 0xb7,
+	0xc7, 0xdd, 0x3c, 0xcc, 0x9e, 0x39, 0x7e, 0x93, 0x1d, 0xa8, 0x89, 0xe1, 0x3d, 0xca, 0xea, 0x6a,
+	0x5e, 0x15, 0xc3, 0xfb, 0xae, 0x4f, 0xbf, 0x9e, 0x57, 0xaa, 0x2e, 0x73, 0xc2, 0xbf, 0x0b, 0xf2,
+	0x47, 0xac, 0x29, 0xfb, 0xb0, 0xb2, 0x7d, 0x18, 0xfd, 0x25, 0xec, 0x6b, 0x0d, 0xaa, 0x27, 0x0f,
+	0x86, 0xf7, 0x37, 0x2c, 0x39, 0x9d, 0x69, 0xdc, 0x81, 0x0a, 0x57, 0x59, 0x49, 0xaf, 0x1e, 0xdd,
+	0x28, 0xc8, 0x91, 0xb2, 0x98, 0xf3, 0xd0, 0x5c, 0xd3, 0xae, 0x5d, 0x68, 0xcd, 0x16, 0xce, 0xc3,
+	0xbe, 0x91, 0xa2, 0x97, 0xd0, 0xb2, 0xd8, 0xef, 0xd2, 0x01, 0xc8, 0x27, 0xd0, 0xe0, 0xb8, 0x25,
+	0x0f, 0x4b, 0x9d, 0x6b, 0x64, 0x41, 0x4f, 0x60, 0x53, 0x5b, 0x67, 0x4e, 0xf9, 0x1f, 0x0c, 0x3a,
+	0x4c, 0x55, 0x9c, 0x0c, 0x65, 0xf0, 0x46, 0x45, 0x37, 0xbf, 0x05, 0x34, 0x6c, 0x2d, 0xbd, 0x85,
+	0x2f, 0x17, 0x25, 0x11, 0xa5, 0xd4, 0x3c, 0x45, 0x98, 0xc3, 0xb6, 0xac, 0xc3, 0x8c, 0x94, 0x11,
+	0xa0, 0x5f, 0x41, 0x4d, 0x73, 0xc8, 0x0f, 0xa0, 0xa9, 0x79, 0x77, 0x99, 0xeb, 0x0d, 0xcd, 0xe8,
+	0xfa, 0x78, 0x11, 0x13, 0xef, 0xce, 0x8a, 0x41, 0x6d, 0xe2, 0x21, 0x08, 0xa5, 0x5d, 0xd8, 0x3a,
+	0xf7, 0xa4, 0x77, 0xc3, 0x92, 0x49, 0x20, 0x44, 0xc0, 0x11, 0x75, 0xa2, 0xaa, 0x64, 0x1a, 0xb2,
+	0x3b, 0xab, 0x87, 0x34, 0x90, 0xa1, 0x5a, 0xcf, 0xca, 0x64, 0xf8, 0x5b, 0x69, 0x59, 0x97, 0x20,
+	0x67, 0x8b, 0x2f, 0xee, 0xa5, 0xe5, 0xcc, 0x92, 0xf8, 0x47, 0x78, 0x79, 0xff, 0xac, 0x42, 0xad,
+	0x37, 0x56, 0x4d, 0x7e, 0x03, 0xca, 0xdd, 0x2c, 0x2d, 0xf4, 0x5b, 0xe9, 0x8d, 0xbb, 0x59, 0x73,
+	0xc2, 0x6f, 0x6c, 0x1e, 0x37, 0x5e, 0x22, 0xb1, 0x41, 0x18, 0x34, 0xad, 0x93, 0x63, 0x81, 0x6b,
+	0xa1, 0x6d, 0x33, 0x2f, 0x18, 0xbe, 0x03, 0xf5, 0x81, 0x9c, 0x2a, 0xc0, 0xaf, 0x7b, 0x53, 0x4a,
+	0x62, 0xdb, 0x3b, 0x19, 0xb1, 0x4e, 0xc2, 0xa7, 0xb1, 0x6a, 0x48, 0x95, 0x7e, 0x46, 0x23, 0x02,
+	0x1f, 0xc8, 0xe9, 0x65, 0x10, 0x8d, 0x6f, 0x58, 0x22, 0x78, 0xa4, 0x1a, 0x52, 0xa5, 0x3f, 0xcf,
+	0x44, 0x0d, 0x03, 0x39, 0xb5, 0x01, 0x6f, 0x46, 0x63, 0x00, 0x06, 0x98, 0x4f, 0x4e, 0x53, 0x3f,
+	0x71, 0x45, 0xa0, 0x35, 0x27, 0xbe, 0x9f, 0x30, 0x21, 0x1c, 0xd0, 0xd6, 0x18, 0x72, 0xa1, 0xd1,
+	0xb6, 0x96, 0x1a, 0xad, 0xd5, 0x1c, 0xdb, 0xfa, 0x75, 0x18, 0x52, 0xed, 0xbc, 0x67, 0xc3, 0x31,
+	0x36, 0x41, 0xe6, 0xac, 0xab, 0x45, 0x8b, 0x83, 0xb8, 0x5c, 0x51, 0x4a, 0xf1, 0x86, 0xc6, 0xe5,
+	0x19, 0x03, 0xf5, 0x2a, 0xe2, 0x74, 0xe6, 0x6c, 0x6a, 0x8b, 0x0c, 0x89, 0xf3, 0xc5, 0x15, 0x93,
+	0x7f, 0xcc, 0x30, 0x5e, 0xd7, 0x77, 0x9e, 0x29, 0xe5, 0x8b, 0x6c, 0x15, 0x49, 0x93, 0xd9, 0xce,
+	0x96, 0x89, 0x64, 0x9a, 0xe9, 0x08, 0x2e, 0xbc, 0x30, 0x54, 0xc3, 0x1a, 0xd1, 0x6b, 0x29, 0xad,
+	0x40, 0x8a, 0xa7, 0x56, 0x9e, 0xeb, 0x3b, 0xd3, 0x14, 0xda, 0xf4, 0x9b, 0xa9, 0xc7, 0x7f, 0xf7,
+	0x87, 0xc0, 0xd9, 0xd6, 0xbe, 0x1a, 0x12, 0xef, 0xa5, 0x37, 0x96, 0x4a, 0xb9, 0x6a, 0x52, 0xce,
+	0x8e, 0xbe, 0x97, 0x39, 0x26, 0x7a, 0x7c, 0xc9, 0x3d, 0x5f, 0xc7, 0x7f, 0x57, 0x49, 0xe4, 0x0c,
+	0x3c, 0xb5, 0xcf, 0x26, 0x5e, 0x32, 0x76, 0xf6, 0xf4, 0x7b, 0xd1, 0x14, 0xf2, 0x3b, 0x7a, 0xfe,
+	0x73, 0xb4, 0x35, 0x9a, 0xa2, 0x07, 0x26, 0x5f, 0x57, 0xe3, 0x8e, 0x7d, 0x80, 0x81, 0x9c, 0xfa,
+	0x2c, 0x2a, 0xca, 0x6a, 0x2a, 0xad, 0x55, 0xb1, 0x94, 0xf3, 0x76, 0x0e, 0x95, 0x17, 0x72, 0xe8,
+	0x03, 0x80, 0x19, 0x22, 0x87, 0x8b, 0x24, 0x36, 0x43, 0x3c, 0x66, 0xe3, 0x45, 0x12, 0x67, 0xa3,
+	0xa8, 0x26, 0xe8, 0x6b, 0x4b, 0x46, 0x81, 0xd4, 0x6b, 0x91, 0xd9, 0xa6, 0xbe, 0xd1, 0xe3, 0x6b,
+	0x71, 0x65, 0x95, 0x29, 0x4d, 0xbd, 0xfa, 0x17, 0xe0, 0x14, 0x67, 0xca, 0x06, 0x39, 0x86, 0x7a,
+	0x87, 0x49, 0xd4, 0x43, 0xec, 0x3a, 0x6c, 0xfd, 0x41, 0x70, 0xf7, 0x96, 0xf8, 0x66, 0x4a, 0xfe,
+	0x35, 0xc0, 0x8d, 0x97, 0x08, 0xa6, 0x66, 0x67, 0x62, 0x8b, 0xd9, 0x43, 0xb7, 0xeb, 0x2c, 0x2f,
+	0x18, 0x05, 0xaf, 0x61, 0x43, 0xd7, 0x6b, 0x84, 0x0b, 0x38, 0x5b, 0x91, 0x67, 0xf6, 0x24, 0x83,
+	0x33, 0xa7, 0xbb, 0x5d, 0x30, 0x7e, 0xa9, 0x1e, 0x72, 0xe2, 0xfb, 0xbd, 0xb1, 0x24, 0x76, 0x41,
+	0xd7, 0xb5, 0xc9, 0x5d, 0x62, 0x09, 0x72, 0x02, 0xeb, 0x98, 0x45, 0xd9, 0x60, 0x31, 0x67, 0xad,
+	0x3d, 0xbd, 0xb8, 0x2b, 0x16, 0x04, 0xf9, 0x1a, 0xda, 0x1d, 0x26, 0xf3, 0x19, 0x7e, 0xaf, 0x18,
+	0x4a, 0xce, 0x6b, 0x98, 0x43, 0xa3, 0xc7, 0x00, 0x1d, 0x26, 0x0d, 0x44, 0x23, 0x3b, 0x45, 0xb0,
+	0xed, 0xc1, 0x2d, 0x64, 0x0b, 0xf2, 0x05, 0x34, 0x3a, 0x4c, 0x62, 0x59, 0x15, 0x64, 0xbb, 0x00,
+	0x68, 0x3d, 0xb8, 0x45, 0x5c, 0x44, 0xc0, 0xed, 0x1b, 0x2e, 0x64, 0x0a, 0xc1, 0xe7, 0x2e, 0xd9,
+	0x1a, 0x3a, 0xdc, 0x62, 0x3e, 0xa2, 0x4d, 0xd3, 0x52, 0xf3, 0xd0, 0xed, 0x2c, 0x45, 0x08, 0x9b,
+	0x99, 0x4b, 0x96, 0x03, 0x67, 0x3c, 0x36, 0x4f, 0x68, 0x6e, 0x63, 0xfe, 0xe8, 0xdc, 0x42, 0xb6,
+	0x20, 0xd7, 0xb0, 0xd5, 0x61, 0x72, 0xbe, 0xad, 0x91, 0xfd, 0x47, 0x3a, 0xde, 0x83, 0xfb, 0xd8,
+	0xaa, 0x20, 0xe7, 0xe0, 0x6a, 0x57, 0x16, 0x27, 0xe0, 0xf7, 0xca, 0xbc, 0xdf, 0xc3, 0x6e, 0xb1,
+	0x16, 0xf2, 0xd9, 0x13, 0x53, 0x38, 0x7b, 0x70, 0x9f, 0x14, 0x11, 0x64, 0x02, 0x9f, 0xac, 0x84,
+	0x73, 0xe4, 0x67, 0xd6, 0xfe, 0xc7, 0xd0, 0xa2, 0xfb, 0x8e, 0x82, 0x98, 0xd5, 0x90, 0x03, 0x57,
+	0xe2, 0x2c, 0x6d, 0x33, 0x78, 0xd6, 0x5d, 0xb5, 0x82, 0x19, 0xd2, 0xb6, 0x11, 0x5e, 0x41, 0x20,
+	0xdd, 0xa5, 0xbd, 0x39, 0x18, 0xfc, 0x26, 0xdd, 0x6d, 0xa0, 0xd7, 0xb2, 0x6c, 0x86, 0xfa, 0xdc,
+	0xd5, 0x6b, 0x68, 0x05, 0x99, 0xf7, 0xf3, 0xbd, 0x2e, 0xf5, 0x38, 0x8d, 0x82, 0x2a, 0x84, 0x3b,
+	0xf3, 0xb7, 0x64, 0x6a, 0xa1, 0x5b, 0xc8, 0x16, 0xdf, 0xd5, 0xd4, 0x1f, 0xd8, 0xcf, 0xff, 0x1b,
+	0x00, 0x00, 0xff, 0xff, 0xa7, 0x9e, 0xb6, 0x00, 0x94, 0x15, 0x00, 0x00,
 }
 
 // Reference imports to suppress errors if they are not otherwise used.

+ 33 - 33
transformclient/transform.go

@@ -14,50 +14,50 @@ import (
 )
 
 type (
-	ErpMktNetWorkDetail          = transform.ErpMktNetWorkDetail
+	TokenResponse                = transform.TokenResponse
+	Empty                        = transform.Empty
+	TreeNodes                    = transform.TreeNodes
 	Tag                          = transform.Tag
 	Options                      = transform.Options
+	CityMkReq                    = transform.CityMkReq
+	StudentReq                   = transform.StudentReq
+	StudentRes                   = transform.StudentRes
+	ErpMktNetWorkDetail          = transform.ErpMktNetWorkDetail
+	OptionsetRes                 = transform.OptionsetRes
+	SchoolIdsReq                 = transform.SchoolIdsReq
+	GetErpOrganSchPerByUserIdRes = transform.GetErpOrganSchPerByUserIdRes
+	BytesResp                    = transform.BytesResp
+	GetErpRoleRes                = transform.GetErpRoleRes
+	DataPermissionRes            = transform.DataPermissionRes
+	ErpMktNetWorkDetailRes       = transform.ErpMktNetWorkDetailRes
+	DataPermissionReq            = transform.DataPermissionReq
+	MktRes                       = transform.MktRes
 	ResponseByte                 = transform.ResponseByte
-	ExcelLogReq                  = transform.ExcelLogReq
+	ExcelLogRes                  = transform.ExcelLogRes
+	Active                       = transform.Active
+	ErpUserReq                   = transform.ErpUserReq
 	UserRequest                  = transform.UserRequest
-	Empty                        = transform.Empty
+	TreeNode                     = transform.TreeNode
+	OptionCode                   = transform.OptionCode
+	ExcelLogReq                  = transform.ExcelLogReq
+	ListOfInt                    = transform.ListOfInt
+	CityIdsReq                   = transform.CityIdsReq
 	BytesReq                     = transform.BytesReq
-	GetErpRoleRes                = transform.GetErpRoleRes
-	GetErpOrganSchPerByUserIdRes = transform.GetErpOrganSchPerByUserIdRes
-	OrganSchool                  = transform.OrganSchool
-	MktRes                       = transform.MktRes
-	TokenRequest                 = transform.TokenRequest
+	GetErpRoleReq                = transform.GetErpRoleReq
+	GetErpOrganSchPerByUserIdReq = transform.GetErpOrganSchPerByUserIdReq
+	GetErpSchoolRes              = transform.GetErpSchoolRes
 	GetErpActiveRes              = transform.GetErpActiveRes
-	TreeNodes                    = transform.TreeNodes
-	OptionsetReq                 = transform.OptionsetReq
-	CityIdsReq                   = transform.CityIdsReq
-	BytesResp                    = transform.BytesResp
-	Active                       = transform.Active
-	StudentRes                   = transform.StudentRes
+	UserResponse                 = transform.UserResponse
 	ErpMktNetWorkDetailReq       = transform.ErpMktNetWorkDetailReq
+	SchoolIdsRes                 = transform.SchoolIdsRes
 	CityMkRes                    = transform.CityMkRes
-	GetErpSchoolRes              = transform.GetErpSchoolRes
-	GetErpActiveReq              = transform.GetErpActiveReq
 	MktReq                       = transform.MktReq
-	StudentReq                   = transform.StudentReq
 	ErpUserRes                   = transform.ErpUserRes
-	SchoolIdsReq                 = transform.SchoolIdsReq
-	ExcelLogRes                  = transform.ExcelLogRes
+	TokenRequest                 = transform.TokenRequest
+	OptionsetReq                 = transform.OptionsetReq
 	CityIdsRes                   = transform.CityIdsRes
-	GetErpRoleReq                = transform.GetErpRoleReq
-	DataPermissionReq            = transform.DataPermissionReq
-	ErpMktNetWorkDetailRes       = transform.ErpMktNetWorkDetailRes
-	TokenResponse                = transform.TokenResponse
-	ListOfInt                    = transform.ListOfInt
-	CityMkReq                    = transform.CityMkReq
-	GetErpOrganSchPerByUserIdReq = transform.GetErpOrganSchPerByUserIdReq
-	UserResponse                 = transform.UserResponse
-	OptionsetRes                 = transform.OptionsetRes
-	OptionCode                   = transform.OptionCode
-	SchoolIdsRes                 = transform.SchoolIdsRes
-	DataPermissionRes            = transform.DataPermissionRes
-	ErpUserReq                   = transform.ErpUserReq
-	TreeNode                     = transform.TreeNode
+	OrganSchool                  = transform.OrganSchool
+	GetErpActiveReq              = transform.GetErpActiveReq
 
 	Transform interface {
 		GetUser(ctx context.Context, in *UserRequest) (*UserResponse, error)