Files
grzanieplus.pl/plugins/stWholesalePlugin/lib/model/ProductHasWholesalePeer.php
2025-03-12 17:06:23 +01:00

13 lines
240 B
PHP

<?php
/**
* Subclass for performing query and update operations on the 'st_product_has_wholesale' table.
*
*
*
* @package plugins.stWholesalePlugin.lib.model
*/
class ProductHasWholesalePeer extends BaseProductHasWholesalePeer
{
}