coupon-admin/app/model/Comment.php

8 lines
75 B
PHP

<?php
namespace app\model;
class Comment extends Base
{
//评论表
}