示例#1
0
文件: Item.php 项目: Sywooch/armin
 public function getCategoryText()
 {
     return Category::getTextValue($this->category_id);
 }