DemandComment.php 105 B

12345678
  1. <?php
  2. namespace app\common\model;
  3. use think\Model;
  4. // 需求评论
  5. class DemandComment extends Model
  6. {
  7. }