|
|
@@ -2875,7 +2875,7 @@ type RandomNumAndSex struct {
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
Num int64 `protobuf:"varint,1,opt,name=num,proto3" json:"num"` // 随机的数量
|
|
|
- Sex int64 `protobuf:"varint,2,opt,name=sex,proto3" json:"sex"` // 性别
|
|
|
+ Sex int64 `protobuf:"varint,2,opt,name=sex,proto3" json:"sex"` // 对方的性别
|
|
|
}
|
|
|
|
|
|
func (x *RandomNumAndSex) Reset() {
|