_table = 'shop_group_record'; $this->_primary = 'id'; $this->_fields = [ 'id',// int unsigned NOT NULL AUTO_INCREMENT, 'group_id',// int NOT NULL, 'shop_id',// int NOT NULL, 'time',// int NOT NULL, 'createTime',// int NOT NULL, ]; $this->_readonly = ['id']; $this->_create_autofill = [ 'createTime' => time() ]; parent::__construct($serviceDB); } }