This commit is contained in:
20
plugins/addon/example/model/IdcsmartTicketHostLinkModel.php
Normal file
20
plugins/addon/example/model/IdcsmartTicketHostLinkModel.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
namespace addon\idcsmart_ticket\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
/*
|
||||
* @author wyh
|
||||
* @time 2022-06-20
|
||||
*/
|
||||
class IdcsmartTicketHostLinkModel extends Model
|
||||
{
|
||||
protected $name = 'addon_idcsmart_ticket_host_link';
|
||||
|
||||
# 设置字段信息
|
||||
protected $schema = [
|
||||
'ticket_id' => 'int',
|
||||
'host_id' => 'int',
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user