Ajout des modules ColissimoWs et ColissimoLabel.php
Ne pas oublier de vérifier si les tables nécessaires sont bien créées en BDD.
This commit is contained in:
21
local/modules/ColissimoLabel/Model/ColissimoLabelQuery.php
Normal file
21
local/modules/ColissimoLabel/Model/ColissimoLabelQuery.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
namespace ColissimoLabel\Model;
|
||||
|
||||
use ColissimoLabel\Model\Base\ColissimoLabelQuery as BaseColissimoLabelQuery;
|
||||
|
||||
|
||||
/**
|
||||
* Skeleton subclass for performing query and update operations on the 'colissimo_label' table.
|
||||
*
|
||||
*
|
||||
*
|
||||
* You should add additional methods to this class to meet the
|
||||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*
|
||||
*/
|
||||
class ColissimoLabelQuery extends BaseColissimoLabelQuery
|
||||
{
|
||||
|
||||
} // ColissimoLabelQuery
|
||||
Reference in New Issue
Block a user