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:
2020-05-07 11:45:31 +02:00
parent 28b21af6c8
commit 649c92e52f
114 changed files with 21550 additions and 8312 deletions

View 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
{
}