Added coupon_country and coupon_module tables

This commit is contained in:
Franck Allimant
2014-05-14 16:35:16 +02:00
parent c0456e1c07
commit 9c0cc178b4
23 changed files with 7554 additions and 284 deletions

View File

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