coupon-admin/app/model/Comment.php

8 lines
75 B
PHP
Raw Normal View History

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