no message
This commit is contained in:
parent
b23ddac7e9
commit
51285c8f7a
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue