mcy_new #1

Merged
wangyang merged 179 commits from mcy_new into master 2025-08-28 10:10:45 +08:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 51285c8f7a - Show all commits

View File

@ -1,5 +1,4 @@
import 'package:get/get.dart';
import 'package:get/get_connect/http/src/request/request.dart';
import 'package:json_annotation/json_annotation.dart';
import 'package:making_school_asignment_app/common/config/request_config.dart';
@ -73,7 +72,7 @@ class DoPaperDetailsResult extends Object {
@JsonKey(name: 'totalUnAnnotateCount')
int totalUnAnnotateCount;
@JsonKey(name: 'needAnnotate', defaultValue: false) //
@JsonKey(name: 'needAnnotate') //
bool needAnnotate;
DoPaperDetailsResult(