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:
20
local/modules/ColissimoWs/Model/ColissimowsLabelQuery.php
Normal file
20
local/modules/ColissimoWs/Model/ColissimowsLabelQuery.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace ColissimoWs\Model;
|
||||
|
||||
use ColissimoWs\Model\Base\ColissimowsLabelQuery as BaseColissimowsLabelQuery;
|
||||
|
||||
/**
|
||||
* Skeleton subclass for performing query and update operations on the 'colissimows_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 ColissimowsLabelQuery extends BaseColissimowsLabelQuery
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user