大赛管理功能
This commit is contained in:
parent
25396dc11c
commit
1cf7397f55
|
@ -1 +1 @@
|
|||
Subproject commit 69853c81948d119de93f6e808aeea213b590988f
|
||||
Subproject commit a027eadd41853b647e89974aecd2c645210456a2
|
|
@ -1791,10 +1791,10 @@ public final class RaceTask {
|
|||
*绑定的场景id
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 scene_iId = 6;</code>
|
||||
* @return The sceneIId.
|
||||
* <code>int64 scene_id = 6;</code>
|
||||
* @return The sceneId.
|
||||
*/
|
||||
long getSceneIId();
|
||||
long getSceneId();
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
|
@ -2061,19 +2061,19 @@ public final class RaceTask {
|
|||
}
|
||||
}
|
||||
|
||||
public static final int SCENE_IID_FIELD_NUMBER = 6;
|
||||
private long sceneIId_ = 0L;
|
||||
public static final int SCENE_ID_FIELD_NUMBER = 6;
|
||||
private long sceneId_ = 0L;
|
||||
/**
|
||||
* <pre>
|
||||
*绑定的场景id
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 scene_iId = 6;</code>
|
||||
* @return The sceneIId.
|
||||
* <code>int64 scene_id = 6;</code>
|
||||
* @return The sceneId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getSceneIId() {
|
||||
return sceneIId_;
|
||||
public long getSceneId() {
|
||||
return sceneId_;
|
||||
}
|
||||
|
||||
public static final int RULE_ID_FIELD_NUMBER = 8;
|
||||
|
@ -2161,8 +2161,8 @@ public final class RaceTask {
|
|||
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(standards_)) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, standards_);
|
||||
}
|
||||
if (sceneIId_ != 0L) {
|
||||
output.writeInt64(6, sceneIId_);
|
||||
if (sceneId_ != 0L) {
|
||||
output.writeInt64(6, sceneId_);
|
||||
}
|
||||
if (ruleId_ != 0L) {
|
||||
output.writeInt64(8, ruleId_);
|
||||
|
@ -2198,9 +2198,9 @@ public final class RaceTask {
|
|||
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(standards_)) {
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, standards_);
|
||||
}
|
||||
if (sceneIId_ != 0L) {
|
||||
if (sceneId_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt64Size(6, sceneIId_);
|
||||
.computeInt64Size(6, sceneId_);
|
||||
}
|
||||
if (ruleId_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
|
@ -2239,8 +2239,8 @@ public final class RaceTask {
|
|||
.equals(other.getContent())) return false;
|
||||
if (!getStandards()
|
||||
.equals(other.getStandards())) return false;
|
||||
if (getSceneIId()
|
||||
!= other.getSceneIId()) return false;
|
||||
if (getSceneId()
|
||||
!= other.getSceneId()) return false;
|
||||
if (getRuleId()
|
||||
!= other.getRuleId()) return false;
|
||||
if (getParentId()
|
||||
|
@ -2272,9 +2272,9 @@ public final class RaceTask {
|
|||
hash = (53 * hash) + getContent().hashCode();
|
||||
hash = (37 * hash) + STANDARDS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getStandards().hashCode();
|
||||
hash = (37 * hash) + SCENE_IID_FIELD_NUMBER;
|
||||
hash = (37 * hash) + SCENE_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
||||
getSceneIId());
|
||||
getSceneId());
|
||||
hash = (37 * hash) + RULE_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
||||
getRuleId());
|
||||
|
@ -2421,7 +2421,7 @@ public final class RaceTask {
|
|||
desc_ = "";
|
||||
content_ = "";
|
||||
standards_ = "";
|
||||
sceneIId_ = 0L;
|
||||
sceneId_ = 0L;
|
||||
ruleId_ = 0L;
|
||||
parentId_ = 0L;
|
||||
modifyInfo_ = null;
|
||||
|
@ -2478,7 +2478,7 @@ public final class RaceTask {
|
|||
result.standards_ = standards_;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000020) != 0)) {
|
||||
result.sceneIId_ = sceneIId_;
|
||||
result.sceneId_ = sceneId_;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000040) != 0)) {
|
||||
result.ruleId_ = ruleId_;
|
||||
|
@ -2528,8 +2528,8 @@ public final class RaceTask {
|
|||
bitField0_ |= 0x00000010;
|
||||
onChanged();
|
||||
}
|
||||
if (other.getSceneIId() != 0L) {
|
||||
setSceneIId(other.getSceneIId());
|
||||
if (other.getSceneId() != 0L) {
|
||||
setSceneId(other.getSceneId());
|
||||
}
|
||||
if (other.getRuleId() != 0L) {
|
||||
setRuleId(other.getRuleId());
|
||||
|
@ -2592,7 +2592,7 @@ public final class RaceTask {
|
|||
break;
|
||||
} // case 42
|
||||
case 48: {
|
||||
sceneIId_ = input.readInt64();
|
||||
sceneId_ = input.readInt64();
|
||||
bitField0_ |= 0x00000020;
|
||||
break;
|
||||
} // case 48
|
||||
|
@ -3010,31 +3010,31 @@ public final class RaceTask {
|
|||
return this;
|
||||
}
|
||||
|
||||
private long sceneIId_ ;
|
||||
private long sceneId_ ;
|
||||
/**
|
||||
* <pre>
|
||||
*绑定的场景id
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 scene_iId = 6;</code>
|
||||
* @return The sceneIId.
|
||||
* <code>int64 scene_id = 6;</code>
|
||||
* @return The sceneId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getSceneIId() {
|
||||
return sceneIId_;
|
||||
public long getSceneId() {
|
||||
return sceneId_;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
*绑定的场景id
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 scene_iId = 6;</code>
|
||||
* @param value The sceneIId to set.
|
||||
* <code>int64 scene_id = 6;</code>
|
||||
* @param value The sceneId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSceneIId(long value) {
|
||||
public Builder setSceneId(long value) {
|
||||
|
||||
sceneIId_ = value;
|
||||
sceneId_ = value;
|
||||
bitField0_ |= 0x00000020;
|
||||
onChanged();
|
||||
return this;
|
||||
|
@ -3044,12 +3044,12 @@ public final class RaceTask {
|
|||
*绑定的场景id
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 scene_iId = 6;</code>
|
||||
* <code>int64 scene_id = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSceneIId() {
|
||||
public Builder clearSceneId() {
|
||||
bitField0_ = (bitField0_ & ~0x00000020);
|
||||
sceneIId_ = 0L;
|
||||
sceneId_ = 0L;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
@ -5219,19 +5219,19 @@ public final class RaceTask {
|
|||
"c\030\003 \001(\t\022\017\n\007content\030\004 \001(\t\022\021\n\tstandards\030\005 " +
|
||||
"\001(\t\022 \n\005scene\030\006 \001(\0132\021.race.RaceSceneVO\022\020\n" +
|
||||
"\010parentId\030\007 \001(\003\022(\n\nmodifyInfo\030\010 \001(\0132\024.co" +
|
||||
"mmon.ModifyInfoVO\"\300\001\n\020RaceTaskDetailVO\022\n" +
|
||||
"mmon.ModifyInfoVO\"\277\001\n\020RaceTaskDetailVO\022\n" +
|
||||
"\n\002id\030\001 \001(\003\022\014\n\004name\030\002 \001(\t\022\014\n\004desc\030\003 \001(\t\022\017" +
|
||||
"\n\007content\030\004 \001(\t\022\021\n\tstandards\030\005 \001(\t\022\021\n\tsc" +
|
||||
"ene_iId\030\006 \001(\003\022\017\n\007rule_id\030\010 \001(\003\022\021\n\tparent" +
|
||||
"_id\030\n \001(\003\022)\n\013modify_info\030\013 \001(\0132\024.common." +
|
||||
"ModifyInfoVO\"w\n\020RaceTaskCreateVO\022\014\n\004name" +
|
||||
"\030\001 \001(\t\022\014\n\004desc\030\002 \001(\t\022\017\n\007content\030\003 \001(\t\022\021\n" +
|
||||
"\tstandards\030\004 \001(\t\022\020\n\010scene_id\030\005 \001(\003\022\021\n\tpa" +
|
||||
"rent_id\030\006 \001(\003\"\210\001\n\014RaceTaskBind\022\017\n\007bind_i" +
|
||||
"d\030\002 \001(\003\0222\n\tbind_type\030\003 \001(\0162\037.race.RaceTa" +
|
||||
"skBind.TaskBindType\022\016\n\006status\030\004 \001(\005\"#\n\014T" +
|
||||
"askBindType\022\010\n\004rule\020\000\022\t\n\005scene\020\001B\033\n\031club" +
|
||||
".joylink.rtss.vo.raceb\006proto3"
|
||||
"\n\007content\030\004 \001(\t\022\021\n\tstandards\030\005 \001(\t\022\020\n\010sc" +
|
||||
"ene_id\030\006 \001(\003\022\017\n\007rule_id\030\010 \001(\003\022\021\n\tparent_" +
|
||||
"id\030\n \001(\003\022)\n\013modify_info\030\013 \001(\0132\024.common.M" +
|
||||
"odifyInfoVO\"w\n\020RaceTaskCreateVO\022\014\n\004name\030" +
|
||||
"\001 \001(\t\022\014\n\004desc\030\002 \001(\t\022\017\n\007content\030\003 \001(\t\022\021\n\t" +
|
||||
"standards\030\004 \001(\t\022\020\n\010scene_id\030\005 \001(\003\022\021\n\tpar" +
|
||||
"ent_id\030\006 \001(\003\"\210\001\n\014RaceTaskBind\022\017\n\007bind_id" +
|
||||
"\030\002 \001(\003\0222\n\tbind_type\030\003 \001(\0162\037.race.RaceTas" +
|
||||
"kBind.TaskBindType\022\016\n\006status\030\004 \001(\005\"#\n\014Ta" +
|
||||
"skBindType\022\010\n\004rule\020\000\022\t\n\005scene\020\001B\033\n\031club." +
|
||||
"joylink.rtss.vo.raceb\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
|
@ -5250,7 +5250,7 @@ public final class RaceTask {
|
|||
internal_static_race_RaceTaskDetailVO_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_race_RaceTaskDetailVO_descriptor,
|
||||
new java.lang.String[] { "Id", "Name", "Desc", "Content", "Standards", "SceneIId", "RuleId", "ParentId", "ModifyInfo", });
|
||||
new java.lang.String[] { "Id", "Name", "Desc", "Content", "Standards", "SceneId", "RuleId", "ParentId", "ModifyInfo", });
|
||||
internal_static_race_RaceTaskCreateVO_descriptor =
|
||||
getDescriptor().getMessageTypes().get(2);
|
||||
internal_static_race_RaceTaskCreateVO_fieldAccessorTable = new
|
||||
|
|
Loading…
Reference in New Issue