ocr
This commit is contained in:
@@ -39,6 +39,7 @@ export class DescriptiveGradingRecord {
|
||||
"evaluation": string;
|
||||
"username": string;
|
||||
"createdAt": string;
|
||||
"ocrImageUrl": string;
|
||||
|
||||
/** Creates a new DescriptiveGradingRecord instance. */
|
||||
constructor($$source: Partial<DescriptiveGradingRecord> = {}) {
|
||||
@@ -66,6 +67,9 @@ export class DescriptiveGradingRecord {
|
||||
if (!("createdAt" in $$source)) {
|
||||
this["createdAt"] = "";
|
||||
}
|
||||
if (!("ocrImageUrl" in $$source)) {
|
||||
this["ocrImageUrl"] = "";
|
||||
}
|
||||
|
||||
Object.assign(this, $$source);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user