Ajout et config du module Chronopost

This commit is contained in:
2021-09-22 23:03:39 +02:00
parent 7287fb7959
commit 08f1af5f96
60 changed files with 13945 additions and 18 deletions

View File

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