Updated generated models
This commit is contained in:
parent
435fbe4e1a
commit
79b3417fcc
9 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||||
|
|
||||||
part of angel_orm3.generator.models.book;
|
part of 'book.dart';
|
||||||
|
|
||||||
// **************************************************************************
|
// **************************************************************************
|
||||||
// MigrationGenerator
|
// MigrationGenerator
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||||
|
|
||||||
part of angel_orm3.generator.models.car;
|
part of 'car.dart';
|
||||||
|
|
||||||
// **************************************************************************
|
// **************************************************************************
|
||||||
// MigrationGenerator
|
// MigrationGenerator
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||||
|
|
||||||
part of angel3_orm_generator.test.models.leg;
|
part of 'leg.dart';
|
||||||
|
|
||||||
// **************************************************************************
|
// **************************************************************************
|
||||||
// MigrationGenerator
|
// MigrationGenerator
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||||
|
|
||||||
part of angel3_orm_generator.test.models.order;
|
part of 'order.dart';
|
||||||
|
|
||||||
// **************************************************************************
|
// **************************************************************************
|
||||||
// MigrationGenerator
|
// MigrationGenerator
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||||
|
|
||||||
part of angel_orm3.generator.models.person;
|
part of 'person.dart';
|
||||||
|
|
||||||
// **************************************************************************
|
// **************************************************************************
|
||||||
// MigrationGenerator
|
// MigrationGenerator
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||||
|
|
||||||
part of angel3_orm_generator.test.models.person_order;
|
part of 'person_order.dart';
|
||||||
|
|
||||||
// **************************************************************************
|
// **************************************************************************
|
||||||
// MigrationGenerator
|
// MigrationGenerator
|
||||||
|
|
|
@ -173,7 +173,7 @@ class QuotationQueryValues extends MapQueryValues {
|
||||||
// **************************************************************************
|
// **************************************************************************
|
||||||
|
|
||||||
@generatedSerializable
|
@generatedSerializable
|
||||||
class Quotation extends _Quotation {
|
class Quotation implements _Quotation {
|
||||||
Quotation({
|
Quotation({
|
||||||
this.id,
|
this.id,
|
||||||
this.name,
|
this.name,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||||
|
|
||||||
part of angel3_orm_generator.test.models.tree;
|
part of 'tree.dart';
|
||||||
|
|
||||||
// **************************************************************************
|
// **************************************************************************
|
||||||
// MigrationGenerator
|
// MigrationGenerator
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||||
|
|
||||||
part of angel3_orm_generator.test.models.user;
|
part of 'user.dart';
|
||||||
|
|
||||||
// **************************************************************************
|
// **************************************************************************
|
||||||
// MigrationGenerator
|
// MigrationGenerator
|
||||||
|
|
Loading…
Reference in a new issue