Init des modules PaiementALivraison et LivraisonParSecteurs

This commit is contained in:
2021-02-02 11:01:58 +01:00
parent c1daba23d9
commit 2165100ac7
35 changed files with 3884 additions and 5 deletions

View File

@@ -0,0 +1,21 @@
<?php
namespace DeliveryRound\Model;
use DeliveryRound\Model\Base\DeliveryRoundQuery as BaseDeliveryRoundQuery;
/**
* Skeleton subclass for performing query and update operations on the 'delivery_round' 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 DeliveryRoundQuery extends BaseDeliveryRoundQuery
{
} // DeliveryRoundQuery