コード例 #1
0
ファイル: goods.php プロジェクト: 570468837/Daily-pracitce
 public function geneSummary()
 {
     $base = parent::geneSummary();
     $base .= $this->getPlayTime();
     return $base;
 }