coupon-admin/app/model/Comment.php

8 lines
75 B
PHP
Raw Normal View History

2021-11-18 17:57:04 +08:00
<?php
namespace app\model;
class Comment extends Base
{
//评论表
}