no message

This commit is contained in:
豌杂 2024-08-22 11:25:19 +08:00
parent b23ddac7e9
commit 51285c8f7a
1 changed files with 1 additions and 2 deletions

View File

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