Sfoglia il codice sorgente

自动开始设置

周睿 1 anno fa
parent
commit
eab049fc2e

+ 14 - 0
app_business/lib/generated/track_offical.pb.dart

@@ -1045,6 +1045,7 @@ class MatchRegusterInfo extends $pb.GeneratedMessage {
     $core.bool? allowChackBtnAble,
     $2.Timestamp? bTime,
     $2.Timestamp? eTime,
+    $core.bool? isAutoBegin,
   }) {
     final $result = create();
     if (id != null) {
@@ -1095,6 +1096,9 @@ class MatchRegusterInfo extends $pb.GeneratedMessage {
     if (eTime != null) {
       $result.eTime = eTime;
     }
+    if (isAutoBegin != null) {
+      $result.isAutoBegin = isAutoBegin;
+    }
     return $result;
   }
   MatchRegusterInfo._() : super();
@@ -1118,6 +1122,7 @@ class MatchRegusterInfo extends $pb.GeneratedMessage {
     ..aOB(14, _omitFieldNames ? '' : 'allowChackBtnAble', protoName: 'allowChackBtnAble')
     ..aOM<$2.Timestamp>(15, _omitFieldNames ? '' : 'BTime', protoName: 'BTime', subBuilder: $2.Timestamp.create)
     ..aOM<$2.Timestamp>(16, _omitFieldNames ? '' : 'ETime', protoName: 'ETime', subBuilder: $2.Timestamp.create)
+    ..aOB(17, _omitFieldNames ? '' : 'isAutoBegin', protoName: 'isAutoBegin')
     ..hasRequiredFields = false
   ;
 
@@ -1287,6 +1292,15 @@ class MatchRegusterInfo extends $pb.GeneratedMessage {
   void clearETime() => clearField(16);
   @$pb.TagNumber(16)
   $2.Timestamp ensureETime() => $_ensure(15);
+
+  @$pb.TagNumber(17)
+  $core.bool get isAutoBegin => $_getBF(16);
+  @$pb.TagNumber(17)
+  set isAutoBegin($core.bool v) { $_setBool(16, v); }
+  @$pb.TagNumber(17)
+  $core.bool hasIsAutoBegin() => $_has(16);
+  @$pb.TagNumber(17)
+  void clearIsAutoBegin() => clearField(17);
 }
 
 ///

+ 3 - 1
app_business/lib/generated/track_offical.pbjson.dart

@@ -249,6 +249,7 @@ const MatchRegusterInfo$json = {
     {'1': 'allowChackBtnAble', '3': 14, '4': 1, '5': 8, '10': 'allowChackBtnAble'},
     {'1': 'BTime', '3': 15, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'BTime'},
     {'1': 'ETime', '3': 16, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'ETime'},
+    {'1': 'isAutoBegin', '3': 17, '4': 1, '5': 8, '10': 'isAutoBegin'},
   ],
 };
 
@@ -264,7 +265,8 @@ final $typed_data.Uint8List matchRegusterInfoDescriptor = $convert.base64Decode(
     '9nbGUucHJvdG9idWYuVGltZXN0YW1wUgllU2hvd1RpbWUSIgoMaXNBbGxvd0NoYWNrGA0gASgI'
     'Ugxpc0FsbG93Q2hhY2sSLAoRYWxsb3dDaGFja0J0bkFibGUYDiABKAhSEWFsbG93Q2hhY2tCdG'
     '5BYmxlEjAKBUJUaW1lGA8gASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcFIFQlRpbWUS'
-    'MAoFRVRpbWUYECABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wUgVFVGltZQ==');
+    'MAoFRVRpbWUYECABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wUgVFVGltZRIgCgtpc0'
+    'F1dG9CZWdpbhgRIAEoCFILaXNBdXRvQmVnaW4=');
 
 @$core.Deprecated('Use toChackInsInfoDescriptor instead')
 const ToChackInsInfo$json = {

+ 1 - 0
app_business/lib/view/home/event_manage/event_manage_controller.dart

@@ -109,6 +109,7 @@ class EventManagerController extends GetxController {
             ..isAllowDel = e.isAllowDel
             ..isCheckEnable = e.isAllowChack
             ..isAllowCheckSwitch = e.allowChackBtnAble
+            ..isAutoBegin = e.isAutoBegin
             ..startAt = e.matchBt
             ..endAt = e.matchEt
             ..showStartAt = e.bShowTime.toModel()

+ 1 - 1
app_business/pubspec.yaml

@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
 # In Windows, build-name is used as the major, minor, and patch parts
 # of the product and file versions while build-number is used as the build suffix.
-version: 1.1.4+1
+version: 1.2.0+2
 
 environment:
   sdk: '>=3.1.5 <4.0.0'

+ 1 - 1
protos/app_api

@@ -1 +1 @@
-Subproject commit d01ee61cb5c1e04bafb1c3d9c6895086fc0ba29d
+Subproject commit 611c5b3f4f1881d0099646266e994c37a2037fe6