|
|
@@ -15,6 +15,7 @@ import 'package:fixnum/fixnum.dart' as $fixnum;
|
|
|
import 'package:protobuf/protobuf.dart' as $pb;
|
|
|
|
|
|
import 'base.pb.dart' as $0;
|
|
|
+import 'base.pbenum.dart' as $0;
|
|
|
import 'google/protobuf/timestamp.pb.dart' as $2;
|
|
|
|
|
|
class ToCourseChackMatchRequest extends $pb.GeneratedMessage {
|
|
|
@@ -546,11 +547,11 @@ class ToChackInsInfo extends $pb.GeneratedMessage {
|
|
|
$core.String? nickname,
|
|
|
$core.String? phone,
|
|
|
$core.String? chackInsTime,
|
|
|
+ $core.bool? isAllowDel,
|
|
|
$core.String? cName,
|
|
|
$core.int? cId,
|
|
|
- $core.int? mState,
|
|
|
- $core.bool? isStart,
|
|
|
- $core.int? punchCpNum,
|
|
|
+ $core.String? hrSn,
|
|
|
+ $0.CState? cState,
|
|
|
}) {
|
|
|
final $result = create();
|
|
|
if (mciId != null) {
|
|
|
@@ -568,20 +569,20 @@ class ToChackInsInfo extends $pb.GeneratedMessage {
|
|
|
if (chackInsTime != null) {
|
|
|
$result.chackInsTime = chackInsTime;
|
|
|
}
|
|
|
+ if (isAllowDel != null) {
|
|
|
+ $result.isAllowDel = isAllowDel;
|
|
|
+ }
|
|
|
if (cName != null) {
|
|
|
$result.cName = cName;
|
|
|
}
|
|
|
if (cId != null) {
|
|
|
$result.cId = cId;
|
|
|
}
|
|
|
- if (mState != null) {
|
|
|
- $result.mState = mState;
|
|
|
- }
|
|
|
- if (isStart != null) {
|
|
|
- $result.isStart = isStart;
|
|
|
+ if (hrSn != null) {
|
|
|
+ $result.hrSn = hrSn;
|
|
|
}
|
|
|
- if (punchCpNum != null) {
|
|
|
- $result.punchCpNum = punchCpNum;
|
|
|
+ if (cState != null) {
|
|
|
+ $result.cState = cState;
|
|
|
}
|
|
|
return $result;
|
|
|
}
|
|
|
@@ -595,11 +596,11 @@ class ToChackInsInfo extends $pb.GeneratedMessage {
|
|
|
..aOS(3, _omitFieldNames ? '' : 'nickname')
|
|
|
..aOS(4, _omitFieldNames ? '' : 'phone')
|
|
|
..aOS(5, _omitFieldNames ? '' : 'chackInsTime', protoName: 'chackInsTime')
|
|
|
- ..aOS(6, _omitFieldNames ? '' : 'cName', protoName: 'cName')
|
|
|
- ..a<$core.int>(7, _omitFieldNames ? '' : 'cId', $pb.PbFieldType.O3, protoName: 'cId')
|
|
|
- ..a<$core.int>(8, _omitFieldNames ? '' : 'mState', $pb.PbFieldType.O3, protoName: 'mState')
|
|
|
- ..aOB(9, _omitFieldNames ? '' : 'isStart', protoName: 'isStart')
|
|
|
- ..a<$core.int>(10, _omitFieldNames ? '' : 'punchCpNum', $pb.PbFieldType.O3, protoName: 'punchCpNum')
|
|
|
+ ..aOB(6, _omitFieldNames ? '' : 'isAllowDel', protoName: 'isAllowDel')
|
|
|
+ ..aOS(7, _omitFieldNames ? '' : 'cName', protoName: 'cName')
|
|
|
+ ..a<$core.int>(8, _omitFieldNames ? '' : 'cId', $pb.PbFieldType.O3, protoName: 'cId')
|
|
|
+ ..aOS(9, _omitFieldNames ? '' : 'hrSn', protoName: 'hrSn')
|
|
|
+ ..e<$0.CState>(10, _omitFieldNames ? '' : 'cState', $pb.PbFieldType.OE, protoName: 'cState', defaultOrMaker: $0.CState.ToUnSend, valueOf: $0.CState.valueOf, enumValues: $0.CState.values)
|
|
|
..hasRequiredFields = false
|
|
|
;
|
|
|
|
|
|
@@ -669,51 +670,53 @@ class ToChackInsInfo extends $pb.GeneratedMessage {
|
|
|
@$pb.TagNumber(5)
|
|
|
void clearChackInsTime() => clearField(5);
|
|
|
|
|
|
- /// bool isAllowDel = 6; //是否允许删除,如果否删除按钮是不可用
|
|
|
@$pb.TagNumber(6)
|
|
|
- $core.String get cName => $_getSZ(5);
|
|
|
+ $core.bool get isAllowDel => $_getBF(5);
|
|
|
@$pb.TagNumber(6)
|
|
|
- set cName($core.String v) { $_setString(5, v); }
|
|
|
+ set isAllowDel($core.bool v) { $_setBool(5, v); }
|
|
|
@$pb.TagNumber(6)
|
|
|
- $core.bool hasCName() => $_has(5);
|
|
|
+ $core.bool hasIsAllowDel() => $_has(5);
|
|
|
@$pb.TagNumber(6)
|
|
|
- void clearCName() => clearField(6);
|
|
|
+ void clearIsAllowDel() => clearField(6);
|
|
|
|
|
|
@$pb.TagNumber(7)
|
|
|
- $core.int get cId => $_getIZ(6);
|
|
|
+ $core.String get cName => $_getSZ(6);
|
|
|
@$pb.TagNumber(7)
|
|
|
- set cId($core.int v) { $_setSignedInt32(6, v); }
|
|
|
+ set cName($core.String v) { $_setString(6, v); }
|
|
|
@$pb.TagNumber(7)
|
|
|
- $core.bool hasCId() => $_has(6);
|
|
|
+ $core.bool hasCName() => $_has(6);
|
|
|
@$pb.TagNumber(7)
|
|
|
- void clearCId() => clearField(7);
|
|
|
+ void clearCName() => clearField(7);
|
|
|
|
|
|
@$pb.TagNumber(8)
|
|
|
- $core.int get mState => $_getIZ(7);
|
|
|
+ $core.int get cId => $_getIZ(7);
|
|
|
@$pb.TagNumber(8)
|
|
|
- set mState($core.int v) { $_setSignedInt32(7, v); }
|
|
|
+ set cId($core.int v) { $_setSignedInt32(7, v); }
|
|
|
@$pb.TagNumber(8)
|
|
|
- $core.bool hasMState() => $_has(7);
|
|
|
+ $core.bool hasCId() => $_has(7);
|
|
|
@$pb.TagNumber(8)
|
|
|
- void clearMState() => clearField(8);
|
|
|
+ void clearCId() => clearField(8);
|
|
|
|
|
|
+ /// int32 mState =8;//用户状态(不是场控端发送状态):0:等待出发 1: 参加比赛,没打第一点 2:比赛进行中 3:完成比赛 4:超时完成比赛 5:未完成-已过强制关门时间,系统强制退赛 6:用户主动退赛
|
|
|
+ /// bool isStart =9;//是否出发
|
|
|
+ /// int32 punchCpNum =10;//打开始点次数
|
|
|
@$pb.TagNumber(9)
|
|
|
- $core.bool get isStart => $_getBF(8);
|
|
|
+ $core.String get hrSn => $_getSZ(8);
|
|
|
@$pb.TagNumber(9)
|
|
|
- set isStart($core.bool v) { $_setBool(8, v); }
|
|
|
+ set hrSn($core.String v) { $_setString(8, v); }
|
|
|
@$pb.TagNumber(9)
|
|
|
- $core.bool hasIsStart() => $_has(8);
|
|
|
+ $core.bool hasHrSn() => $_has(8);
|
|
|
@$pb.TagNumber(9)
|
|
|
- void clearIsStart() => clearField(9);
|
|
|
+ void clearHrSn() => clearField(9);
|
|
|
|
|
|
@$pb.TagNumber(10)
|
|
|
- $core.int get punchCpNum => $_getIZ(9);
|
|
|
+ $0.CState get cState => $_getN(9);
|
|
|
@$pb.TagNumber(10)
|
|
|
- set punchCpNum($core.int v) { $_setSignedInt32(9, v); }
|
|
|
+ set cState($0.CState v) { setField(10, v); }
|
|
|
@$pb.TagNumber(10)
|
|
|
- $core.bool hasPunchCpNum() => $_has(9);
|
|
|
+ $core.bool hasCState() => $_has(9);
|
|
|
@$pb.TagNumber(10)
|
|
|
- void clearPunchCpNum() => clearField(10);
|
|
|
+ void clearCState() => clearField(10);
|
|
|
}
|
|
|
|
|
|
class ToMatchRegusterAddRequest extends $pb.GeneratedMessage {
|