摘要: TP6模型一对多关联查询 model类关联信息 class Order extends Base { public function items() { return $this->hasMany('OrderInfo', 'order_id', 'id'); } public function u 阅读全文
posted @ 2022-04-11 14:10 雪后西溏 阅读(790) 评论(0) 推荐(0)