|
|
@@ -17,6 +17,144 @@ import 'package:protobuf/protobuf.dart' as $pb;
|
|
|
import 'base.pb.dart' as $0;
|
|
|
import 'google/protobuf/timestamp.pb.dart' as $2;
|
|
|
|
|
|
+class ToMatchRegusterEditRequest extends $pb.GeneratedMessage {
|
|
|
+ factory ToMatchRegusterEditRequest({
|
|
|
+ $core.int? id,
|
|
|
+ $core.String? regName,
|
|
|
+ $2.Timestamp? startAt,
|
|
|
+ $2.Timestamp? stopAt,
|
|
|
+ $core.int? actId,
|
|
|
+ $core.bool? isQueryPwd,
|
|
|
+ $core.String? queryPasswd,
|
|
|
+ }) {
|
|
|
+ final $result = create();
|
|
|
+ if (id != null) {
|
|
|
+ $result.id = id;
|
|
|
+ }
|
|
|
+ if (regName != null) {
|
|
|
+ $result.regName = regName;
|
|
|
+ }
|
|
|
+ if (startAt != null) {
|
|
|
+ $result.startAt = startAt;
|
|
|
+ }
|
|
|
+ if (stopAt != null) {
|
|
|
+ $result.stopAt = stopAt;
|
|
|
+ }
|
|
|
+ if (actId != null) {
|
|
|
+ $result.actId = actId;
|
|
|
+ }
|
|
|
+ if (isQueryPwd != null) {
|
|
|
+ $result.isQueryPwd = isQueryPwd;
|
|
|
+ }
|
|
|
+ if (queryPasswd != null) {
|
|
|
+ $result.queryPasswd = queryPasswd;
|
|
|
+ }
|
|
|
+ return $result;
|
|
|
+ }
|
|
|
+ ToMatchRegusterEditRequest._() : super();
|
|
|
+ factory ToMatchRegusterEditRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
|
|
+ factory ToMatchRegusterEditRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
|
|
+
|
|
|
+ static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToMatchRegusterEditRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
|
|
|
+ ..a<$core.int>(1, _omitFieldNames ? '' : 'id', $pb.PbFieldType.O3)
|
|
|
+ ..aOS(2, _omitFieldNames ? '' : 'regName', protoName: 'regName')
|
|
|
+ ..aOM<$2.Timestamp>(3, _omitFieldNames ? '' : 'startAt', subBuilder: $2.Timestamp.create)
|
|
|
+ ..aOM<$2.Timestamp>(4, _omitFieldNames ? '' : 'stopAt', subBuilder: $2.Timestamp.create)
|
|
|
+ ..a<$core.int>(5, _omitFieldNames ? '' : 'actId', $pb.PbFieldType.O3, protoName: 'actId')
|
|
|
+ ..aOB(6, _omitFieldNames ? '' : 'isQueryPwd', protoName: 'isQueryPwd')
|
|
|
+ ..aOS(7, _omitFieldNames ? '' : 'queryPasswd', protoName: 'queryPasswd')
|
|
|
+ ..hasRequiredFields = false
|
|
|
+ ;
|
|
|
+
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToMatchRegusterEditRequest clone() => ToMatchRegusterEditRequest()..mergeFromMessage(this);
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToMatchRegusterEditRequest copyWith(void Function(ToMatchRegusterEditRequest) updates) => super.copyWith((message) => updates(message as ToMatchRegusterEditRequest)) as ToMatchRegusterEditRequest;
|
|
|
+
|
|
|
+ $pb.BuilderInfo get info_ => _i;
|
|
|
+
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToMatchRegusterEditRequest create() => ToMatchRegusterEditRequest._();
|
|
|
+ ToMatchRegusterEditRequest createEmptyInstance() => create();
|
|
|
+ static $pb.PbList<ToMatchRegusterEditRequest> createRepeated() => $pb.PbList<ToMatchRegusterEditRequest>();
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToMatchRegusterEditRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToMatchRegusterEditRequest>(create);
|
|
|
+ static ToMatchRegusterEditRequest? _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.String get regName => $_getSZ(1);
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ set regName($core.String v) { $_setString(1, v); }
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ $core.bool hasRegName() => $_has(1);
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ void clearRegName() => clearField(2);
|
|
|
+
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ $2.Timestamp get startAt => $_getN(2);
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ set startAt($2.Timestamp v) { setField(3, v); }
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ $core.bool hasStartAt() => $_has(2);
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ void clearStartAt() => clearField(3);
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ $2.Timestamp ensureStartAt() => $_ensure(2);
|
|
|
+
|
|
|
+ @$pb.TagNumber(4)
|
|
|
+ $2.Timestamp get stopAt => $_getN(3);
|
|
|
+ @$pb.TagNumber(4)
|
|
|
+ set stopAt($2.Timestamp v) { setField(4, v); }
|
|
|
+ @$pb.TagNumber(4)
|
|
|
+ $core.bool hasStopAt() => $_has(3);
|
|
|
+ @$pb.TagNumber(4)
|
|
|
+ void clearStopAt() => clearField(4);
|
|
|
+ @$pb.TagNumber(4)
|
|
|
+ $2.Timestamp ensureStopAt() => $_ensure(3);
|
|
|
+
|
|
|
+ @$pb.TagNumber(5)
|
|
|
+ $core.int get actId => $_getIZ(4);
|
|
|
+ @$pb.TagNumber(5)
|
|
|
+ set actId($core.int v) { $_setSignedInt32(4, v); }
|
|
|
+ @$pb.TagNumber(5)
|
|
|
+ $core.bool hasActId() => $_has(4);
|
|
|
+ @$pb.TagNumber(5)
|
|
|
+ void clearActId() => clearField(5);
|
|
|
+
|
|
|
+ @$pb.TagNumber(6)
|
|
|
+ $core.bool get isQueryPwd => $_getBF(5);
|
|
|
+ @$pb.TagNumber(6)
|
|
|
+ set isQueryPwd($core.bool v) { $_setBool(5, v); }
|
|
|
+ @$pb.TagNumber(6)
|
|
|
+ $core.bool hasIsQueryPwd() => $_has(5);
|
|
|
+ @$pb.TagNumber(6)
|
|
|
+ void clearIsQueryPwd() => clearField(6);
|
|
|
+
|
|
|
+ @$pb.TagNumber(7)
|
|
|
+ $core.String get queryPasswd => $_getSZ(6);
|
|
|
+ @$pb.TagNumber(7)
|
|
|
+ set queryPasswd($core.String v) { $_setString(6, v); }
|
|
|
+ @$pb.TagNumber(7)
|
|
|
+ $core.bool hasQueryPasswd() => $_has(6);
|
|
|
+ @$pb.TagNumber(7)
|
|
|
+ void clearQueryPasswd() => clearField(7);
|
|
|
+}
|
|
|
+
|
|
|
class ToActivityListReply extends $pb.GeneratedMessage {
|
|
|
factory ToActivityListReply({
|
|
|
$core.Iterable<$0.ToActionBasicInfo>? list,
|
|
|
@@ -176,6 +314,7 @@ class MatchRegusterInfo extends $pb.GeneratedMessage {
|
|
|
$core.int? totalUserNum,
|
|
|
$core.String? qrCode,
|
|
|
$core.bool? isAllowEdit,
|
|
|
+ $core.bool? isAllowDel,
|
|
|
$core.Iterable<ToChackInsInfo>? userList,
|
|
|
}) {
|
|
|
final $result = create();
|
|
|
@@ -194,6 +333,9 @@ class MatchRegusterInfo extends $pb.GeneratedMessage {
|
|
|
if (isAllowEdit != null) {
|
|
|
$result.isAllowEdit = isAllowEdit;
|
|
|
}
|
|
|
+ if (isAllowDel != null) {
|
|
|
+ $result.isAllowDel = isAllowDel;
|
|
|
+ }
|
|
|
if (userList != null) {
|
|
|
$result.userList.addAll(userList);
|
|
|
}
|
|
|
@@ -209,7 +351,8 @@ class MatchRegusterInfo extends $pb.GeneratedMessage {
|
|
|
..a<$core.int>(3, _omitFieldNames ? '' : 'totalUserNum', $pb.PbFieldType.O3, protoName: 'totalUserNum')
|
|
|
..aOS(4, _omitFieldNames ? '' : 'qrCode', protoName: 'qrCode')
|
|
|
..aOB(5, _omitFieldNames ? '' : 'isAllowEdit', protoName: 'isAllowEdit')
|
|
|
- ..pc<ToChackInsInfo>(6, _omitFieldNames ? '' : 'userList', $pb.PbFieldType.PM, protoName: 'userList', subBuilder: ToChackInsInfo.create)
|
|
|
+ ..aOB(6, _omitFieldNames ? '' : 'isAllowDel', protoName: 'isAllowDel')
|
|
|
+ ..pc<ToChackInsInfo>(7, _omitFieldNames ? '' : 'userList', $pb.PbFieldType.PM, protoName: 'userList', subBuilder: ToChackInsInfo.create)
|
|
|
..hasRequiredFields = false
|
|
|
;
|
|
|
|
|
|
@@ -280,7 +423,16 @@ class MatchRegusterInfo extends $pb.GeneratedMessage {
|
|
|
void clearIsAllowEdit() => clearField(5);
|
|
|
|
|
|
@$pb.TagNumber(6)
|
|
|
- $core.List<ToChackInsInfo> get userList => $_getList(5);
|
|
|
+ $core.bool get isAllowDel => $_getBF(5);
|
|
|
+ @$pb.TagNumber(6)
|
|
|
+ set isAllowDel($core.bool v) { $_setBool(5, v); }
|
|
|
+ @$pb.TagNumber(6)
|
|
|
+ $core.bool hasIsAllowDel() => $_has(5);
|
|
|
+ @$pb.TagNumber(6)
|
|
|
+ void clearIsAllowDel() => clearField(6);
|
|
|
+
|
|
|
+ @$pb.TagNumber(7)
|
|
|
+ $core.List<ToChackInsInfo> get userList => $_getList(6);
|
|
|
}
|
|
|
|
|
|
class ToChackInsInfo extends $pb.GeneratedMessage {
|
|
|
@@ -290,6 +442,7 @@ class ToChackInsInfo extends $pb.GeneratedMessage {
|
|
|
$core.String? nickname,
|
|
|
$core.String? phone,
|
|
|
$core.String? chackInsTime,
|
|
|
+ $core.bool? isAllowDel,
|
|
|
}) {
|
|
|
final $result = create();
|
|
|
if (marId != null) {
|
|
|
@@ -307,6 +460,9 @@ class ToChackInsInfo extends $pb.GeneratedMessage {
|
|
|
if (chackInsTime != null) {
|
|
|
$result.chackInsTime = chackInsTime;
|
|
|
}
|
|
|
+ if (isAllowDel != null) {
|
|
|
+ $result.isAllowDel = isAllowDel;
|
|
|
+ }
|
|
|
return $result;
|
|
|
}
|
|
|
ToChackInsInfo._() : super();
|
|
|
@@ -319,6 +475,7 @@ class ToChackInsInfo extends $pb.GeneratedMessage {
|
|
|
..aOS(3, _omitFieldNames ? '' : 'nickname')
|
|
|
..aOS(4, _omitFieldNames ? '' : 'phone')
|
|
|
..aOS(5, _omitFieldNames ? '' : 'chackInsTime', protoName: 'chackInsTime')
|
|
|
+ ..aOB(6, _omitFieldNames ? '' : 'isAllowDel', protoName: 'isAllowDel')
|
|
|
..hasRequiredFields = false
|
|
|
;
|
|
|
|
|
|
@@ -387,6 +544,15 @@ class ToChackInsInfo extends $pb.GeneratedMessage {
|
|
|
$core.bool hasChackInsTime() => $_has(4);
|
|
|
@$pb.TagNumber(5)
|
|
|
void clearChackInsTime() => clearField(5);
|
|
|
+
|
|
|
+ @$pb.TagNumber(6)
|
|
|
+ $core.bool get isAllowDel => $_getBF(5);
|
|
|
+ @$pb.TagNumber(6)
|
|
|
+ set isAllowDel($core.bool v) { $_setBool(5, v); }
|
|
|
+ @$pb.TagNumber(6)
|
|
|
+ $core.bool hasIsAllowDel() => $_has(5);
|
|
|
+ @$pb.TagNumber(6)
|
|
|
+ void clearIsAllowDel() => clearField(6);
|
|
|
}
|
|
|
|
|
|
class ToMatchRegusterAddRequest extends $pb.GeneratedMessage {
|