Revision 3fc0694d
Von Kivitendo Admin vor etwa 9 Jahren hinzugefügt
SL/DB/MetaSetup/Shop.pm | ||
---|---|---|
|
||
use strict;
|
||
|
||
use base qw(SL::DB::Object);
|
||
use parent qw(SL::DB::Object);
|
||
|
||
__PACKAGE__->meta->table('shops');
|
||
|
SL/DB/MetaSetup/ShopOrder.pm | ||
---|---|---|
|
||
use strict;
|
||
|
||
use base qw(SL::DB::Object);
|
||
use parent qw(SL::DB::Object);
|
||
|
||
__PACKAGE__->meta->table('shop_orders');
|
||
|
SL/DB/MetaSetup/ShopOrderItem.pm | ||
---|---|---|
|
||
use strict;
|
||
|
||
use base qw(SL::DB::Object);
|
||
use parent qw(SL::DB::Object);
|
||
|
||
__PACKAGE__->meta->table('shop_order_items');
|
||
|
SL/DB/MetaSetup/ShopPart.pm | ||
---|---|---|
|
||
use strict;
|
||
|
||
use base qw(SL::DB::Object);
|
||
use parent qw(SL::DB::Object);
|
||
|
||
__PACKAGE__->meta->table('shop_parts');
|
||
|
Auch abrufbar als: Unified diff
Shop - MetaSetup base -> parent