|
|
@@ -18,6 +18,134 @@ import 'base.pb.dart' as $0;
|
|
|
import 'base.pbenum.dart' as $0;
|
|
|
import 'google/protobuf/timestamp.pb.dart' as $2;
|
|
|
|
|
|
+class ToMatchRegusterIsAllowChackEditRequest extends $pb.GeneratedMessage {
|
|
|
+ factory ToMatchRegusterIsAllowChackEditRequest({
|
|
|
+ $core.int? id,
|
|
|
+ $core.bool? isAllowChack,
|
|
|
+ }) {
|
|
|
+ final $result = create();
|
|
|
+ if (id != null) {
|
|
|
+ $result.id = id;
|
|
|
+ }
|
|
|
+ if (isAllowChack != null) {
|
|
|
+ $result.isAllowChack = isAllowChack;
|
|
|
+ }
|
|
|
+ return $result;
|
|
|
+ }
|
|
|
+ ToMatchRegusterIsAllowChackEditRequest._() : super();
|
|
|
+ factory ToMatchRegusterIsAllowChackEditRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
|
|
+ factory ToMatchRegusterIsAllowChackEditRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
|
|
+
|
|
|
+ static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToMatchRegusterIsAllowChackEditRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
|
|
|
+ ..a<$core.int>(1, _omitFieldNames ? '' : 'id', $pb.PbFieldType.O3)
|
|
|
+ ..aOB(2, _omitFieldNames ? '' : 'isAllowChack', protoName: 'isAllowChack')
|
|
|
+ ..hasRequiredFields = false
|
|
|
+ ;
|
|
|
+
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToMatchRegusterIsAllowChackEditRequest clone() => ToMatchRegusterIsAllowChackEditRequest()..mergeFromMessage(this);
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToMatchRegusterIsAllowChackEditRequest copyWith(void Function(ToMatchRegusterIsAllowChackEditRequest) updates) => super.copyWith((message) => updates(message as ToMatchRegusterIsAllowChackEditRequest)) as ToMatchRegusterIsAllowChackEditRequest;
|
|
|
+
|
|
|
+ $pb.BuilderInfo get info_ => _i;
|
|
|
+
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToMatchRegusterIsAllowChackEditRequest create() => ToMatchRegusterIsAllowChackEditRequest._();
|
|
|
+ ToMatchRegusterIsAllowChackEditRequest createEmptyInstance() => create();
|
|
|
+ static $pb.PbList<ToMatchRegusterIsAllowChackEditRequest> createRepeated() => $pb.PbList<ToMatchRegusterIsAllowChackEditRequest>();
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToMatchRegusterIsAllowChackEditRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToMatchRegusterIsAllowChackEditRequest>(create);
|
|
|
+ static ToMatchRegusterIsAllowChackEditRequest? _defaultInstance;
|
|
|
+
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ $core.int get id => $_getIZ(0);
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ set id($core.int v) { $_setSignedInt32(0, v); }
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ $core.bool hasId() => $_has(0);
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ void clearId() => clearField(1);
|
|
|
+
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ $core.bool get isAllowChack => $_getBF(1);
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ set isAllowChack($core.bool v) { $_setBool(1, v); }
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ $core.bool hasIsAllowChack() => $_has(1);
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ void clearIsAllowChack() => clearField(2);
|
|
|
+}
|
|
|
+
|
|
|
+class ToSignInByAppTokenRequest extends $pb.GeneratedMessage {
|
|
|
+ factory ToSignInByAppTokenRequest({
|
|
|
+ $core.String? appToken,
|
|
|
+ $core.String? ip,
|
|
|
+ }) {
|
|
|
+ final $result = create();
|
|
|
+ if (appToken != null) {
|
|
|
+ $result.appToken = appToken;
|
|
|
+ }
|
|
|
+ if (ip != null) {
|
|
|
+ $result.ip = ip;
|
|
|
+ }
|
|
|
+ return $result;
|
|
|
+ }
|
|
|
+ ToSignInByAppTokenRequest._() : super();
|
|
|
+ factory ToSignInByAppTokenRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
|
|
+ factory ToSignInByAppTokenRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
|
|
+
|
|
|
+ static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToSignInByAppTokenRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
|
|
|
+ ..aOS(1, _omitFieldNames ? '' : 'appToken', protoName: 'appToken')
|
|
|
+ ..aOS(2, _omitFieldNames ? '' : 'ip')
|
|
|
+ ..hasRequiredFields = false
|
|
|
+ ;
|
|
|
+
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToSignInByAppTokenRequest clone() => ToSignInByAppTokenRequest()..mergeFromMessage(this);
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToSignInByAppTokenRequest copyWith(void Function(ToSignInByAppTokenRequest) updates) => super.copyWith((message) => updates(message as ToSignInByAppTokenRequest)) as ToSignInByAppTokenRequest;
|
|
|
+
|
|
|
+ $pb.BuilderInfo get info_ => _i;
|
|
|
+
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToSignInByAppTokenRequest create() => ToSignInByAppTokenRequest._();
|
|
|
+ ToSignInByAppTokenRequest createEmptyInstance() => create();
|
|
|
+ static $pb.PbList<ToSignInByAppTokenRequest> createRepeated() => $pb.PbList<ToSignInByAppTokenRequest>();
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToSignInByAppTokenRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToSignInByAppTokenRequest>(create);
|
|
|
+ static ToSignInByAppTokenRequest? _defaultInstance;
|
|
|
+
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ $core.String get appToken => $_getSZ(0);
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ set appToken($core.String v) { $_setString(0, v); }
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ $core.bool hasAppToken() => $_has(0);
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ void clearAppToken() => clearField(1);
|
|
|
+
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ $core.String get ip => $_getSZ(1);
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ set ip($core.String v) { $_setString(1, v); }
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ $core.bool hasIp() => $_has(1);
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ void clearIp() => clearField(2);
|
|
|
+}
|
|
|
+
|
|
|
class ToActivityRulesSaveRequest extends $pb.GeneratedMessage {
|
|
|
factory ToActivityRulesSaveRequest({
|
|
|
$core.Iterable<ToActivityRulesSaveInfo>? list,
|
|
|
@@ -528,6 +656,8 @@ class ToMatchRegusterEditRequest extends $pb.GeneratedMessage {
|
|
|
$2.Timestamp? stopAt,
|
|
|
$core.bool? isQueryPwd,
|
|
|
$core.String? queryPasswd,
|
|
|
+ $2.Timestamp? bShowTime,
|
|
|
+ $2.Timestamp? eShowTime,
|
|
|
}) {
|
|
|
final $result = create();
|
|
|
if (id != null) {
|
|
|
@@ -548,6 +678,12 @@ class ToMatchRegusterEditRequest extends $pb.GeneratedMessage {
|
|
|
if (queryPasswd != null) {
|
|
|
$result.queryPasswd = queryPasswd;
|
|
|
}
|
|
|
+ if (bShowTime != null) {
|
|
|
+ $result.bShowTime = bShowTime;
|
|
|
+ }
|
|
|
+ if (eShowTime != null) {
|
|
|
+ $result.eShowTime = eShowTime;
|
|
|
+ }
|
|
|
return $result;
|
|
|
}
|
|
|
ToMatchRegusterEditRequest._() : super();
|
|
|
@@ -561,6 +697,8 @@ class ToMatchRegusterEditRequest extends $pb.GeneratedMessage {
|
|
|
..aOM<$2.Timestamp>(4, _omitFieldNames ? '' : 'stopAt', subBuilder: $2.Timestamp.create)
|
|
|
..aOB(5, _omitFieldNames ? '' : 'isQueryPwd', protoName: 'isQueryPwd')
|
|
|
..aOS(6, _omitFieldNames ? '' : 'queryPasswd', protoName: 'queryPasswd')
|
|
|
+ ..aOM<$2.Timestamp>(7, _omitFieldNames ? '' : 'bShowTime', protoName: 'bShowTime', subBuilder: $2.Timestamp.create)
|
|
|
+ ..aOM<$2.Timestamp>(8, _omitFieldNames ? '' : 'eShowTime', protoName: 'eShowTime', subBuilder: $2.Timestamp.create)
|
|
|
..hasRequiredFields = false
|
|
|
;
|
|
|
|
|
|
@@ -643,6 +781,28 @@ class ToMatchRegusterEditRequest extends $pb.GeneratedMessage {
|
|
|
$core.bool hasQueryPasswd() => $_has(5);
|
|
|
@$pb.TagNumber(6)
|
|
|
void clearQueryPasswd() => clearField(6);
|
|
|
+
|
|
|
+ @$pb.TagNumber(7)
|
|
|
+ $2.Timestamp get bShowTime => $_getN(6);
|
|
|
+ @$pb.TagNumber(7)
|
|
|
+ set bShowTime($2.Timestamp v) { setField(7, v); }
|
|
|
+ @$pb.TagNumber(7)
|
|
|
+ $core.bool hasBShowTime() => $_has(6);
|
|
|
+ @$pb.TagNumber(7)
|
|
|
+ void clearBShowTime() => clearField(7);
|
|
|
+ @$pb.TagNumber(7)
|
|
|
+ $2.Timestamp ensureBShowTime() => $_ensure(6);
|
|
|
+
|
|
|
+ @$pb.TagNumber(8)
|
|
|
+ $2.Timestamp get eShowTime => $_getN(7);
|
|
|
+ @$pb.TagNumber(8)
|
|
|
+ set eShowTime($2.Timestamp v) { setField(8, v); }
|
|
|
+ @$pb.TagNumber(8)
|
|
|
+ $core.bool hasEShowTime() => $_has(7);
|
|
|
+ @$pb.TagNumber(8)
|
|
|
+ void clearEShowTime() => clearField(8);
|
|
|
+ @$pb.TagNumber(8)
|
|
|
+ $2.Timestamp ensureEShowTime() => $_ensure(7);
|
|
|
}
|
|
|
|
|
|
class ToCourseListReply extends $pb.GeneratedMessage {
|
|
|
@@ -809,6 +969,10 @@ class MatchRegusterInfo extends $pb.GeneratedMessage {
|
|
|
$core.int? state,
|
|
|
$core.String? matchBt,
|
|
|
$core.String? matchEt,
|
|
|
+ $2.Timestamp? bShowTime,
|
|
|
+ $2.Timestamp? eShowTime,
|
|
|
+ $core.bool? isAllowChack,
|
|
|
+ $core.bool? allowChackBtnAble,
|
|
|
}) {
|
|
|
final $result = create();
|
|
|
if (id != null) {
|
|
|
@@ -841,6 +1005,18 @@ class MatchRegusterInfo extends $pb.GeneratedMessage {
|
|
|
if (matchEt != null) {
|
|
|
$result.matchEt = matchEt;
|
|
|
}
|
|
|
+ if (bShowTime != null) {
|
|
|
+ $result.bShowTime = bShowTime;
|
|
|
+ }
|
|
|
+ if (eShowTime != null) {
|
|
|
+ $result.eShowTime = eShowTime;
|
|
|
+ }
|
|
|
+ if (isAllowChack != null) {
|
|
|
+ $result.isAllowChack = isAllowChack;
|
|
|
+ }
|
|
|
+ if (allowChackBtnAble != null) {
|
|
|
+ $result.allowChackBtnAble = allowChackBtnAble;
|
|
|
+ }
|
|
|
return $result;
|
|
|
}
|
|
|
MatchRegusterInfo._() : super();
|
|
|
@@ -858,6 +1034,10 @@ class MatchRegusterInfo extends $pb.GeneratedMessage {
|
|
|
..a<$core.int>(8, _omitFieldNames ? '' : 'state', $pb.PbFieldType.O3)
|
|
|
..aOS(9, _omitFieldNames ? '' : 'MatchBt', protoName: 'MatchBt')
|
|
|
..aOS(10, _omitFieldNames ? '' : 'MatchEt', protoName: 'MatchEt')
|
|
|
+ ..aOM<$2.Timestamp>(11, _omitFieldNames ? '' : 'bShowTime', protoName: 'bShowTime', subBuilder: $2.Timestamp.create)
|
|
|
+ ..aOM<$2.Timestamp>(12, _omitFieldNames ? '' : 'eShowTime', protoName: 'eShowTime', subBuilder: $2.Timestamp.create)
|
|
|
+ ..aOB(13, _omitFieldNames ? '' : 'isAllowChack', protoName: 'isAllowChack')
|
|
|
+ ..aOB(14, _omitFieldNames ? '' : 'allowChackBtnAble', protoName: 'allowChackBtnAble')
|
|
|
..hasRequiredFields = false
|
|
|
;
|
|
|
|
|
|
@@ -965,6 +1145,46 @@ class MatchRegusterInfo extends $pb.GeneratedMessage {
|
|
|
$core.bool hasMatchEt() => $_has(9);
|
|
|
@$pb.TagNumber(10)
|
|
|
void clearMatchEt() => clearField(10);
|
|
|
+
|
|
|
+ @$pb.TagNumber(11)
|
|
|
+ $2.Timestamp get bShowTime => $_getN(10);
|
|
|
+ @$pb.TagNumber(11)
|
|
|
+ set bShowTime($2.Timestamp v) { setField(11, v); }
|
|
|
+ @$pb.TagNumber(11)
|
|
|
+ $core.bool hasBShowTime() => $_has(10);
|
|
|
+ @$pb.TagNumber(11)
|
|
|
+ void clearBShowTime() => clearField(11);
|
|
|
+ @$pb.TagNumber(11)
|
|
|
+ $2.Timestamp ensureBShowTime() => $_ensure(10);
|
|
|
+
|
|
|
+ @$pb.TagNumber(12)
|
|
|
+ $2.Timestamp get eShowTime => $_getN(11);
|
|
|
+ @$pb.TagNumber(12)
|
|
|
+ set eShowTime($2.Timestamp v) { setField(12, v); }
|
|
|
+ @$pb.TagNumber(12)
|
|
|
+ $core.bool hasEShowTime() => $_has(11);
|
|
|
+ @$pb.TagNumber(12)
|
|
|
+ void clearEShowTime() => clearField(12);
|
|
|
+ @$pb.TagNumber(12)
|
|
|
+ $2.Timestamp ensureEShowTime() => $_ensure(11);
|
|
|
+
|
|
|
+ @$pb.TagNumber(13)
|
|
|
+ $core.bool get isAllowChack => $_getBF(12);
|
|
|
+ @$pb.TagNumber(13)
|
|
|
+ set isAllowChack($core.bool v) { $_setBool(12, v); }
|
|
|
+ @$pb.TagNumber(13)
|
|
|
+ $core.bool hasIsAllowChack() => $_has(12);
|
|
|
+ @$pb.TagNumber(13)
|
|
|
+ void clearIsAllowChack() => clearField(13);
|
|
|
+
|
|
|
+ @$pb.TagNumber(14)
|
|
|
+ $core.bool get allowChackBtnAble => $_getBF(13);
|
|
|
+ @$pb.TagNumber(14)
|
|
|
+ set allowChackBtnAble($core.bool v) { $_setBool(13, v); }
|
|
|
+ @$pb.TagNumber(14)
|
|
|
+ $core.bool hasAllowChackBtnAble() => $_has(13);
|
|
|
+ @$pb.TagNumber(14)
|
|
|
+ void clearAllowChackBtnAble() => clearField(14);
|
|
|
}
|
|
|
|
|
|
///
|
|
|
@@ -1177,6 +1397,8 @@ class ToMatchRegusterAddRequest extends $pb.GeneratedMessage {
|
|
|
$core.int? actId,
|
|
|
$core.bool? isQueryPwd,
|
|
|
$core.String? queryPasswd,
|
|
|
+ $2.Timestamp? bShowTime,
|
|
|
+ $2.Timestamp? eShowTime,
|
|
|
}) {
|
|
|
final $result = create();
|
|
|
if (regName != null) {
|
|
|
@@ -1197,6 +1419,12 @@ class ToMatchRegusterAddRequest extends $pb.GeneratedMessage {
|
|
|
if (queryPasswd != null) {
|
|
|
$result.queryPasswd = queryPasswd;
|
|
|
}
|
|
|
+ if (bShowTime != null) {
|
|
|
+ $result.bShowTime = bShowTime;
|
|
|
+ }
|
|
|
+ if (eShowTime != null) {
|
|
|
+ $result.eShowTime = eShowTime;
|
|
|
+ }
|
|
|
return $result;
|
|
|
}
|
|
|
ToMatchRegusterAddRequest._() : super();
|
|
|
@@ -1210,6 +1438,8 @@ class ToMatchRegusterAddRequest extends $pb.GeneratedMessage {
|
|
|
..a<$core.int>(4, _omitFieldNames ? '' : 'actId', $pb.PbFieldType.O3, protoName: 'actId')
|
|
|
..aOB(5, _omitFieldNames ? '' : 'isQueryPwd', protoName: 'isQueryPwd')
|
|
|
..aOS(6, _omitFieldNames ? '' : 'queryPasswd', protoName: 'queryPasswd')
|
|
|
+ ..aOM<$2.Timestamp>(7, _omitFieldNames ? '' : 'bShowTime', protoName: 'bShowTime', subBuilder: $2.Timestamp.create)
|
|
|
+ ..aOM<$2.Timestamp>(8, _omitFieldNames ? '' : 'eShowTime', protoName: 'eShowTime', subBuilder: $2.Timestamp.create)
|
|
|
..hasRequiredFields = false
|
|
|
;
|
|
|
|
|
|
@@ -1291,6 +1521,28 @@ class ToMatchRegusterAddRequest extends $pb.GeneratedMessage {
|
|
|
$core.bool hasQueryPasswd() => $_has(5);
|
|
|
@$pb.TagNumber(6)
|
|
|
void clearQueryPasswd() => clearField(6);
|
|
|
+
|
|
|
+ @$pb.TagNumber(7)
|
|
|
+ $2.Timestamp get bShowTime => $_getN(6);
|
|
|
+ @$pb.TagNumber(7)
|
|
|
+ set bShowTime($2.Timestamp v) { setField(7, v); }
|
|
|
+ @$pb.TagNumber(7)
|
|
|
+ $core.bool hasBShowTime() => $_has(6);
|
|
|
+ @$pb.TagNumber(7)
|
|
|
+ void clearBShowTime() => clearField(7);
|
|
|
+ @$pb.TagNumber(7)
|
|
|
+ $2.Timestamp ensureBShowTime() => $_ensure(6);
|
|
|
+
|
|
|
+ @$pb.TagNumber(8)
|
|
|
+ $2.Timestamp get eShowTime => $_getN(7);
|
|
|
+ @$pb.TagNumber(8)
|
|
|
+ set eShowTime($2.Timestamp v) { setField(8, v); }
|
|
|
+ @$pb.TagNumber(8)
|
|
|
+ $core.bool hasEShowTime() => $_has(7);
|
|
|
+ @$pb.TagNumber(8)
|
|
|
+ void clearEShowTime() => clearField(8);
|
|
|
+ @$pb.TagNumber(8)
|
|
|
+ $2.Timestamp ensureEShowTime() => $_ensure(7);
|
|
|
}
|
|
|
|
|
|
|