Module AdminComment (pour rajout de notes sur les produits, non visibles des clients)

This commit is contained in:
2020-02-26 16:08:25 +01:00
parent 8ba55c376d
commit d33d484b22
30 changed files with 4455 additions and 0 deletions

View File

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